lnotes is a personal wiki based on Git + Asciidoctor/Markdown + Flask
Make a git repository:
git init mynotes
When 'lnotes' are installed, run the following:
cd mynotes python -m lnotes
OR runnning 'lnotes' without installation
cd mynotes python /path/to/lnotes/src/lnotes.py
'lnotes' are now running at http://127.0.0.1:7722 Configuration can be changed in mynotes/.lnotes.conf
