This repository has been archived on 2024-01-02 . You can view files and clone it, but cannot push or open issues or pull requests.
Alvie Rahman
3243b1cf64
remember which directories were previously included and include them,
even if not passed as argument
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
Description
Languages
JavaScript
71.4%
Python
16.9%
HTML
6%
CSS
5.1%
Makefile
0.6%