config updates
This commit is contained in:
parent
f9b21244be
commit
c3bc24e42a
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@ theme = "hugo-theme-minima"
|
||||||
# Author has some of your information to be shown on the home page.
|
# Author has some of your information to be shown on the home page.
|
||||||
[author]
|
[author]
|
||||||
name = "XJJ"
|
name = "XJJ"
|
||||||
slogon = "A student and tech lover from Earth 🌍"
|
slogon = "A tech lover from Earth 🌍"
|
||||||
description = "This is Minima, a clean and minimal Hugo theme porting from [Minima on Hexo](https://github.com/adisaktijrs/hexo-theme-minima). Except for everything from Hexo Minima like dark/light mode, it supports KaTeX and some taxonomies like categories, series and tags. I created this using SCSS, Vanilla JS and most importantly, Hugo. 😁"
|
description = "This is Minima, a clean and minimal Hugo theme porting from the [Hexo Minima](https://github.com/adisaktijrs/hexo-theme-minima). Except for everything from Hexo Minima like dark/light mode, it supports KaTeX, Mermaid, comments and some taxonomies like categories, series and tags. I created this using SCSS, Vanilla JS and the most important, Hugo. 😁"
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
@ -42,7 +42,7 @@ selectable = true
|
||||||
globalFontFamily = 'LXGW WenKai'
|
globalFontFamily = 'LXGW WenKai'
|
||||||
# If set true, all your posts will use the chosen comment plugin
|
# If set true, all your posts will use the chosen comment plugin
|
||||||
# except those with a `comment: false` in their front-matter
|
# except those with a `comment: false` in their front-matter
|
||||||
commentOnAllPosts = false
|
commentOnAllPosts = true
|
||||||
# toc decides the shape of the toc button. e.g. default, lines, bar
|
# toc decides the shape of the toc button. e.g. default, lines, bar
|
||||||
toc = "lines"
|
toc = "lines"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue