Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedricss/photon-book-creator
A light documentation and book template based on Jekyll.
https://github.com/cedricss/photon-book-creator
Last synced: 5 days ago
JSON representation
A light documentation and book template based on Jekyll.
- Host: GitHub
- URL: https://github.com/cedricss/photon-book-creator
- Owner: cedricss
- License: mit
- Created: 2015-11-18T06:45:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T15:53:07.000Z (over 7 years ago)
- Last Synced: 2024-08-03T09:08:26.758Z (4 months ago)
- Language: CSS
- Homepage: http://cedricss.github.io/photon-book-creator/
- Size: 1.21 MB
- Stars: 23
- Watchers: 3
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
---
---# Photon Book Creator
A light documentation and book template based on [Jekyll](https://jekyllrb.com/).
[Demo »](http://cedricss.github.io/photon-book-creator)
## Themes
### Minimal Theme
### Freelancer Theme
## Configuration
`_config.yml`:
```yaml
themes:
# General themes available: minimal, freelancer
general: minimal
# Code block themes available: monokai, github, vs
code: monokai
````data/toc.yml`:
```yaml
entries:- title: Entry 1
pages:- title: Page 1
url: page-1.html
sections:
- title: Section a
- title: Section b
- title: Section c
```# Credits
- [CREDITS.md](CREDITS.md)
# Author
**Cédric Soulas**
-
-## License
Open sourced under the [MIT license](LICENSE.md).