Clean up, switch to modern maddybook, netlify

This commit is contained in:
Madison Rye Progress
2026-03-14 15:44:45 -07:00
parent 7ee2f406dd
commit fa0a8d424e
11 changed files with 93 additions and 30 deletions

View File

@ -0,0 +1,10 @@
{{ if (isset .Params "next") }}
<a href="/{{ .Params.next }}" class="next"></a>
{{ end }}
<footer>
<p>&copy; <a href="{{ .Site.Params.home }}">{{ .Site.Params.author }}</a> {{ .Site.Params.copyright }}</p>
</footer>
<script src="/js/footnotes.js"></script>
{{ range .Site.Params.customJS }}
<script src="{{ . }}"></script>
{{ end }}

View File

@ -0,0 +1,7 @@
<header>
<button class="theme-toggle" title="Toggle light/dark theme"></button>
<script src="/js/theme.js"></script>
<h1><a href="/">Florilegium ¹</a></h1>
<h2><a href="https://makyo.ink">¹ Madison Rye Progress</a></h2>
{{ if .Params.subtitle }}<!--<h3>{{ .Params.subtitle }}</h3>-->{{ end }}
</header>