My Previous Site
My previous site was built with a combination of Jekyll and GitHub Pages along with some other bits of code I’ve found around the interwebs. When I last upgraded the theme, it stomped on a bunch of my configurations. I didn't think to put it in git and my notes are terrible.
Here are some links and resources (and other tips) to remember how this all works next time I wait 2 years between blog posts.
Basic Ingredientsâš‘
- Official Jekyll Docs
- Getting started with Jekyll
- GitHub pages
- Getting started (and everything else) walkthrough
Extrasâš‘
- Hydejack Jekyll theme I used
- Hover.css CSS to make links and buttons "hover"
- Lightbox2 CSS for photo galleries
- Simple Search Search for Jekyll sites
- Simple Search Tutorial Simple Search walkthrough
Jekyll Tipsâš‘
- Start local server on localhost, port 4000
$ bundle exec jekyll serve
- Start local server on 0.0.0.0 so other hosts can connect/test
bundle exec jekyll serve --host=0.0.0.0