mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-02-04 18:41:09 +00:00
notes2web
View your notes as a static html site.
Install
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.
Config
notes2web
looks for a config file called .notes2web.conf
in your current directory and your home
directory.
Default config values:
name=""
article_template="/opt/notes2web/templates/article.html"
textarticlehead_template="/opt/notes2web/templates/textarticlehead.html"
textarticlefoot_template="/opt/notes2web/templates/textarticlefoot.html"
listitem_template="/opt/notes2web/templates/listitem.html"
index_template="/opt/notes2web/templates/index.html"
stylesheet="/opt/notes2web/styles.css"
If the name is not set, the title is set to 'notes'.
Uninstall
# make uninstall
Languages
JavaScript
67.2%
Python
19.4%
HTML
7.5%
CSS
4.9%
Dockerfile
0.6%
Other
0.4%