Source for the blog at joey-forever.github.io.
Built with Jekyll and the default minima theme, deployed automatically by GitHub Pages on push to main.
_config.yml site configuration
index.md home page (lists posts)
about.md /about/
_posts/ blog posts, filename YYYY-MM-DD-slug.md
assets/ images and other static files
bundle init
bundle add jekyll
bundle exec jekyll serveThen open http://localhost:4000.
- Add a file under
_posts/namedYYYY-MM-DD-slug.mdwith Jekyll front matter. - Put any images under
assets/and reference them as/assets/<name>. - Commit and push — GitHub Pages rebuilds the site within a minute.
Content is © Joey, all rights reserved unless otherwise stated. Code snippets inside posts are released under the MIT License.