1
0
Fork
You've already forked gowiki
0
No description
  • Go 50.3%
  • HTML 35.8%
  • JavaScript 4.4%
  • SCSS 4.1%
  • Nix 2.1%
  • Other 3.3%
Find a file
2025年11月03日 17:05:24 -06:00
assets Fixed preview tab. 2024年10月20日 15:27:27 -05:00
debian Replace CI deployments with a fleshed out 2021年06月28日 01:12:14 -05:00
gogit Properly upgrade go-git to v5 inside my in-progress pure Go git implementation 2025年01月09日 19:21:27 -06:00
icomoon Add a few new icons 2017年09月08日 01:56:21 -05:00
nix Move paths to Sourcehut 2024年08月09日 22:21:08 -05:00
scss Fix favorite page names overflowing 2021年12月27日 19:37:47 -06:00
templates Update to latest auth lib changes. 2022年01月25日 22:32:01 -06:00
tests Update Nix module for last commit 2022年01月03日 17:39:43 -06:00
.build.yml Bump golang 2025年11月03日 17:05:06 -06:00
.drone.yml Comment out repo deployment steps. 2021年04月30日 23:36:05 -05:00
.gitignore Ignore and remove built CSS file. 2022年01月03日 12:06:26 -06:00
.gitlab-ci.yml Generate vfsdata files 2019年11月26日 14:45:17 -06:00
build-pkg.sh Replace CI deployments with a fleshed out 2021年06月28日 01:12:14 -05:00
build.sh Add OpenBSD specific to build.sh 2023年11月21日 01:21:42 -06:00
deploy.yml Replace CI deployments with a fleshed out 2021年06月28日 01:12:14 -05:00
Dockerfile Building a docker image and pushing it to my registry now. 2017年08月04日 11:53:09 -05:00
git.go Update to latest auth lib changes. 2022年01月25日 22:32:01 -06:00
go.mod Bump golang deps 2025年11月03日 17:05:24 -06:00
go.sum Bump golang deps 2025年11月03日 17:05:24 -06:00
gowiki.dist.toml Sync example config file with code and add comments. 2021年12月27日 18:04:36 -06:00
gowiki.service Update service and example TOML 2019年08月02日 02:07:15 -05:00
handlers.go Move paths to Sourcehut 2024年08月09日 22:21:08 -05:00
LICENSE Add MIT License 2019年12月04日 19:38:27 -06:00
main.go Disable all logging during testing. 2025年01月09日 18:52:47 -06:00
main_test.go Disable all logging during testing. 2025年01月09日 18:52:47 -06:00
modd.conf modd uses tags to excude generating VFS 2019年12月13日 17:16:58 -06:00
package.json Replaced WebComponent tabs with plain JS Tabby lib 2019年04月13日 18:15:15 -05:00
README.md Fix build status badge in README 2024年03月11日 20:38:09 -05:00
routes.go Disable all logging during testing. 2025年01月09日 18:52:47 -06:00
watch-and-build.sh go get the actual modd command, not the program itself 2017年09月08日 16:35:42 -05:00
yarn.lock Replaced WebComponent tabs with plain JS Tabby lib 2019年04月13日 18:15:15 -05:00

Gowiki - a Gitit clone written in Golang

builds.sr.ht status

This is my attempt to replicate the featureset of Gitit, written in Go.

At this point basic functionality, view/edit/history is stable and at parity with Gitit.

Bonus features:

  • Instead of a global public/private switch, pages are presumed private, and can be made public via a boolean set in the 'frontmatter' of each page.
  • No public write access whatsoever.
  • Tag support inside the frontmatter.