BadDaemons/config.yaml

61 lines
1.2 KiB
YAML
Raw Normal View History

2018-08-22 22:37:33 +02:00
---
title: "Bad Daemons"
baseURL: "https://daemons.it/"
2020-08-20 22:28:10 +02:00
paginate: 20
2018-08-22 22:37:33 +02:00
theme:
- "after-dark"
pygmentsUseClasses: true
postNavigation: true
permalinks:
posts: "/posts/:title/"
2020-08-20 22:28:10 +02:00
menus:
2018-08-22 22:37:33 +02:00
main:
- name: "Casa"
weight: 1
identifier: "home"
url: "/"
- name: "Articulos"
weight: 2
identifier: "posts"
url: "/posts/"
2020-08-20 22:28:10 +02:00
title: Articulos
- name: "Log"
2018-08-22 22:37:33 +02:00
weight: 3
identifier: "log"
url: "/log/"
2020-08-20 22:28:10 +02:00
- name: "Buscar"
weight: 4
2020-08-20 22:28:10 +02:00
identifier: "search"
url: "/search/"
2018-08-22 22:37:33 +02:00
- name: "RSS"
2020-08-20 22:28:10 +02:00
weight: 5
2018-08-22 22:37:33 +02:00
identifier: "rss"
2020-08-20 22:28:10 +02:00
url: "/posts/index.xml"
- name: "Microblogging"
weight: 6
identifier: "microblogging"
url: "https://barcelona.social/drymer"
- name: "Código"
weight: 7
2020-08-20 22:28:10 +02:00
identifier: "git"
url: "https://gitlab.com/drymerisnothere/"
2018-08-22 22:37:33 +02:00
params:
2020-08-20 22:28:10 +02:00
description: "Un blog de emacs, cosas de sysadmin, contenedores, programacion y otras palabras clave."
2018-08-22 22:37:33 +02:00
author: "drymer"
hide_author: false
hackcss:
disabled: false
mode: "hack"
palette: "dark-grey"
2020-08-20 22:28:10 +02:00
layout:
menu:
main:
hidden: false
outputs:
home: ["HTML", "RSS", "JSON"]