💄 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

@ -117,7 +117,6 @@ Setting `enabled_for_all_posts = true` for a comment system will enable it globa
Alternatively, enable comments on an individual post's front matter by adding the name of the system (`utterances`, `giscus`, `hyvortalk`, or `isso`) `= true`. For example, this is how you would enable giscus:
```toml,hl_lines=09-10
+++
title = "Bears, Beets, Battlestar Galactica: The Dwight Schrute Guide to Life"
date = 2007-04-26
description = "Lessons learned from beet farming and paper sales."
@ -127,7 +126,6 @@ tags = ["personal", "beets"]
[extra]
giscus = true
+++
```
If you accidentally enable more than one system, your site will fail to build with an error.