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 22745cc commit 5b2eddfCopy full SHA for 5b2eddf
.github/workflows/gh-pages.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Hugo
16
uses: peaceiris/actions-hugo@v3
17
with:
18
- hugo-version: '0.133.0'
+ hugo-version: '0.147.8'
19
- uses: actions/setup-node@v4
20
21
node-version: 22
hugo.toml
@@ -2,6 +2,7 @@ baseURL = "https://cryptomator.org/"
2
title = "Cryptomator"
3
defaultContentLanguage = "en"
4
enableemoji = true
5
+theme = ["hugo-admonitions"]
6
7
[languages]
8
[languages.en]
themes/hugo-admonitions
@@ -0,0 +1 @@
1
+Subproject commit c98423aba243aaa3621eca576e7eb1db7911042c
0 commit comments