Skip to content

Commit b52883c

Browse files
authoredSep 2, 2024
Merge pull request #7 from openmls/raphael/new-theme
New theme
2 parents 0eb9b35 + 54d9adf commit b52883c

10 files changed

+18
-12
lines changed
 

‎.gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "themes/hugo-theme-minos"]
2-
path = themes/hugo-theme-minos
3-
url = git@github.com:openmls/hugo-theme-minos.git
1+
[submodule "themes/hugo-papermod"]
2+
path = themes/hugo-papermod
3+
url = https://github.com/adityatelange/hugo-PaperMod

‎config.toml

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
baseURL = "https://openmls.tech/blog"
1+
baseURL = "https://blog.openmls.tech"
22
languageCode = "en-us"
33
title = "OpenMLS"
4-
theme = "hugo-theme-minos"
4+
theme = "hugo-papermod"
55
paginate = 10
66

77
[params]
8-
smartToc = true
9-
katex = true
8+
smartToc = true
9+
katex = true
10+
mainSections = ["posts"]
1011

1112
[menu]
13+
[[menu.main]]
14+
name = "Home"
15+
url = "/"
16+
weight = 1
1217

13-
[[menu.main]]
14-
identifier = "github"
15-
name = "Github"
16-
url = "https://github.com/openmls/openmls"
17-
weight = -110
18+
[[menu.main]]
19+
identifier = "github"
20+
name = "Github"
21+
url = "https://github.com/openmls/openmls"
22+
weight = 2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎themes/hugo-papermod

Submodule hugo-papermod added at 58c4841

0 commit comments

Comments
 (0)