forked from maxdesalle/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
55 lines (47 loc) · 1.1 KB
/
Copy pathconfig.toml
File metadata and controls
55 lines (47 loc) · 1.1 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
baseURL = "https://maxdesalle.com/"
languageCode = "en-us"
title = "Maxime Desalle"
theme = "etch"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
# description = "Win and help win."
dark = "off"
highlight = true
# images = ["https://maxdesalle.com/social_image.jpg"]
[menu]
[[menu.main]]
identifier = "startup ideas"
name = "startup ideas"
title = "startup ideas"
url = "/startup-ideas/"
weight = 10
[[menu.main]]
identifier = "photography"
name = "photography"
title = "photography"
url = "/photography/"
weight = 20
[[menu.main]]
identifier = "resources"
name = "resources"
title = "resources"
url = "/resources/"
weight = 30
[[menu.socials]]
identifier = "twitter"
name = "twitter"
title = "twitter"
url = "https://twitter.com/maxdesalle"
weight = 40
[[menu.socials]]
identifier = "github"
name = "github"
title = "github"
url = "https://github.com/maxdesalle"
weight = 50
[permalinks]
posts = "/:filename/"
[markup.goldmark.renderer]
unsafe = true