-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
74 lines (73 loc) · 1.42 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
baseURL: "https://cfe.dev/"
languageCode: "en-us"
title: "CFE.dev"
params:
description: >-
CFE.dev offers a large library of recorded sessions on a wide range of development
& technology topics live as well as interactive virtual meetups featuring the experts.
mastodon: https://techhub.social/@cfedev
twitter: cfe_dev
instagram: cfe_dev
youtube: https://www.youtube.com/@cfedev
discord: https://discord.com/invite/E2ysUYPzJH
sponsorship: /docs/prospectus.pdf
algolia:
vars:
- title
- summary
- date
- permalink
- description
params:
- categories
featuredTags:
- jamstack
- aws
- nextjs
- serverless
- devrel
- devops
- machine-learning
related:
threshold: 80
includeNewer: true
toLower: true
indices:
- name: categories
weight: 100
- name: tags
weight: 100
- name: date
weight: 10
paginate: 6
rssLimit: 20
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
outputs:
home:
- HTML
- RSS
- Algolia
page:
- HTML
- Calendar
mediaTypes:
text/calendar:
suffixes:
- ics
outputFormats:
Algolia:
baseName: algolia
isPlainText: true
mediaType: application/json
notAlternative: true
RSS:
mediatype: "application/rss"
baseName: "rss"
Calendar:
mediatype: "text/calendar"
baseName: "calendar"
isPlainText: true