Static site for XerahS, built with Jekyll and hosted on GitHub Pages.
- Blog calendar (
blog.html): Lists daily blog posts; each day links to a dedicated page for sharing and search engines. - Per-post pages are generated from the
_blog_postscollection. To add new dates (e.g. after new posts are pushed to the XerahS repo), run:then rebuild the site.node scripts/update-blog-posts.mjs
bundle exec jekyll buildServe locally:
bundle exec jekyll serve