settings: Clean dest dir by default and enable gitinfo
This commit is contained in:
parent
b0123f91e9
commit
e5e4a12b13
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue