Just a slight modification to the native theme.
For config.toml or hugo.toml
baseURL = ''languageCode = 'zh-CN'title = "Solsist's Blog"theme = "Only"
[[menus.main]]
name = 'Home'pageRef = '/'weight = 10
[[menus.main]]
name = 'Tags'pageRef = '/tags'weight = 30
[[menus.main]]
name = 'Categories'pageRef = '/categories'weight = 30
[[menus.main]]
name = 'Tags'pageRef = '/tags'weight = 30
[module]
[module.hugoVersion]
extended = falsemin = "0.116.0"
[taxonomies]
tag = "tags"category = "categories"
[markup]
table = true
[markup.highlight]
guessSyntax = truelineNoStart =1lineNos = truelineNumbersInTable = truestyle = "abap"tabWidth = 4
[params]
bio = "知ってることだけ"github = "sols1st"email = "sols1st@outlook.com"In the directory of project and run :
git submodule add https://github.com/sols1st/only themes/onlyIn config.toml or hugo.toml
theme = "only"

