Created own theme

This commit is contained in:
2020-11-29 19:42:04 +01:00
parent 5ffa4c9203
commit 2cc73ba088
632 changed files with 1731 additions and 13928 deletions

View File

@@ -0,0 +1,12 @@
---
layout: default
---
<div class="jumbotron">
<div class="container">
<img src="{{ "/assets/" | relative_url }}{{ site.logo }}" style="max-height: 12em;" alt="GLaDOS logo">
<p>{{ page.description }}</p>
</div>
</div>
<div class="container" id="main">
{{ content }}
</div>