Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coffee-cup/notebook
- Owner: coffee-cup
- Created: 2018-01-04T19:32:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T19:47:58.000Z (about 7 years ago)
- Last Synced: 2024-11-16T19:17:36.556Z (2 months ago)
- Homepage: https://notebook.jakerunzer.com
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```