🏗 Icon and favicon added to /static folder and in hugo.yaml
This commit is contained in:
parent
80f9b5d712
commit
5de2862540
2 changed files with 10 additions and 0 deletions
10
hugo.yaml
10
hugo.yaml
|
@ -28,6 +28,16 @@ params:
|
||||||
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.'
|
||||||
|
|
||||||
|
assets:
|
||||||
|
favicon: "icon.png"
|
||||||
|
favicon16x16: "icon.png"
|
||||||
|
favicon32x32: "icon.png"
|
||||||
|
apple_touch_icon: "icon.png"
|
||||||
|
safari_pinned_tab: "icon.png"
|
||||||
|
|
||||||
|
label:
|
||||||
|
icon: icon.png
|
||||||
|
|
||||||
custom_css: ["css/global.css"]
|
custom_css: ["css/global.css"]
|
||||||
|
|
||||||
socialIcons:
|
socialIcons:
|
||||||
|
|
BIN
static/icon.png
Normal file
BIN
static/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Reference in a new issue