💄 style(code blocks): change syntax highlighting theme & text size (#131)

📝 docs: remove opening and closing +++ in TOML codeblocks
This commit is contained in:
Óscar 2023-09-07 01:46:20 +02:00 committed by GitHub
parent 22579a5974
commit d6a5b1ab93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 347 additions and 503 deletions

View file

@ -28,13 +28,11 @@ For example, `\\[ r = \frac{\sum_{i=1}^{n}(x_i - \bar{x})(y_i - \bar{y})}{\sqrt{
To activate $\KaTeX$ for a post or an entire section, include `katex = true` within the `[extra]` section of the front matter. For exemple:
```toml,hl_lines=5-6
+++
title = "Testing KaTeX"
date = 2002-11-30
[extra]
katex = true
+++
```
You may enable it globally as well, by setting `katex = true` in the `[extra]` section of your `config.toml`.