first commit

This commit is contained in:
zoe 2022-04-09 00:27:21 +02:00
commit a8ab81d41a
12 changed files with 68 additions and 0 deletions

5
layouts/index.html Normal file
View file

@ -0,0 +1,5 @@
{{ define "main" }}
<div id="home-jumbotron" class="jumbotron text-center">
<h1 class="title">{{ .Site.Title }}</h1>
</div>
{{ end }}