🛠 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 ```sh
git clone https://git.sudodnf.com/peps/blog.git git clone https://git.sudodnf.com/peps/blog.git
cd blog
git submodule update --init --recursive git submodule update --init --recursive
``` ```

View file

@ -4,6 +4,7 @@ defaultContentLanguage: "es"
title: sudo dnf title: sudo dnf
theme: ["PaperMod"] theme: ["PaperMod"]
menu: menu:
main: main:
- name: Relatos - name: Relatos
@ -19,13 +20,13 @@ menu:
pageRef: /archivo pageRef: /archivo
weight: 4 weight: 4
mainSections: mainSections:
- "relatos" - "relatos"
- "articulos" - "articulos"
params: params:
dateFormat: "2 de January de 2006"
homeInfoParams: homeInfoParams:
Title: "Blog 📖" 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.' 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" - name: "github"
url: "https://github.com/pepev-nrt" url: "https://github.com/pepev-nrt"
ShowFullTextinRSS: true
env: production # to enable google analytics, opengraph, twitter-cards and schema. 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 defaultTheme: auto # dark, light
disableThemeToggle: false disableThemeToggle: false
ShowFullTextinRSS: true
ShowReadingTime: true ShowReadingTime: true
ShowShareButtons: false ShowShareButtons: false
ShareButtons: ["x", "mastodon", "reddit", "whatsapp", "telegram", "facebook"] ShareButtons: ["x", "mastodon", "reddit", "whatsapp", "telegram", "facebook"]