A light documentation and book template based on Jekyll.
_config.yml:
themes:
    # General themes available: minimal, freelancer
    general: minimal
    # Code block themes available: monokai, github, vs
    code: monokai
data/toc.yml:
entries:
- title: Entry 1
  pages:
  - title: Page 1
    url: page-1.html
    sections:
    - title: Section a
    - title: Section b
    - title: Section c
Cédric Soulas
Open sourced under the MIT license.