36 lines
567 B
YAML
36 lines
567 B
YAML
---
|
|
baseURL: https://ctrlz.es/
|
|
languageCode: es-es
|
|
title: ControlZ
|
|
theme: clean
|
|
disableHugoGeneratorInject: true
|
|
enableEmoji: true
|
|
|
|
menus:
|
|
main:
|
|
- name: Inicio
|
|
pageRef: '/'
|
|
weight: 10
|
|
- name: Posts
|
|
pageRef: '/posts'
|
|
weight: 20
|
|
|
|
params:
|
|
contact:
|
|
name: Miguel de la Cruz
|
|
email: mgdelacroix@gmail.com
|
|
mastodon: https://social.ctrlz.es/@mgdelacroix
|
|
author:
|
|
name: Miguel de la Cruz
|
|
email: mgdelacroix@gmail.com
|
|
|
|
outputs:
|
|
home:
|
|
- html
|
|
section:
|
|
- html
|
|
- rss
|
|
taxonomy:
|
|
- html
|
|
term:
|
|
- html
|