diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 211852f..784a83c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build-website: image: alpine before_script: - apk update - - apk add tzdata hugo coreutils curl jq + - apk add tzdata hugo coreutils curl jq git script: - ./fetch-calendar.sh - sed -i "s#baseURL = 'https://hamburg.ccc.de/'#baseURL = 'https://next.hamburg.ccc.de/'#" hugo.toml diff --git a/hugo.toml b/hugo.toml index 57c8cb0..aa4ac05 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,6 +5,11 @@ timeZone = 'Europe/Berlin' title = 'CCC Hansestadt Hamburg e.V.' theme = 'ccchh' +cleanDestinationDir = true +enableGitInfo = true +# paginate = 10 + + [taxonomies] category = 'categories' tag = 'tags'