Initial Sunflower Acres Hugo site scaffold

This commit is contained in:
2026-07-21 17:26:00 -04:00
commit f576bf0672
16 changed files with 407 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{{ define "main" }}
<section class="hero">
<h1>Small-batch soap, made by hand.</h1>
<p>{{ .Content }}</p>
<a class="cta" href="{{ "/shop/" | relURL }}">Shop the soaps</a>
</section>
{{ end }}