Skip to content

Commit a3e67df

Browse files
test
1 parent 5af1f25 commit a3e67df

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
uses: actions/configure-pages@v5
5151
- name: Install Node.js dependencies
5252
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
5553
- name: Build with Hugo
5654
env:
5755
# For maximum backward compatibility with Hugo modules

hugo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
baseURL = 'https://example.org/'
22
languageCode = 'en-us'
33
title = 'My New Hugo Site'
4-
theme = 'ananke'
4+
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

Comments
 (0)