Val's Dreamscape Journal - initial

This commit is contained in:
Chen Gu
2026-04-23 12:20:19 +08:00
commit 4423c3a648
18 changed files with 1077 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<header class="site-header">
<a href="/" class="logo">{{ .Site.Title }}</a>
<nav>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</nav>
</header>