Based on https://github.com/aksakalli/jekyll-doc-theme.git
You need Ruby and gem before starting, then:
# install bundler
gem install bundler
# clone the project
git clone https://github.com/aksakalli/jekyll-doc-theme.git
cd jekyll-doc-theme
# install dependencies
bundle install
# run jekyll with dependencies
bundle exec jekyll serve
As of the move to support Github Pages a number of files have been relocated to the /asset
folder.
-
css/
-
fonts/
-
img/
-
js/
-
404.html
-
allposts.html
-
search.json
cp -R _site/assets .
Released under the MIT license.