-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathconfig.yaml
More file actions
117 lines (106 loc) · 2.97 KB
/
config.yaml
File metadata and controls
117 lines (106 loc) · 2.97 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
baseURL: "https://blog.scientific-python.org/"
languageCode: "en-us"
title: "Scientific Python blog"
theme: ["hugo-atom-feed", "scientific-python-hugo-theme"]
relativeURLs: true
disableKinds: ["RSS", "taxonomy"]
markup:
highlight:
noClasses: false
goldmark:
renderer:
unsafe: true
outputFormats:
Atom:
mediaType: "application/atom"
baseName: "atom"
isPlainText: false
mediaTypes:
application/atom:
suffixes:
- xml
frontmatter:
date: [":filename", ":default"]
permalinks:
page:
posts: "/:sections[1:]/:filename"
section:
posts: "/:sections[1:]"
outputs:
home: ["HTML", "ATOM"]
term: ["HTML", "ATOM"]
params:
description: "Posts from the Scientific Python community"
analytics:
plausible:
dataDomain: blog.scientific-python.org
images:
- /images/logo.svg
navbarlogo:
image: logo.svg
text: Scientific Python Blog
link: /
navbarlogoshow: true
navbar:
- title: Home
url: https://scientific-python.org
- title: Blog
url: /
- title: Learn
url: https://learn.scientific-python.org
panel:
title: Posts from the Scientific Python community
tiles:
- buttonText: Submit a post
url: /about/submit/
text: We welcome contributions from all community members.
- buttonText: Volunteer to review
url: /about/review/
text: Learn how you can help the community grow and become a member of the team.
footer:
logo: logo.svg
socialmediatitle: ""
socialmedia:
- link: https://scientific-python.org
icon: scientific-python
- link: https://github.com/scientific-python/blog.scientific-python.org
icon: github
- link: https://www.youtube.com/c/ScientificPython-org
icon: youtube
- link: https://twitter.com/scientific_py
icon: twitter
- link: https://facebook.com/scientific.python
icon: facebook
- link: https://www.instagram.com/scientific.python/
icon: instagram
- link: https://www.tiktok.com/@scientific.python
icon: tiktok
- link: https://discord.com/invite/vur45CbwMz
icon: discord
- link: https://blog.scientific-python.org/atom.xml
icon: rss-feed
- link: https://discuss.scientific-python.org
icon: discourse
quicklinks:
column1:
title: ""
links:
- text: About
link: /about/
- text: Roadmap
link: /about/roadmap/
- text: Code of Conduct
link: https://scientific-python.org/code_of_conduct/
column2:
title: "Maintainers"
links:
- text: SPECs
link: https://scientific-python.org/specs/
- text: Summits
link: https://scientific-python.org/summits/
- text: Calendars
link: https://scientific-python.org/calendars/
column3:
links:
- text: Press kit
link: https://scientific-python.org/press-kit/