Files
robbis.space/hugo.toml
KirbyCMS Deploy ce580af089 Migrate from Kirby CMS to Hugo with Gokarna theme
- Remove all Kirby/PHP files
- Add Hugo config with Gokarna theme as git submodule
- Add nginx + Hugo Dockerfile replacing PHP/Apache
- Update deploy.php to run hugo after git pull
- Update .gitignore for Hugo output

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 13:40:52 +00:00

21 lines
282 B
TOML

baseURL = "https://robbis.space"
defaultContentLanguage = "en"
languageCode = "en"
theme = "gokarna"
title = "robbis.space"
[params]
description = ""
footer = "Robbi"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 2