63 lines
1.2 KiB
YAML
63 lines
1.2 KiB
YAML
---
|
|
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"
|
|
weight: 3
|
|
identifier: "log"
|
|
url: "/log/"
|
|
- name: "Microblogging"
|
|
weight: 4
|
|
identifier: "microblogging"
|
|
url: "https://pl.daemons.it/users/1"
|
|
- name: "Código"
|
|
weight: 5
|
|
identifier: "git"
|
|
url: "https://git.daemons.it/drymer/"
|
|
- name: "RSS"
|
|
weight: 6
|
|
identifier: "rss"
|
|
url: "/rss.xml"
|
|
- name: "Buscar"
|
|
weight: 7
|
|
identifier: "search"
|
|
url: "/search/"
|
|
|
|
outputs:
|
|
home: ["HTML", "RSS", "JSON"]
|
|
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"
|