Commit Graph

5 Commits

Author SHA1 Message Date
Timothy DeHerrera
5317da94c4 feat: add minimal base CSS with dark mode support
- static/style.css: CSS variable-based theming with:
  - Typography (system fonts, monospace for code)
  - Layout (centered content, nav/main/footer structure)
  - Dark mode via prefers-color-scheme
  - Component styles (posts, cards, tags, hero)

- src/main.rs: Add copy_static_assets() to copy static/
  directory to public/ during build

Phase 1 complete. Ready for syntax highlighting.
2026-01-24 20:27:22 -07:00
Timothy DeHerrera
cb4d6cc8a9 post(draft): Axiosophism: An Axiomatic Morality 2025-08-30 23:50:28 -06:00
timd
2ed8f383ed fix(robots): full path to sitemap 2024-12-27 17:50:16 -07:00
timd
f73725c0c7 fix(SEO): correct meta & robots.txt issues 2024-12-27 17:43:56 -07:00
Timothy DeHerrera
9b591fc700 feat: switch to minimal zola-based apollo theme 2024-12-26 16:03:29 -07:00