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 be96363 commit 5af1f25Copy full SHA for 5af1f25
2 files changed
.github/workflows/hugo.yml
@@ -50,6 +50,8 @@ 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
@@ -0,0 +1,4 @@
1
+baseURL = 'https://example.org/'
2
+languageCode = 'en-us'
3
+title = 'My New Hugo Site'
4
+theme = 'ananke'
0 commit comments