-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
67 lines (59 loc) · 1.67 KB
/
config.toml
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
baseURL = "https://mortenbarklund.com/"
languageCode = "en-us"
title = "Morten Barklund"
theme = "mediumish"
summaryLength = 25
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
enableRobotsTXT = true
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = false
[params]
logo = "/images/logo.svg"
description = "Handy tips for writing better React."
[params.meta]
description = "This website is your one-stop destination to handy tips for writing better React."
keywords = "react, react hooks, react context, design patterns, react concurrent"
[params.author]
name = "Morten Barklund"
thumbnail = "/images/author.jpg"
thumb = "/images/author.jpg"
description = "Lead Frontend Developer, React expert, accessibility advocate, ultrarunner, and board game enthusiast. Also, I simply ❤️ corgis!"
[params.index]
picture = "/images/logo.svg"
title = "Morten Barklund"
subtitle = "Handy tips for writing better React."
recent = "Popular posts"
[params.social]
github = "barklund"
linkedin = "barklund"
medium = "barklund"
twitter = "barklund"
instagram = "mbarklund"
## Main Menu
[[menu.main]]
name = "Blog"
weight = 100
identifier = "blog"
url = "/blog"
[[menu.main]]
name = "Book"
weight = 100
identifier = "book"
url = "https://barklund.dev/rq2e"
[[menu.main]]
name = "Subscribe"
identifier = "Subscribe"
weight = 200
url = "/newsletter"
[[menu.main]]
name = "About"
identifier = "about"
weight = 200
url = "/about"
[[menu.main]]
name = "License"
identifier = "license"
weight = 300
url = "/license"