diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3528352..97a9341 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ build: image: node:alpine stage: build before_script: - - apk add --no-cache hugo + - apk add --no-cache hugo git script: - ./scripts/release.sh artifacts: diff --git a/config.yml b/config.yml index 8b9ac7b..8b1a03b 100644 --- a/config.yml +++ b/config.yml @@ -25,6 +25,8 @@ enableEmoji: true MetaDataFormat: yaml stepAnalysis: true +enableGitInfo: true + pygmentsCodefencesGuessSyntax: true pygmentsCodefences: true pygmentsUseClasses: true