mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
💄 style(code blocks): change syntax highlighting theme & text size (#131)
📝 docs: remove opening and closing +++ in TOML codeblocks
This commit is contained in:
parent
22579a5974
commit
d6a5b1ab93
13 changed files with 347 additions and 503 deletions
|
|
@ -116,7 +116,6 @@ La opció `enabled_for_all_posts = true` habilita globalment el sistema de comen
|
|||
Alternativament, pots habilitar els comentaris a publicacions concretes afegint el nom del sistema (`utterances`, `giscus`, `hyvortalk` o `isso`) ` = true`. Per exemple, així és com habilitaries giscus:
|
||||
|
||||
```toml,hl_lines=09-10
|
||||
+++
|
||||
title = "L'art de l'entremaliadura segons Shin-Chan
|
||||
date = 1990-02-14
|
||||
description = "Descobreix com les travessures poden canviar la teva perspectiva de vida."
|
||||
|
|
@ -126,7 +125,6 @@ tags = ["personal", "travessures"]
|
|||
|
||||
[extra]
|
||||
giscus = true
|
||||
+++
|
||||
```
|
||||
|
||||
Si accidentalment habilites més d'un sistema, Zola mostrarà un error.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue