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"]