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 5af1f25 commit a3e67dfCopy full SHA for a3e67df
2 files changed
.github/workflows/hugo.yml
@@ -50,8 +50,6 @@ jobs:
50
uses: actions/configure-pages@v5
51
- name: Install Node.js dependencies
52
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
53
- - name: Get theme
54
- run: git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
55
- name: Build with Hugo
56
env:
57
# For maximum backward compatibility with Hugo modules
hugo.toml
@@ -1,4 +1,11 @@
1
baseURL = 'https://example.org/'
2
languageCode = 'en-us'
3
title = 'My New Hugo Site'
4
-theme = 'ananke'
+
5
+[module]
6
+ [module.hugoVersion]
7
+ extended = true
8
+ min = "0.110.0"
9
+ [[module.imports]]
10
+ path = "github.com/google/docsy"
11
+ disable = false
0 commit comments