switch to blog-theme
This commit is contained in:
parent
111d5dd174
commit
8a82685681
4 changed files with 6 additions and 8 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "themes/sakura-hugo-theme"]
|
||||
path = themes/sakura-hugo-theme
|
||||
url = https://git.elnu.com/ElnuDev/sakura-hugo-theme.git
|
||||
[submodule "themes/blog-theme"]
|
||||
path = themes/blog-theme
|
||||
url = https://git.elnu.com/ElnuDev/blog-theme.git
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
baseURL = 'https://blog.elnu.com/'
|
||||
languageCode = 'en-us'
|
||||
title = "Elnu's Blog"
|
||||
theme = 'sakura-hugo-theme'
|
||||
theme = 'blog-theme'
|
||||
enableEmoji = true
|
||||
paginate = 3
|
||||
ignoreFiles = ['\.org$']
|
||||
|
@ -14,8 +14,6 @@ ignoreFiles = ['\.org$']
|
|||
MatomoURL = 'matomo.elnu.com'
|
||||
MatomoSiteId = '5'
|
||||
HomepageHeader = '<a href="https://elnu.com/">« Back to profile</a>'
|
||||
Theme = 'earthly'
|
||||
ThemeColor = '#007559'
|
||||
Stork = true
|
||||
SoudanURL = 'https://soudan.elnu.com'
|
||||
|
||||
|
@ -31,7 +29,7 @@ ignoreFiles = ['\.org$']
|
|||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
[markup.highlight]
|
||||
style = 'friendly'
|
||||
noClasses = false
|
||||
[markup.tableOfContents]
|
||||
endLevel = 6
|
||||
|
||||
|
|
1
themes/blog-theme
Submodule
1
themes/blog-theme
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e00e6162acc7b2f3ad95658885837a1fd83f263f
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 29b925d36bf459e9630fe96abd28896b6f29d4ef
|
Loading…
Add table
Reference in a new issue