mirror of
https://github.com/AlexBocken/mykb.git
synced 2024-11-12 17:36:12 +01:00
My knowledge base for misc. linux desktop and server setups/configurations
GH.png | ||
post.css | ||
README.md | ||
template.html | ||
wikihtml.sh |
Use the htmlwiki.sh in your init.vim as
let g:vimwiki_list = [{"path": '~/Documents/vimwiki/mykb',
\ "path_html": '/home/till/Website/mykb.dieminger.ch',
\ "syntax": 'markdown', "ext": '.md',
\ "custom_wiki2html": '~/wikihtml.sh', "force": 1, "auto_export": 1}]