diff --git a/README.md b/README.md index 0b19175..cee4a54 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,17 @@ A Clean and minimal Hugo theme porting from [Minima on Hexo](https://github.com/ ## Features -- [x] light/dark mode -- [x] Code Hightlight +- [x] Light/dark mode +- [x] VSCode-style code hightlighting - [x] KaTeX - [x] Mermaid - [x] Google analytics -- [x] Disqus/OvO comments +- [x] Disqus/Utterances comments - [x] Optional ToC ## Usage -Before using Minima, make sure you've got Hugo(v0.41.0 or higher) installed on your device. +Before using Minima, make sure you've got Hugo (extended version) installed on your device. ### Installation diff --git a/exampleSite/content/instruction.md b/exampleSite/content/instruction.md index cb10fc2..9fbd63a 100644 --- a/exampleSite/content/instruction.md +++ b/exampleSite/content/instruction.md @@ -12,11 +12,11 @@ comment: true ## Features - [x] Light/dark mode -- [x] Code Hightlight +- [x] VSCode-style code hightlighting - [x] KaTeX - [x] Mermaid - [x] Google analytics -- [x] Disqus/OvO comments +- [x] Disqus/Utterances comments - [x] Optional ToC ## Usage