Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.15 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.15 KB


Photon Book Creator

A light documentation and book template based on Jekyll.

Demo »

Themes

Minimal Theme

<img src="https://raw.githubusercontent.com/cedricss/photon-book-creator/master/img/photon-theme-minimal.png"

Freelancer Theme

<img src="https://raw.githubusercontent.com/cedricss/photon-book-creator/master/img/photon-theme-freelancer.png"

Configuration

_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

Credits

Author

Cédric Soulas

License

Open sourced under the MIT license.