Please use develop branch for in progress changes and when ready merge them to gh-pages branch
Read the docs: http://bruth.github.io/jekyll-docs-template
Start by creating a new post one of the categories listed in _config.yml. It will appear in the navigation on the left once recompiled. Or use the supplied script to make creating pages easier:
ruby bin/jekyll-page "Some Page Title" refTo run it locally - simple run jekyll locally
jekyll serve- Add your own content to this page (i.e.
index.md) and change thetitle - Change
titleandsubtitledefined inconfig.ymlfor your site - Set the
baseurlin_config.ymlfor your repo if deploying to GitHub pages
Don't change anything in _includes/, _layouts/, _css/, or _js/ -- they are all generated from source files inside _build/.
cd _build
npm install
npm start