BadDaemons/config.yaml

64 lines
1.2 KiB
YAML
Raw Normal View History

2018-08-22 22:37:33 +02:00
---
title: "Bad Daemons"
baseURL: "https://daemons.it/"
paginate: 10
theme:
- "after-dark"
enableRobotsTXT: true
pygmentsUseClasses: true
pygmentsCodeFences: true
pygmentsStyle: "monokai"
postNavigation: true
permalinks:
posts: "/posts/:title/"
menu:
main:
- name: "Casa"
weight: 1
identifier: "home"
url: "/"
- name: "Articulos"
weight: 2
identifier: "posts"
url: "/posts/"
- name: "Log"
2018-08-22 22:37:33 +02:00
weight: 3
identifier: "log"
url: "/log/"
- name: "Microblogging"
weight: 4
2018-08-22 22:37:33 +02:00
identifier: "microblogging"
url: "https://pl.daemons.it/users/1"
- name: "Código"
weight: 5
2018-08-22 22:37:33 +02:00
identifier: "git"
url: "https://git.daemons.it/drymer/"
- name: "RSS"
weight: 6
2018-08-22 22:37:33 +02:00
identifier: "rss"
url: "/rss.xml"
- name: "Buscar"
weight: 7
2018-08-22 22:37:33 +02:00
identifier: "search"
url: "/search/"
outputs:
home: ["HTML", "RSS"]
outputFormats:
RSS:
baseName: "rss"
params:
description: "Un blog de emacs, sysadmins, contenedores, programacion y otras fuzzwords."
author: "drymer"
hide_author: false
show_menu: true
powered_by: false
hackcss:
disabled: false
mode: "hack"
palette: "dark-grey"