-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.yml
88 lines (80 loc) · 2.38 KB
/
config.yml
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
85
86
87
88
baseURL: https://robintw.github.io/CW-ideas/
languageCode: en-us
title: Collaborations Workshop Ideas & Pitches
theme: "PaperMod"
outputs:
home:
- HTML
- RSS
- JSON # is necessary
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Collaborations Workshop Ideas & Pitches
description: "A searchable, filterable archive of Collaborations Workshop ideas and pitches"
author: ["Heather Turner", "Robin Wilson", "Mario Antonioletti"]
DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
disableSpecial1stPost: true
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
assets:
# disableHLJS: true # to disable highlight.js
# disableFingerprinting: true
favicon: "<link / abs url>"
favicon16x16: "<link / abs url>"
favicon32x32: "<link / abs url>"
apple_touch_icon: "<link / abs url>"
safari_pinned_tab: "<link / abs url>"
socialIcons:
- name: twitter
url: "https://twitter.com/"
- name: stackoverflow
url: "https://stackoverflow.com"
- name: github
url: "https://github.com/"
defaultMode: true
editPost:
URL: "https://github.com/robintw/CW-ideas/blob/ideas/"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: tags
name: Tags
url: /tags/
weight: 10
- identifier: byyear
name: By year
url: /byyear/
weight: 20
- identifier: bytype
name: By type
url: /bytype/
weight: 25
- identifier: search
name: Search
url: /search
weight: 30
# - identifier: example
# name: example.org
# url: https://example.org
# weight: 30