From 75d0af185ce8a7816b640c9fbabe46e800ac6f7f Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Fri, 28 Mar 2025 17:09:01 +0100 Subject: [PATCH] ci: drop displayUpdatedDate for now --- Dockerfile | 2 +- config.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 038a6ac..3e03d5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM hugomods/hugo:exts AS build WORKDIR /app COPY . /app/ -COPY .git /app/.git +# COPY .git /app/.git RUN hugo FROM hugomods/hugo:nginx diff --git a/config.yaml b/config.yaml index f0c9da4..c2e43b1 100644 --- a/config.yaml +++ b/config.yaml @@ -7,7 +7,6 @@ module: - path: github.com/imfing/hextra enableRobotsTXT: true -enableGitInfo: true hasCJKLanguage: true outputs: @@ -78,7 +77,6 @@ menu: params: description: Dokumentation für das Lauf für Kaya! Läufersystem. - displayUpdatedDate: true navbar: displayTitle: true displayLogo: true