We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bc7c2 commit 4ac9cd9Copy full SHA for 4ac9cd9
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup Hugo
36
uses: peaceiris/actions-hugo@v3
37
with:
38
- hugo-version: '0.120.2'
+ hugo-version: '0.134.2'
39
40
- name: Build theme
41
working-directory: ./docs/themes/geekdoc
docs/config/_default/config.yaml
@@ -11,7 +11,7 @@ pluralizeListTitles: false
11
defaultContentLanguage: en
12
13
disablePathToLower: true
14
-enableGitInfo: true
+enableGitInfo: false
15
16
enableRobotsTXT: true
17
0 commit comments