mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 23:09:52 +00:00
View your notes as a static HTML site.
|
||
---|---|---|
templates | ||
Makefile | ||
notes2web | ||
readme.md | ||
styles.css |
notes2web
View your notes as a static html site.
Install
- Install Pandoc
- Run
make install
as root
Usage
notes2web NOTES_DIRECTORY_1 [NOTES_DIRECTORY_2 [...]]
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.
Uninstall
# make uninstall