🎨 Add more article content for demo.

This commit is contained in:
凡梦星尘
2022-06-09 21:45:45 +08:00
parent 5fe253ab57
commit 836fe1ea10
9 changed files with 272 additions and 13 deletions

View File

@@ -1,15 +1,13 @@
# ===============================================================
#:==============================================================
# It's recommended to use Alternate Theme Config to configure NexT
# Modifying this file may result in merge conflict
# See: https://theme-next.js.org/docs/getting-started/configuration
# ===============================================================
#:==============================================================
baseURL: /
theme: hugo-theme-next
paginate: 8
paginate: 10
enableEmoji: true
# Make markdown content support HTML syntax
@@ -17,6 +15,15 @@ markup:
goldmark:
renderer:
unsafe: true
highlight:
codeFences: true
lineNos: true
lineNumbersInTable: true
noClasses: true
tableOfContents:
endLevel: 3
ordered: false
startLevel: 1
defaultContentLanguage: zh-cn
languages:
@@ -305,11 +312,11 @@ params:
# Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, http://www.beian.gov.cn
beian:
enable: true
icp: 粤ICP备18047355-1号
icp: 粤ICP备 18047355-1
# The digit in the num of gongan beian.
provinceAbbr:
# The full num of gongan beian.
gonganNum: 11010102001808
gonganNum: 31011402009770
# The icon for gongan beian. See: http://www.beian.gov.cn/portal/download
#gongan_icon_url:
@@ -763,7 +770,7 @@ params:
# AddThis Share. See: https://www.addthis.com
# Go to https://www.addthis.com/dashboard to customize your tools.
addThisId:
addThisId: ra-6049e46e9ee22127
# ---------------------------------------------------------------