add projects page; move to hugo;
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m59s
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m59s
This commit is contained in:
16
hugo/eliaskohout.de/layouts/index.html
Normal file
16
hugo/eliaskohout.de/layouts/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{ define "main" }}
|
||||
{{- partial "background.html" . -}}
|
||||
|
||||
<main class="centered">
|
||||
<h1>{{ .Site.Title }}</h1>
|
||||
<nav>
|
||||
<span class="nav-label">services</span>
|
||||
{{ range .Site.Params.links }}
|
||||
<a href="{{ .url }}">{{ .name }}</a>
|
||||
{{ end }}
|
||||
|
||||
<span class="nav-label">pages</span>
|
||||
<a href="/projects/">projects</a>
|
||||
</nav>
|
||||
</main>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user