Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 566 Bytes

David Budzynski's Blog

This is the source code of my personal blog https://davidbudzynski.github.io/. It's a simple Jekyll-powered site, that I deploy on GitHub pages.

Feel free to send PRs addressing typos, bad grammar, visual glitches, etc.

To run the site locally, you need to have Ruby installed. Then, you can run the following commands:

bundle exec jekyll serve --open-url --livereload --drafts

To update all gems within the project, run (assuming you have Bundler installed):

bundle update