Skip to content

Commit 5b2eddf

Browse files
committed
added hugo-admonitions theme for markdown callouts
1 parent 22745cc commit 5b2eddf

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Hugo
1616
uses: peaceiris/actions-hugo@v3
1717
with:
18-
hugo-version: '0.133.0'
18+
hugo-version: '0.147.8'
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: 22

hugo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ baseURL = "https://cryptomator.org/"
22
title = "Cryptomator"
33
defaultContentLanguage = "en"
44
enableemoji = true
5+
theme = ["hugo-admonitions"]
56

67
[languages]
78
[languages.en]

themes/hugo-admonitions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c98423aba243aaa3621eca576e7eb1db7911042c

0 commit comments

Comments
 (0)