This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
84 lines (76 loc) · 1.86 KB
/
config.yaml
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://example.com
languageCode: en-us
title: IndieFeed
theme: indiefeed
# How many feed entries to load at once
paginate: 12
taxonomies:
category: categories
tag: tags
author:
name: Human
image: # relative to static/
about: I'm a human on the Internet. Welcome to my IndieFeed!
nickname: "@example"
email: [email protected]
domain: https://example.com
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/example.com/webmention
pingbackUrl: https://webmention.io/example.com/xmlrpc
micropubUrl: https://example.com/.netlify/functions/micropub
microsubUrl: https://aperture.p3k.io/microsub/example
# For IndieAuth
githubuser: example
twitteruser: example # no @ in front
mastodon: https://example.com/@example # 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