Skip to content

Commit

Permalink
Merge pull request #7 from openmls/raphael/new-theme
Browse files Browse the repository at this point in the history
New theme
  • Loading branch information
raphaelrobert authored Sep 2, 2024
2 parents 0eb9b35 + 54d9adf commit b52883c
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "themes/hugo-theme-minos"]
path = themes/hugo-theme-minos
url = git@github.com:openmls/hugo-theme-minos.git
[submodule "themes/hugo-papermod"]
path = themes/hugo-papermod
url = https://github.com/adityatelange/hugo-PaperMod
23 changes: 14 additions & 9 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
baseURL = "https://openmls.tech/blog"
baseURL = "https://blog.openmls.tech"
languageCode = "en-us"
title = "OpenMLS"
theme = "hugo-theme-minos"
theme = "hugo-papermod"
paginate = 10

[params]
smartToc = true
katex = true
smartToc = true
katex = true
mainSections = ["posts"]

[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1

[[menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/openmls/openmls"
weight = -110
[[menu.main]]
identifier = "github"
name = "Github"
url = "https://github.com/openmls/openmls"
weight = 2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions themes/hugo-papermod
Submodule hugo-papermod added at 58c484

0 comments on commit b52883c

Please sign in to comment.