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/
|
||||
languageCode: es-es
|
||||
title: ControlZ
|
||||
theme: clean
|
||||
title: ctrlz
|
||||
theme: hugo-bearcub
|
||||
copyright: CC BY-SA 4.0
|
||||
defaultContentLanguage: es
|
||||
disableHugoGeneratorInject: 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:
|
||||
main:
|
||||
- name: Inicio
|
||||
|
@ -21,14 +34,3 @@ params:
|
|||
mastodon: https://social.ctrlz.es/@mgdelacroix
|
||||
author:
|
||||
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