From 8915b124144832a46cb93919032e03808cb4fbf3 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 30 Dec 2021 14:39:54 +0000 Subject: [PATCH] Try to read lastmod from `git` details It's better than just assuming it never changes --- .gitlab-ci.yml | 2 +- config.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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