diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-05-19 09:20:36 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-05-19 09:22:49 -0400 |
commit | 4a1bb9e18b7e5d8b63ed606babe3f45110320935 (patch) | |
tree | 28507ef7912560470486675962bd4644807357a2 | |
parent | 89df9a04587a955b84c3ab9b5c580d71be7478b1 (diff) |
add useful resources
-rw-r--r-- | content/about.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/content/about.md b/content/about.md index 42d2b1b..094528a 100644 --- a/content/about.md +++ b/content/about.md @@ -10,6 +10,18 @@ I don't consider myself a software developer, but I do write some code here and This website was created by hand in Vim and built with Hugo. It's quite simple, and I've made my own theme for myself. Sources of inspiration for the styling are: [sourcehut][srht], [suckless.org][suckless], and [ZNC's dark-clouds theme][dark-clouds]. +Below is a list of resources that I found helpful in developing this website: + +- [Hugo Documentation][hugo-docs] +- [Hugo Mini Course][hugo-mini-course] +- [systemfontstack][systemfontstack] +- [google webfonts helper][google-webfonts-helper] + [srht]: https://sr.ht/ [suckless]: https://suckless.org/ [dark-clouds]: https://wiki.znc.in/File:Webadmin-settings-dark-clouds.png + +[systemfontstack]: https://systemfontstack.com/ +[google-webfonts-helper]: https://gwfh.mranftl.com/fonts +[hugo-mini-course]: https://hugo-mini-course.netlify.app/ +[hugo-docs]: https://gohugo.io/documentation/ |