All Projects → cedricss → photon-book-creator

cedricss / photon-book-creator

Licence: MIT license
A light documentation and book template based on Jekyll.

Programming Languages

CSS
56736 projects
HTML
75241 projects


Photon Book Creator

A light documentation and book template based on Jekyll.

Demo »

Themes

Minimal Theme

Freelancer Theme

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].