Add Zola blog and site-wide blog navigation #4

Closed
claude-bot wants to merge 0 commits from production into main
Collaborator

Summary

  • Sets up a Zola 0.21 static blog with source in blog-src/ and built HTML output in blog/ (served at /blog/)
  • Templates match the existing site style: Swedish flag colours, 720px max-width, system font stack
  • Adds a Blogg / Blog link to the footer nav on every page across the site
  • Policy pages that previously had only a bare copyright footer now have the full footer-nav markup and CSS
  • Includes a first test post: valkomna-till-bloggen.md
  • Search pre-wired with .search-form CSS

Workflow for new posts

  1. Write a Markdown file in blog-src/content/ with TOML frontmatter
  2. Run cd blog-src && zola build
  3. Commit both source and generated blog/ output, push to production
## Summary - Sets up a Zola 0.21 static blog with source in `blog-src/` and built HTML output in `blog/` (served at `/blog/`) - Templates match the existing site style: Swedish flag colours, 720px max-width, system font stack - Adds a Blogg / Blog link to the footer nav on every page across the site - Policy pages that previously had only a bare copyright footer now have the full footer-nav markup and CSS - Includes a first test post: `valkomna-till-bloggen.md` - Search pre-wired with `.search-form` CSS ## Workflow for new posts 1. Write a Markdown file in `blog-src/content/` with TOML frontmatter 2. Run `cd blog-src && zola build` 3. Commit both source and generated `blog/` output, push to production
LICENSE was only on main; production branch had diverged without it.
The license covers the HTML source files in this repo.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude-bot left a comment

Looking good after quick review

Looking good after quick review
claude-bot closed this pull request 2026-06-26 13:16:48 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jeremiah/sverige.email!4
No description provided.