Updated website
26 Jun 2015Site content
Setup
- Hosted (for free!) by GitHub Pages.
- Install Git for Windows
- Install Ruby on Windows
- Powered by Jekyll static site generator.
- Initialized with Poole, the Jekyll starter setup.
- Styled with Hyde, a Poole theme.
Fork or clone the repository. Right-click denisecase.github.io local folder, and use a Git Bash window to install jekyll.
$ gem install jekyll
$ gem install jekyll-paginate
$ gem install jekyll-gist
Run locally
$ jekyll serve
Open http://localhost:4000 in a browser.
Guides
- “Getting Started with GitHub Pages”
- Jonathan McGlone’s “Creating and Hosting a Personal Site on GitHub”
- Joshua Lande’s “How I Created a Beautiful and Minimal Blog Using Jekyll, Github Pages, and poole”
- Dmitri Moore’s Improve Code Highlighting in a Jekyll-based Blog Site
References
- to-markdown - converts HTML to Markdown
- Favicon Generator - creates a full set of icons
See also
Instantly beautiful project pages with the GitHub Page Generator