Skip to content

Commit

Permalink
主题更新
Browse files Browse the repository at this point in the history
  • Loading branch information
MCSeekeri committed Sep 18, 2024
1 parent 698b124 commit 9c73e9e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 17 deletions.
Binary file removed assets/MCSeekeri.jpg
Binary file not shown.
Binary file removed assets/favicon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.26.0/assets/*"
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.27.0/assets/*"
]
}
}
Expand Down
6 changes: 0 additions & 6 deletions config/_default/_languages.toml

This file was deleted.

7 changes: 3 additions & 4 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Change baseurl before deploy
baseurl = "https://lib.sci-adv.cc"
languageCode = "zh-cn"
paginate = 25
pagination.pagerSize = 25
title = "科学ADV图书馆"

# Theme i18n support
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar
defaultContentLanguage = "en"
defaultContentLanguage = "zh-cn"

# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
# This will make .Summary and .WordCount behave correctly for CJK languages.
hasCJKLanguage = true


buildFuture = true
enableGitInfo = true
FootnoteReturnLinkContents = ""
Expand All @@ -32,4 +31,4 @@ FootnoteReturnLinkContents = "↩"
changeFreq = ''
disable = false
filename = 'sitemap.xml'
priority = -1
priority = -1
5 changes: 2 additions & 3 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ published = "Jan 02, 2006"
lastUpdated = "Jan 02, 2006 15:04 MST"

[sidebar]
emoji = "🎁"
subtitle = "然后。我、将这个混账的站点发布了。"

[sidebar.avatar]
enabled = true
enabled = false
local = true
src = "/MCSeekeri.jpg"
src = "/favicon.png"

[article]
math = false
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/MCSeekeri/sciadv-hugo

go 1.23

require github.com/CaiJimmy/hugo-theme-stack/v3 v3.26.0 // indirect
require github.com/CaiJimmy/hugo-theme-stack/v3 v3.27.0 // indirect
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/CaiJimmy/hugo-theme-stack/v3 v3.26.0 h1:kLZSTvo+E3S2YWw59DjXWtKLNbw3JaL7Z+VAjcegqa0=
github.com/CaiJimmy/hugo-theme-stack/v3 v3.26.0/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I=
github.com/CaiJimmy/hugo-theme-stack/v3 v3.27.0 h1:wVAa/ZimTOkFy/mODH5RXS3R3mlgfAXaDTYs7GccJUw=
github.com/CaiJimmy/hugo-theme-stack/v3 v3.27.0/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I=

0 comments on commit 9c73e9e

Please sign in to comment.