-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathconfig.yaml
82 lines (68 loc) · 1.39 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
baseURL: https://build.prestashop-project.org
disablePathToLower: true
languageCode: en-us
title: PrestaShop Developers' blog
timezone: Europe/Paris
theme: "build"
enableEmoji: true
mainSections:
- news
cascade:
# default social image
twitter_image: "/assets/images/theme/meta-logo-build-2024.png"
permalinks:
news: /news/:year/:slugorfilename/
tags: /tag/:slug/
googleAnalytics: "G-QVW3BYSGJJ"
disqusShortname: prestashopbuild
params:
email: [email protected]
# algolia search settings
algolia:
application_id: '17LZR6CZEL'
index_name: 'blog'
social:
twitter: "PrestaShopOrg"
github: "PrestaShop"
mediaTypes:
application/ndjson:
suffixes: ['ndjson']
rssLimit: 15
outputFormats:
# rss feed generation
RSS:
mediaType: application/rss+xml
basename: feed
# algolia index generation
algolia:
baseName: "algolia"
isPlainText: true
mediaType: "application/ndjson"
notAlternative: true
taxonomies:
author: "authors"
tag: "tags"
outputs:
home:
["HTML", "RSS", "algolia"]
markup:
highlight:
codeFences: true
guessSyntax: true
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: false
style: github
tabWidth: 4
goldmark:
renderer:
unsafe: true
parser:
attribute:
block: true
tableOfContents:
endLevel: 4
ordered: false
startLevel: 1