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
|
|
@ -117,7 +117,6 @@ La opción `enabled_for_all_posts = true` habilitará globalmente el sistema de
|
|||
Alternativamente, puedes habilitar los comentarios en publicaciones concretas añadiendo el nombre del sistema (`utterances`, `giscus`, `hyvortalk` o `isso`) `= true`. Por ejemplo, así habilitarías giscus:
|
||||
|
||||
```toml,hl_lines=09-10
|
||||
+++
|
||||
title = "Los molinos de viento de mi vida: reflexiones de un escudero"
|
||||
date = 1605-01-16
|
||||
description = "Mi viaje junto a Don Quijote, enfrentándome a gigantes imaginarios y descubriendo las verdaderas batallas de la vida."
|
||||
|
|
@ -127,7 +126,6 @@ tags = ["personal", "reflexiones"]
|
|||
|
||||
[extra]
|
||||
giscus = true
|
||||
+++
|
||||
```
|
||||
|
||||
Si accidentalmente habilitas más de un sistema, Zola mostrará un error.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue