Created Blog / How to setup github pages
Decided to create a blog where I would throw some random ideas together about things that excite me about tech. Perhaps do some explaining as well, TL;DR; style. Then maybe chuck in some non-tech things because this isn’t a “professional” blog and I don’t want people thinking of it as such.
First up, how does one setup github pages with Jekyll?
- Follow github instructions for a personal page
- Follow Jekyll instruction for installing Jekyll
jekyll new .
in project repo- Copy my Gemfile, it should only have 2 lines.
- Verify things work locally with
bundle exec jekyll serve
Hope I saved you a few hours if you don’t want to learn Ruby.