Skip to content

Commit 5af1f25

Browse files
test
1 parent be96363 commit 5af1f25

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ 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
5355
- name: Build with Hugo
5456
env:
5557
# For maximum backward compatibility with Hugo modules

hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)