CyberGarden
- 6 Devlogs
- 10 Total hours
a small wiki software for your own personal CyberGarden
a small wiki software for your own personal CyberGarden
i was offline for a while but i kinda fixed some code i guess. now it accepts command line arguments and environement variables to configure it ! it also generates a json sitemap and you can put s in ur markdown files. also themes are more customizable
worked a bunch on the css and improving navigation :)
i feel like when i code in go i iterate a lot more over the code. usually i just say “good enough” and leave it like that but with this project at least i feel like im spending way more time on the same piece of code
idk i refactored some things slightly, also now non-markdown files will be left alone :D so you can add images and css and stuff ! i might be forgetting stuff
I switched to go templates instead of manually generating html. it honestly works pretty well :D .
i also added a list of files in the current directory. im planning on improving this somewhat so that its more nicer to browse and looks more like a tree i guess
now it scans for markdown files in the input folder and writes html in the output folder :O
go is pretty good for files and stuff but its a bit complicated imo
waow. it took like half an hour to setup sublime for go developpement but then i gave up cuz it didnt work well. then i was like “hey im gonna make this an http server!” but honestly handling all the errors and security seems annoying so im just gonna generate static html files :)