No description
Find a file
2025-04-09 12:11:49 +02:00
archetypes init docs 2025-01-20 14:54:41 +01:00
content Add rss feed to blog 2025-01-20 21:33:34 +01:00
data forgejo logo 2025-01-20 17:21:17 +01:00
i18n fixing stuff up 2025-01-20 16:54:19 +01:00
static fixing stuff up 2025-01-20 16:54:19 +01:00
.gitignore fixing stuff up 2025-01-20 16:54:19 +01:00
config.about.yaml Add stuff to build seperately 2025-04-09 12:11:49 +02:00
config.blog.yaml Add stuff to build seperately 2025-04-09 12:11:49 +02:00
config.docs.yaml Add stuff to build seperately 2025-04-09 12:11:49 +02:00
config.home.yaml Add stuff to build seperately 2025-04-09 12:11:49 +02:00
go.mod init docs 2025-01-20 14:54:41 +01:00
go.sum init docs 2025-01-20 14:54:41 +01:00
hugo.yaml forgejo logo 2025-01-20 17:21:17 +01:00
README.md Add stuff to build seperately 2025-04-09 12:11:49 +02:00

To build all the parts of the site run


hugo --config config.blog.yaml -d [out-dir]
hugo --config config.about.yaml -d [out-dir]
hugo --config config.docs.yaml -d [out-dir]
hugo --config config.home.yaml -d [out-dir] (for fork.ke site. The home page)