From b4bc8733b2e7d7700c9bcb4582b97a8397231ee5 Mon Sep 17 00:00:00 2001 From: peps Date: Sat, 22 Mar 2025 20:24:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20=20Fixed=20some=20styling=20in?= =?UTF-8?q?=20the=20hugo.yaml=20and=20in=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + hugo.yaml | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ca5eb86..b2e01f5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ```sh git clone https://git.sudodnf.com/peps/blog.git +cd blog git submodule update --init --recursive ``` diff --git a/hugo.yaml b/hugo.yaml index 2a58611..8ba8c66 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -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"]