-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
64 lines (54 loc) · 1.94 KB
/
config.toml
File metadata and controls
64 lines (54 loc) · 1.94 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
baseURL = "http://tomis9.com"
# baseURL = ""
builddrafts = false
canonifyurls = true
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
preserveTaxonomyNames = true
theme = "random_forest"
title = "tomis9's cookbook"
[taxonomies]
tag = "tags"
series = "series"
category = "categories"
[menu]
[[menu.main]]
name = "Python"
weight = 10
identifier = "Python"
url = "categories/python/"
[[menu.main]]
name = "R"
weight = 20
identifier = "R"
url = "categories/r/"
[[menu.main]]
name = "Data engineering"
weight = 30
identifier = "Data engineering"
url = "categories/data-engineering/"
[[menu.main]]
name = "Machine learning"
weight = 35
identifier = "Machine learning"
url = "categories/machine-learning/"
[[menu.main]]
name = "DevOps"
weight = 40
identifier = "DevOps"
url = "categories/devops/"
[[menu.main]]
name = "Projects"
weight = 50
identifier = "Projects"
url = "categories/projects/"
[[menu.main]]
name = "scratchpad"
weight = 60
identifier = "scratchpad"
url = "categories/scratchpad/"
[params]
title = "tomis9's cookbook"
description = "data science tutorials and snippets prepared by tomis9"
# faviconfile = "favicon.ico"