this is about the cybergarden software, not this wiki
cybergarden is a small app I made that turns a folder of markdown files and generates a folder of html files ! Its not much but you can use go templates to customize it a bunch!
This wiki was made using cybergarden!
Its really simple (if you're kinda technical and use linux lmao.)
./cybergarden input outputYou can also tell it which folders to use using environment variables (todo: add which)
It might work on mac, very probably not on windows (although it shouldnt be too hard to make it work, pull requests are open!)
You can really customize the output using themes if you want. At the moment theres only the built in theme but if you make some please contact me and I'll add it here!
To use a theme just downlodad it and copy the _theme folder to the the input folder.
If you want to make your own theme you can try to edit the default one i guess. The only required file is page.tmpl which is a go template file. I think the default one shows the main features.