🛠 Fixed some styling in the hugo.yaml and in README.md

This commit is contained in:
peps 2025-03-22 20:24:58 +01:00
parent 4a6d7d29b8
commit b4bc8733b2
2 changed files with 5 additions and 6 deletions

View file

@ -4,6 +4,7 @@
```sh
git clone https://git.sudodnf.com/peps/blog.git
cd blog
git submodule update --init --recursive
```

View file

@ -4,6 +4,7 @@ defaultContentLanguage: "es"
title: sudo dnf
theme: ["PaperMod"]
menu:
main:
- name: Relatos
@ -19,13 +20,13 @@ menu:
pageRef: /archivo
weight: 4
mainSections:
- "relatos"
- "articulos"
params:
dateFormat: "2 de January de 2006"
homeInfoParams:
Title: "Blog 📖"
Content: 'Tengo pensado subir algún relatillo y artículos de opinión que escriba de vez en cuando. Podeis seguirme en mastodon y hablarme tranquilamente.'
@ -52,14 +53,11 @@ params:
- name: "github"
url: "https://github.com/pepev-nrt"
ShowFullTextinRSS: true
env: production # to enable google analytics, opengraph, twitter-cards and schema.
DateFormat: "January 2, 2006"
DateFormat: "2 de January de 2006"
defaultTheme: auto # dark, light
disableThemeToggle: false
ShowFullTextinRSS: true
ShowReadingTime: true
ShowShareButtons: false
ShareButtons: ["x", "mastodon", "reddit", "whatsapp", "telegram", "facebook"]