diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3a80e91..d37e454 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -16,8 +16,8 @@ theme = "hugo-theme-minima" # Author has some of your information to be shown on the home page. [author] name = "XJJ" -slogon = "A student and 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. 😁" +slogon = "A tech lover from Earth 🌍" +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] @@ -42,7 +42,7 @@ selectable = true globalFontFamily = 'LXGW WenKai' # If set true, all your posts will use the chosen comment plugin # 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 = "lines"