brew install ruby
gem install bundler
bundler install
bundle exec jekyll bFilename format: /_posts/<year>-<month>-<day>-<title>.md
Front matter format:
---
layout: post
title:	"Title"
category: [Games, Programming, Networking, DOS]
excerpt: A short description of the article
image: public/images/buttons/large/ahmygod.gif
comment_id: 72374862398476
---
This Markdown Cheatsheet might come in handy.
You can add additional posts in the browser on GitHub.com too! Just hit the + icon in
/_posts/to create new content. Just make sure to include the front-matter block at the top of each new blog post and make sure the post's filename is in this format: year-month-day-title.md
- Install Jekyll and plug-ins in one fell swoop. 
gem install github-pagesThis mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc. - Clone down your fork 
git clone https://github.com/yourusername/yourusername.github.io.git - Serve the site and watch for markup/sass changes 
jekyll serve - View your website at 
http://127.0.0.1:4000/ - Commit any changes and push everything to the main branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
 
- Test site locally: 
jekyll s - Load draft posts: 
jekyll s --drafts - Testing on WSL: 
jekyll s --force_polling - Generate future posts: 
jekyll s --future 
- Jekyll - Thanks to its creators, contributors and maintainers.
 - SVG icons - Thanks, Neil Orange Peel. They're beautiful.
 - Joel Glovier - Great Jekyll articles. I used Joel's feed.xml in this repository.
 - Poole - Designed the currently used theme