Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A light documentation and book template based on Jekyll.
Photon Book Creator is a lightweight documentation and book template built on Jekyll that turns structured YAML content into a static HTML site with two selectable themes.
Photon Book Creator is a Jekyll-based template for building documentation sites and online books. It takes content defined in YAML configuration files ( _config.yml and data/toc.yml ) and generates a static HTML website. The template is authored by Cédric Soulas and released under the MIT license, so it can be freely used, modified, and redistributed. It ships with two general themes — Minimal and Freelancer — and three code-block color schemes: Monokai, GitHub, and VS.
general value in _config.yml from minimal to freelancer to restyle the entire book without touching page content.The workflow is: clone or copy the template, edit _config.yml to select a general theme and a code theme, then edit data/toc.yml to describe the book's structure (entries, pages, sections). Add matching content files for each page, run Jekyll to build the static site, and deploy the output to any static host, including GitHub Pages.
Yes. The template is released under the MIT license, which permits free use, modification, and distribution, including in commercial projects. There are no paid tiers or licensing restrictions mentioned in the repository.
It includes two general themes, Minimal and Freelancer, selectable through the general setting in _config.yml. It also includes three code-block themes: Monokai, GitHub, and VS.
Create a file named data/toc.yml in the repository root. List entries under the entries key, each entry can contain pages, and each page can contain sections. The template uses these titles and URLs to build navigational links.
