Add hugo-notice theme for info boxes
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "themes/stack"]
|
||||
path = themes/stack
|
||||
url = https://github.com/CaiJimmy/hugo-theme-stack.git
|
||||
[submodule "themes/hugo-notice"]
|
||||
path = themes/hugo-notice
|
||||
url = https://github.com/martignoni/hugo-notice.git
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Change baseurl before deploy
|
||||
baseurl = "https://www.akumatic.eu"
|
||||
theme = "stack"
|
||||
theme = ["hugo-notice", "stack"]
|
||||
|
||||
# Theme i18n support
|
||||
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar
|
||||
|
1
themes/hugo-notice
Submodule
1
themes/hugo-notice
Submodule
Submodule themes/hugo-notice added at d7e24b0222
Reference in New Issue
Block a user