mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
📝 docs: update for Hyvor Talk support
This commit is contained in:
parent
7924e8206c
commit
31fee59eb2
3 changed files with 6 additions and 6 deletions
|
@ -17,13 +17,13 @@ This theme has no mandatory JavaScript. Optionally, it can load a minimal amount
|
|||
|
||||
These two settings can be applied in the `[extra]` section of your `config.toml` file.
|
||||
|
||||
- [**Comments**](@/blog/comments.md). giscus (2 KB) or utterances (1 KB) can be globally enabled by setting `enabled_for_all_posts = true` in the right section of your `config.toml` (`[extra.giscus]` or `[extra.utterances]`).
|
||||
- [**Comments**](@/blog/comments.md). giscus (2 KB), utterances (1 KB) or Hyvor Talk (~800 bytes) can be globally enabled by setting `enabled_for_all_posts = true` in the right section of your `config.toml` (i.e. `[extra.giscus]`, `[extra.utterances]` or `[extra.hyvortalk]`).
|
||||
|
||||
### Page-specific settings
|
||||
|
||||
The following settings can be enabled on specific posts by setting certain variables in the `[extra]` section of the post's front matter.
|
||||
|
||||
- [**KaTeX** support](@/blog/markdown.md#katex) (274 KB) can be enabled it by setting `katex = true`.
|
||||
- [**Comments**](@/blog/comments.md) can be enabled on individual posts by setting `utterances = true` or `giscus = true`.
|
||||
- [**Comments**](@/blog/comments.md) can be enabled on individual posts by setting the name of the system `= true` (e.g. `hyvortalk = true`).
|
||||
|
||||
Other than that, it's a fast theme with HTML and CSS which works with JavaScript disabled. Just the way (most of) the web should be :-)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue