gronk/readme.md

27 lines
495 B
Markdown
Raw Normal View History

2021-04-30 21:01:08 +00:00
# notes2web
View your notes as a static html site.
## Install
2021-04-30 21:08:24 +00:00
0. Install [Pandoc](https://pandoc.org/index.html)
1. Run `make install` as root
2021-04-30 21:01:08 +00:00
## Usage
```
notes2web NOTES_DIRECTORY_1 [NOTES_DIRECTORY_2 [...]]
```
2021-04-30 21:08:24 +00:00
The command will generate and place html files in your notes directory.
It will then generate a list of all note files and put it in `index.html` in the
root directory.
Then you just have to point a webserver at your notes directory.
2021-04-30 21:01:08 +00:00
## Uninstall
```
# make uninstall
```