26 lines
464 B
YAML
26 lines
464 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
|