-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathparams.yaml
More file actions
149 lines (129 loc) · 3.93 KB
/
params.yaml
File metadata and controls
149 lines (129 loc) · 3.93 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# -- Theme Options --
# These options control how the theme functions and allow you to
# customise the display of your website.
#
# Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/configuration/#theme-parameters
colorScheme: everse
# Allow switching between light and dark modes
defaultAppearance: light
autoSwitchAppearance: false
enableSearch: true
enableCodeCopy: true
mainSections:
- news
# robots = ""
# Image optimisation breaks as we have SVG images
# The real fix is to disable the optimisation only for SVGs and allow optimisation proceed
# for other image types
disableImageOptimization: true
disableTextInHeader: true # We don't need the title as we already have an SVG logo
disableImageZoom: true
# defaultBackgroundImage: "IMAGE.jpg" # used as default for background images
# defaultFeaturedImage: "IMAGE.jpg" # used as default for featured images in all articles
# highlightCurrentMenuArea: true
# smartTOC: true
# smartTOCHideUnfocusedChildren: true
logo: images/logos/EOSCEverse_PosColour.svg
author:
name: The EVERSE Project
links:
- github: https://github.com/EVERSE-ResearchSoftware
header:
layout: fixed-fill # valid options: basic, fixed, fixed-fill, fixed-fill-blur
footer:
showMenu: true
showCopyright: true
showThemeAttribution: true
showAppearanceSwitcher: true
showScrollToTop: true
homepage:
layout: page # valid options: page, profile, hero, card, background, custom
#homepageImage: "IMAGE.jpg" # used in: hero, and card
showRecent: true
showRecentItems: 3 # Keep this ~<4, but adjust to make sure relevant articles are highlighted
showMoreLink: false
showMoreLinkDest: /posts
cardView: true
cardViewScreenWidth: false
layoutBackgroundBlur: false # only used when layout equals background
article:
showDate: false
showViews: false
showLikes: false
showDateOnlyInArticle: false
showDateUpdated: false
showAuthor: false
showHero: false
# heroStyle: "basic" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur: true
layoutBackgroundHeaderSpace: true
showBreadcrumbs: false
showDraftLabel: true
showEdit: false
# editURL: "https://github.com/username/repo/"
editAppendPath: true
seriesOpened: false
showHeadingAnchors: true
showPagination: true
invertPagination: true
showReadingTime: false
showTableOfContents: false
# showRelatedContent: false
# relatedContentLimit: 3
showTaxonomies: false
showAuthorsBadges: false
showWordCount: false
# sharingLinks: [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
showZenMode: false
list:
showHero: false
# heroStyle: "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur: true
layoutBackgroundHeaderSpace: true
showBreadcrumbs: false
showSummary: false
showViews: false
showLikes: false
showTableOfContents: false
showCards: false
groupByYear: true
cardView: false
cardViewScreenWidth: false
constrainItemsWidth: false
sitemap:
excludedKinds:
- taxonomy
- term
taxonomy:
showTermCount: true
showHero: false
# heroStyle: "background" # valid options: basic, big, background, thumbAndBackground
showBreadcrumbs: false
showViews: false
showLikes: false
showTableOfContents: false
cardView: false
term:
showHero: false
# heroStyle: "background" # valid options: basic, big, background, thumbAndBackground
showBreadcrumbs: false
showViews: false
showLikes: false
showTableOfContents: true
groupByYear: false
cardView: false
cardViewScreenWidth: false
matomo:
url: https://matomo.research.software/
id: 6
track:
button: Allow data anonymised collection
message: Your anonymised session data will be collected
block:
button: Switch off data collection
message: Your anonymised session data will *not* be collected
firebase: {}
fathomAnalytics: {}
buymeacoffee: {}
verification: {}