davideisinger.com

My personal website
Log | Files | Refs | README

commit fc7598397b30b6c85de104c33e2d755f65fa4a68
parent 2b8102ce2d0db61ada84509263001762446597a2
Author: David Eisinger <[email protected]>
Date:   Fri,  2 Jun 2023 09:52:51 -0400

Add hugo to go note

Diffstat:
Mcontent/notes/golang/index.md | 30+++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/content/notes/golang/index.md b/content/notes/golang/index.md @@ -24,15 +24,17 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo ### Projects I like -* [Caddy][2] -* [PocketBase][3] -* [SyncThing][4] -* [Restic][5] - -[2]: https://caddyserver.com/ -[3]: https://pocketbase.io/ -[4]: https://syncthing.net/ -[5]: https://restic.net/ +* [Hugo][2] +* [Caddy][3] +* [PocketBase][4] +* [SyncThing][5] +* [Restic][6] + +[2]: https://gohugo.io/ +[3]: https://caddyserver.com/ +[4]: https://pocketbase.io/ +[5]: https://syncthing.net/ +[6]: https://restic.net/ ### Project Ideas @@ -43,10 +45,8 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo ### Resources -* [Standard Go Project Layout][6] -* [The files & folders of Go projects][7] - -[6]: https://github.com/golang-standards/project-layout -[7]: https://changelog.com/gotime/278 +* [Standard Go Project Layout][7] +* [The files & folders of Go projects][8] -### General Notes +[7]: https://github.com/golang-standards/project-layout +[8]: https://changelog.com/gotime/278