Personal blog of Dirk Lüsebrink, built with Jekyll 4 and hosted on GitHub Pages.
make install # install dependencies (first time / after Gemfile changes)
make serve # live preview at http://localhost:4000
make drafts # same, but includes _drafts/Commit and push to main — GitHub Actions builds and deploys automatically.
git add .
git commit -m "your message"
git push origin main- Posts: add a file to
_posts/namedYYYY-MM-DD-title.mdwith front matter - Drafts: work in
_drafts/(no date prefix needed), preview withmake drafts - Projects: add a file to
_projects/