-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
84 lines (76 loc) · 1.96 KB
/
config.yaml
File metadata and controls
84 lines (76 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
baseURL: https://ionutsoftware.net
languageCode: es-es
title: El blog de un aficionado a la informática
theme: indiefeed
# How many feed entries to load at once
paginate: 12
taxonomies:
category: categorias
tag: etiquetas
author:
name: Ionut Sebastian Florea
image: # relative to static/
about: La informática no es complicada, el cerebro humano si.
nickname: "@ionutsoftware"
email: floreasebi01@gmail.com
domain: https://ionutsoftware.net
params: # All of these are optional
# logo: heart.png # relative to ./static/
dateform: January 2, 2006
# customCSS: css/style.css # relative to ./static/
webmentionUrl: https://webmention.io/ionutsoftware.net/webmention
pingbackUrl: https://webmention.io/ionutsoftware.net/xmlrpc
micropubUrl: https://ionutsoftware.net/netlify/functions/micropub
microsubUrl: https://aperture.p3k.io/microsub/970
# For IndieAuth
githubuser: ionutsoftware
twitteruser: # no @ in front
mastodon: https://comunidad.nvda.es/@IonutSebastian_F # full link to your instance profile
# monetization: $xxxxxxx # Web Monetization payment pointer
# socialImage: static/img/social.png
mediaTypes:
"application/atom+xml":
suffixes:
- "xml"
outputFormats:
Atom:
name: "Atom"
mediaType: "application/atom+xml"
# generated file: <baseName>.<mediaType."application/atom+xml".suffixes[0]> = atom.xml
baseName: "atom"
isPlainText: false
rel: "alternate"
isHTML: false
permalinkable: false
Json:
name: "Json"
mediaType: "application/json"
# generated file: <baseName>.<mediaType."application/feed+json".suffixes[0]> = feed.json
baseName: "feed"
isPlainText: false
rel: "alternate"
isHTML: false
permalinkable: false
outputs:
home:
- HTML
- ATOM
- JSON
- RSS
page:
- HTML
section:
- HTML
taxonomy:
- HTML
term:
- HTML
- ATOM
- JSON
- RSS
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: dracula