This commit is contained in:
2025-10-07 21:34:06 +02:00
parent 2759d8c472
commit ba2a2878fd
32 changed files with 2311 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{{ partial "header" . }}
<main>
<div class="intro">
{{ with .Site.Params.profilePic }} <img class="profile" src="{{ . }}"> {{ end }}
<h1>{{ .Site.Title }}</h1>
<h2>{{ markdownify .Site.Params.Description }}</h2>
</div>
</main>
{{ partial "footer" . }}