-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yaml
104 lines (89 loc) · 2.69 KB
/
hugo.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
baseURL: "https://python.github.io/editorial-board/"
title: Python Docs Editorial Board
copyright: "© [Python Docs Editorial Board and Contributors](https://github.com/python/editorial-board/graphs/contributors)"
paginate: 5
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
mainsections: ["updates"]
minify:
disableXML: true
outputs:
home:
- HTML
- RSS
- JSON # necessary for search
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: "Python Docs Editorial Board (PEP 732)"
author: Python Docs Editorial Board
# author: ["Me", "You"] # multiple authors
defaultTheme: auto
# disableThemeToggle: true
ShowShareButtons: true
ShowReadingTime: true
# disableSpecial1stPost: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowAllPagesInArchive: true
ShowPageNums: true
ShowToc: true
homeInfoParams:
Title: "Python Docs Editorial Board"
Content: >
This site contains activity updates, process, and planning information for the Python Documentation Editorial Board.
See [PEP 732](https://peps.python.org/pep-0732/).
The Editorial Board's private meetings are monthly on the second Monday at 1:30pm Pacific.
If you have a general request or question, please use the [Documentation category in Discourse](https://discuss.python.org/c/documentation/26).
If you need Editorial Board assistance, please [file an issue on this repo](https://github.com/python/editorial-board/issues/new/choose).
socialIcons:
- name: github
title: View Source on Github
url: "https://github.com/python/editorial-board"
- name: Discord
title: Join the Python Docs Community Discord
url: "https://discord.gg/nXkJ2JYvCu"
- name: rss
title: Get Updates by subscribing to our RSS Feed
url: "./index.xml"
menu:
main:
- identifier: updates
name: Monthly Updates
url: /updates
weight: 20
- identifier: changelog
name: Changelog
url: /changelog
weight: 30
- identifier: archives
name: Archives
url: /archives
weight: 40
- identifier: search
name: Search
url: /search
weight: 50
- identifier: members
name: Board Members
url: /members
weight: 60
module:
hugoVersion:
extended: true
min: 0.110.0
imports:
- path: github.com/adityatelange/hugo-PaperMod
disable: false
taxonomies:
category: categories
tag: tags
series: series
member: members