Skip to content

Commit

Permalink
migrate theme to PaperModX
Browse files Browse the repository at this point in the history
  • Loading branch information
杨道锋 committed Aug 14, 2023
1 parent ce7de2f commit 662dec9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "themes/jane"]
path = themes/jane
url = [email protected]:Fity/hugo-theme-jane.git
[submodule "themes/PaperModX"]
path = themes/PaperModX
url = https://github.com/reorx/hugo-PaperModX.git
10 changes: 7 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL = "https://fity.me"
title = "Fity's Blog"
theme = "PaperMod"
theme = "PaperModX"
DefaultContentLanguage = "zh" # Theme's display language, supports: en, fr, zh, zh-hant
languageCode = "zh-cn"
copyright = "All rights reserved."
Expand All @@ -16,6 +16,7 @@ buildExpired = false
minifyOutput = true

[params]
TocSide = "right"
env = "production" # to enable google analytics, opengraph, twitter-cards and schema
title = "Fity's Blog" # will set 'og:site_name'
description = "IT Guy with too much things to learn"
Expand Down Expand Up @@ -49,6 +50,9 @@ disqusShortname = "fityblog"
[[params.socialIcons]]
name = "Email"
url = "mailto:[email protected]"
[[params.socialIcons]]
name = "RSS"
url = "/index.xml"

[params.assets]
favicon = "/images/favicon.ico"
Expand Down Expand Up @@ -88,7 +92,7 @@ weight = 4
url = "/about/"
name = "About"
weight = 5
# [[menu.main]]
[[menu.main]]
# url = "/index.xml"
# name = "RSS"
# weight = 6
# weight = 6
1 change: 1 addition & 0 deletions themes/PaperModX
Submodule PaperModX added at 0f9604

0 comments on commit 662dec9

Please sign in to comment.