https://github.com/thelia/memo-book
This is the source code for the memo book content. (a kind of cheat sheet)
https://github.com/thelia/memo-book
Last synced: 2 months ago
JSON representation
This is the source code for the memo book content. (a kind of cheat sheet)
- Host: GitHub
- URL: https://github.com/thelia/memo-book
- Owner: thelia
- Created: 2014-09-08T14:14:22.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-09-28T10:07:59.000Z (over 9 years ago)
- Last Synced: 2025-01-10T00:30:47.796Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 452 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Memo book
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)
This is the source code for the memo book content. It is licenced under the Creative Commons Attribution-Non Commercial-
Share Alike 4.0 license.All the sources are written in markdown, feel free to export in the format you want.
You can use [Pandoc](http://johnmacfarlane.net/pandoc/index.html) for
converting the markdown if many formats.For example in HTML :
```bash
pandoc -f markdown -t html5 src/* -o index.html --highlight-style=pygments -s -V css="styles.css" --toc
```