3 Commits

Author SHA1 Message Date
28f232571d Refactor site templates to include footer partial and update page paths
- Added a footer partial to improve code reusability across templates.
- Updated paths for the 'about' and 'badges' pages to 'om-oss.html' and 'om-markning.html', respectively.
- Removed redundant footer code from individual templates, replacing it with a dynamic footer inclusion.
2026-01-26 00:39:41 +01:00
cfb35a3c38 Add badge filtering and shop category to the site
- Introduced a new 'shops' category in the build script and README.
- Implemented badge filtering in the filter functionality, allowing users to filter entries by badge.
2026-01-25 23:37:20 +01:00
47fc81bc72 Initial static site implementation
- Node.js build script with gray-matter and marked
- Self-hosted fonts (DM Serif Display, Karla)
- Swedish badge system for origin transparency
- Filtering by category, region, tags, and search
- URL-based filter state for shareable links
- Individual entry pages
- About and badge info pages
- Privacy-focused: no cookies, no tracking, no external requests
- Hosted in Lerum, Sweden
2026-01-25 22:45:50 +01:00