initial commit for the page

This commit is contained in:
steam
2021-09-17 15:20:18 +02:00
parent f52d2613ea
commit 05bf0238b1
119 changed files with 4738 additions and 1 deletions
@@ -0,0 +1,13 @@
{{- with $.Site.Params.homeInfoParams }}
<article class="first-entry home-info">
<header class="entry-header">
<h1>{{ .Title | markdownify }}</h1>
</header>
<section class="entry-content">
<p>{{ .Content | markdownify }}</p>
</section>
<footer class="entry-footer">
{{ partial "social_icons.html" $.Site.Params.socialIcons }}
</footer>
</article>
{{- end -}}