Jekyll

Table of Contents

  1. Install Jekyll and use default config
  2. Theme: just-the-docs
    1. Usage

Install Jekyll and use default config

  1. Install Ruby and Bundler will be installed too.
     apt install ruby
    
  2. Install Jekyll using Bundler.
     bundle init
     bundle add jekyll 
    
  3. Initialize Jekyll.
     bundle exec jekyll new <folder> --force
     bundle add webrick
    
  4. 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

  1. Open up _config.yml and edit to your liking.
  2. Go to Just the Docs for further documentation.