Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/lycheeverse/lychee…
Browse files Browse the repository at this point in the history
…-action-2.2.0
  • Loading branch information
kodiakhq[bot] authored Jan 28, 2025
2 parents 98c1e8c + cd78be0 commit 158a2ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/posts/configuration/site-parameters/index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Para empezar, vamos a establecer un fondo para tu sitio web. Pon la imagen de fo

```yaml
background: "images/nombre_de_tu_imagen_de_fondo.jpg"
# Opcional, para tener un fondo diferente en modo oscuro
darkBackground: "images/nombre_de_tu_imagen_de_fondo_oscuro.jpg"
```
### Añade un Logo
Expand Down
2 changes: 2 additions & 0 deletions content/posts/configuration/site-parameters/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ D'abord, on va paramètrer un arrière plan sur votre site. Mettez l'image d'arr

```yaml
background: "images/<nom-de-votre-image-arrière-plan.jpg"
# Optionnel, pour une image d'arrière-plan différente en mode sombre
darkBackground: "images/<nom-de-votre-image-arrière-plan-sombre.jpg"
```
### Ajouter le logo du site
Expand Down
2 changes: 2 additions & 0 deletions content/posts/configuration/site-parameters/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ At first, let's set a background on your website. Put your desired background im

```yaml
background: "images/name-of-your-background-image.jpg"
# Optional, for a different background image in dark mode
darkBackground: "images/name-of-your-dark-background-image.jpg"
```
### Add Site's Logo
Expand Down

0 comments on commit 158a2ad

Please sign in to comment.