Jekyll
Table of Contents
Install Jekyll and use default config
- Install Ruby and Bundler will be installed too.
apt install ruby - Install Jekyll using Bundler.
bundle init bundle add jekyll - Initialize Jekyll.
bundle exec jekyll new <folder> --force bundle add webrick - Start Jekyll webserver and start tweaking.
bundle exec jekyll serve
Theme: just-the-docs
Currently I’m using this theme and hosted it on Github Pages.
Usage
- Open up
_config.ymland edit to your liking. - Go to Just the Docs for further documentation.