Update blog theme
This commit is contained in:
parent
3307377c99
commit
54d8696921
3 changed files with 19 additions and 13 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/hugo-bearcub"]
|
||||||
|
path = themes/hugo-bearcub
|
||||||
|
url = https://github.com/clente/hugo-bearcub
|
28
hugo.yaml
28
hugo.yaml
|
@ -1,11 +1,24 @@
|
||||||
---
|
---
|
||||||
baseURL: https://ctrlz.es/
|
baseURL: https://ctrlz.es/
|
||||||
languageCode: es-es
|
languageCode: es-es
|
||||||
title: ControlZ
|
title: ctrlz
|
||||||
theme: clean
|
theme: hugo-bearcub
|
||||||
|
copyright: CC BY-SA 4.0
|
||||||
|
defaultContentLanguage: es
|
||||||
disableHugoGeneratorInject: true
|
disableHugoGeneratorInject: true
|
||||||
enableEmoji: true
|
enableEmoji: true
|
||||||
|
|
||||||
|
enableRobotsTXT: true
|
||||||
|
|
||||||
|
languages:
|
||||||
|
es:
|
||||||
|
title: ctrlz
|
||||||
|
languageName: es-ES
|
||||||
|
LanguageCode: es
|
||||||
|
contentDir: content
|
||||||
|
params:
|
||||||
|
madeWith: 'Made with :heart_decoration: and Open Source'
|
||||||
|
|
||||||
menus:
|
menus:
|
||||||
main:
|
main:
|
||||||
- name: Inicio
|
- name: Inicio
|
||||||
|
@ -21,14 +34,3 @@ params:
|
||||||
mastodon: https://social.ctrlz.es/@mgdelacroix
|
mastodon: https://social.ctrlz.es/@mgdelacroix
|
||||||
author:
|
author:
|
||||||
name: Miguel de la Cruz
|
name: Miguel de la Cruz
|
||||||
|
|
||||||
outputs:
|
|
||||||
home:
|
|
||||||
- html
|
|
||||||
section:
|
|
||||||
- html
|
|
||||||
- rss
|
|
||||||
taxonomy:
|
|
||||||
- html
|
|
||||||
term:
|
|
||||||
- html
|
|
||||||
|
|
1
themes/hugo-bearcub
Submodule
1
themes/hugo-bearcub
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit bd5d81f18c0fdb9be3506af5a984cac64fae81f2
|
Loading…
Reference in a new issue