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: 11 days ago
JSON representation

A light documentation and book template based on Jekyll.

Lists

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).