View your notes as a static HTML site.
Go to file
2021-05-01 10:57:16 +01:00
templates initial commit 2021-04-30 21:56:08 +01:00
Makefile fix issues 2021-04-30 22:08:15 +01:00
notes2web remember which directories were previously included and include them, 2021-05-01 10:57:16 +01:00
readme.md add extra info to readme 2021-04-30 22:25:06 +01:00
styles.css initial commit 2021-04-30 21:56:08 +01:00

notes2web

View your notes as a static html site.

Install

  1. Install Pandoc
  2. 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