-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.yaml
128 lines (121 loc) · 2.8 KB
/
config.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
baseURL: https://fluentpython.com/
languageCode: en-us
defaultContentLanguage: en
title: Fluent Python, the lizard book
theme: cupper
#googleAnalytics: UA-123456789-1
#disqusShortname: yourdiscussshortname
enableGitInfo: true
taxonomies:
tag: tags
permalinks:
post: /:filename/
imaging:
quality: 99
params:
description: Companion site for the book [Fluent Python, Second Edition](https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/).
homeMetaContent: An accessibility-friendly Hugo theme, ported from the original Cupper project.
footer: Made with [Hugo](https://gohugo.io/). Themed by [Cupper](https://github.com/zwbetz-gh/cupper-hugo-theme). # Deployed to [Netlify](https://www.netlify.com/).
# For more date formats see https://gohugo.io/functions/format/
dateFormat: 2006-01-02
# codePenUser: someUser # https://codepen.io/
katex: true
hideHeaderLinks: false
search: true
showThemeSwitcher: true
moveFooterToHeader: false
logoAlt: "Engraving of a Namaqua sand lizard (Pedioplanis namaquensis)"
customCss:
- css/custom_01.css
- css/custom_02.css
customJs:
- js/custom_01.js
- js/custom_02.js
menu:
nav:
- name: Home
url: /
weight: 10
- name: Extra Content
url: /extra/
weight: 20
# - name: Soapbox
# url: /posts/
# weight: 2
- name: Python Lingo
url: /lingo/
weight: 30
- name: Tags
url: /tags/
weight: 40
- name: About
url: /about/
weight: 50
- name: RSS
url: /index.xml
weight: 60
markup:
defaultMarkdownHandler: goldmark
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute: true
autoHeadingID: true
renderer:
hardWraps: false
unsafe: true
xHTML: false
highlight:
codeFences: false
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: monokai
tabWidth: 4
tableOfContents:
endLevel: 6
startLevel: 2
# AsciiDoc
asciidocExt:
attributes: { xrefstyle: short, figure-caption: Figure }
backend: html5
extensions: []
failureLevel: fatal
noHeaderOrFooter: true
preserveTOC: false
safeMode: unsafe
sectionNumbers: false
trace: false
verbose: false
workingFolderCurrent: false
# I had to add this in order to get my version of hugo to run with
# asciidoctor
#
security:
enableInlineShortcodes: false
exec:
allow:
- ^dart-sass-embedded$
- ^go$
- ^npx$
- ^postcss$
- ^asciidoctor$
osEnv:
- (?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$
funcs:
getenv:
- ^HUGO_
http:
methods:
- (?i)GET|POST
urls:
- .*