A personal collection of code snippets, short notes, and project starters.
Built with Jekyll and deployed via GitHub Pages.
- Live site: https://thomasgeens.github.io (custom domain: https://thomas.geens.be)
- Collections: posts, snippets, projects
- Install Ruby (3.1+) and Bundler
- Install deps:
bundle install - Run dev server:
bundle exec jekyll serve
The site will be available at http://localhost:4000