💄 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

@ -51,13 +51,11 @@ The code to achieve this:
If you set a custom position and a custom header for the ToC, you'll probably want to hide it (see the [section below](#hiding-headers-from-the-toc)) like this:
```markdown,hl_lines=06 11-13
+++
title = "Your Post's Title"
date = 2034-01-11
[extra]
toc_ignore_pattern = "^(Table of Contents)"
+++
Here goes some introductory text.