No description
Find a file
2023-12-13 18:09:07 +01:00
archetypes Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
themes Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
.env_sample Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
.gitignore Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
.gitmodules Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
hugo.toml Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
Makefile Static placeholder site for TAI 2023-12-13 18:09:07 +01:00
README.md Static placeholder site for TAI 2023-12-13 18:09:07 +01:00

Homepage at sr-rolando.com

Setup

$ git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke

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.