-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathconfig.yaml
More file actions
39 lines (36 loc) · 909 Bytes
/
config.yaml
File metadata and controls
39 lines (36 loc) · 909 Bytes
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
# TODO: Consider renaming this file to "hugo.yaml" in accordance with
# recommendations since v0.109 of Hugo.
# TODO: Consider splitting config into separate files in a "config/"
# directory hierarchy. See
# <https://gohugo.io/getting-started/configuration/#recursive-parsing>.
disableKinds:
- taxonomy
theme:
- scientific-python-hugo-theme/themes/hugo-atom-feed
params:
colorScheme: auto # can be auto (browser setting), light, or dark
images:
- /images/logo.svg
math: true
navColor: blue
font:
name: "Lato"
sizes: [400, 900]
plausible:
dataDomain: null
javaScript: "https://views.scientific-python.org/js/script.js"
# Math equations.
markup:
goldmark:
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
enable: true