Convert expressive forms from static HTML to Hugo layouts #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The 6 expressive pieces are currently static HTML in static/expressive/. They should be Hugo content with custom layouts so they are dynamic, tagged, and part of the site taxonomy.
Each piece type becomes a layout:
Content in content/expressive/*.md with frontmatter. Custom CSS/JS stays in the layout. The form is reusable — future pieces use the same layouts.