WIP: custom wiki in golang that utilizes git and serves pages with html, markdown, and css support https://tcp.wiki
Go to file
2023-04-02 14:06:15 -06:00
assets added layout.html and main.css 2023-04-02 14:06:15 -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 added better markdown support using goldmark 2023-04-02 13:59:42 -06:00
go.sum added better markdown support using goldmark 2023-04-02 13:59:42 -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
README.md updated readme 2023-04-02 14:02:07 -06:00
render.go added better markdown support using goldmark 2023-04-02 13:59:42 -06:00

H0wdy!!!

TODO

  • MANY FUCKING THINGS
  • Webhook support for auto pull on push/update of the git repo
  • Git Branch support
  • add a star/upvote/like feature for pages
  • edit tracker