WIP: custom wiki in golang that utilizes git and serves pages with html, markdown, and css support
Go to file
legitnull 12e3910ce4 darktheme and updated readme 2023-04-02 13:24:07 -06:00
assets darktheme and updated readme 2023-04-02 13:24:07 -06:00
README.md darktheme and updated readme 2023-04-02 13:24:07 -06:00
git.go make a webserver, pull down git repo to data, run markdown proccessing, server to port 8080 locally 2023-04-02 12:39:31 -06:00
go.mod make a webserver, pull down git repo to data, run markdown proccessing, server to port 8080 locally 2023-04-02 12:39:31 -06:00
go.sum make a webserver, pull down git repo to data, run markdown proccessing, server to port 8080 locally 2023-04-02 12:39:31 -06:00
main.go make a webserver, pull down git repo to data, run markdown proccessing, server to port 8080 locally 2023-04-02 12:39:31 -06:00
render.go add a simple layout html wrapper for the markdown pages with css support 2023-04-02 12:55:48 -06:00

README.md

H0wdy!!!

TODO

  • MANY FUCKING THINGS
  • Webhook support for auto pull on push/update of the git repo
  • Git Branch support