🛠 Fixed some styling in the hugo.yaml and in README.md
This commit is contained in:
parent
4a6d7d29b8
commit
b4bc8733b2
2 changed files with 5 additions and 6 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
```sh
|
||||
git clone https://git.sudodnf.com/peps/blog.git
|
||||
cd blog
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
|
|
10
hugo.yaml
10
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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue