Homepage unter https://sr-rolando.com/
Find a file
2024-11-17 17:02:26 +01:00
content Nachgeholtes Wort zum Sonntag: (Nicht) zurück in das Büro 2024-11-17 17:02:26 +01:00
layouts Update to theme anake v2 and use it as hugo module instead of git submodule 2024-11-17 17:00:42 +01:00
static Nachgeholtes Wort zum Sonntag: (Nicht) zurück in das Büro 2024-11-17 17:02:26 +01:00
.env_sample Migrate from Wordpress to Hugo 2023-08-15 20:40:11 +02:00
.gitignore Migrate from Wordpress to Hugo 2023-08-15 20:40:11 +02:00
.gitmodules Update to theme anake v2 and use it as hugo module instead of git submodule 2024-11-17 17:00:42 +01:00
go.mod Update to theme anake v2 and use it as hugo module instead of git submodule 2024-11-17 17:00:42 +01:00
go.sum Update to theme anake v2 and use it as hugo module instead of git submodule 2024-11-17 17:00:42 +01:00
hugo.toml Update to theme anake v2 and use it as hugo module instead of git submodule 2024-11-17 17:00:42 +01:00
LICENSE Initial commit 2023-08-14 20:48:43 +02:00
Makefile Migrate from Wordpress to Hugo 2023-08-15 20:40:11 +02:00
README.md Update to theme anake v2 and use it as hugo module instead of git submodule 2024-11-17 17:00:42 +01:00

Homepage at sr-rolando.com

Setup

$ hugo mod init codeberg.org/sr-rolando/sr-rolando.com
& hugo mod tidy

In hugo.toml:

theme = ["github.com/theNewDynamic/gohugo-theme-ananke/v2"]

make-Targets:

  • make serve: build locally and start development server
  • make deploy: build and deploy (via rsync)
  • make clean: remove the public folder that might have been created

Neue Folge anlegen

hugo new post/`date '+%Y-%m-%d'`-title.md

Uses the Ananke theme.