Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coffee-cup/notebook

University online notebook
https://github.com/coffee-cup/notebook

Last synced: 8 days ago
JSON representation

University online notebook

Awesome Lists containing this project

README

        

# Notebook

A template for [Gitbook](https://toolchain.gitbook.com/) style notes.

[Read the docs](https://toolchain.gitbook.com/structure.html) to see how the books are structured.

## Configuration

The root directory of the notes is `notes/`. Every page should be added to `notes/SUMMARY.md`.

## Images

Images should be placed in `notes/images`. For example

```
notes/
images/
test.png
chapter1/
intro.md
```

```markdown
# intro.md

![alt](/images/test.png)
```