-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
70 lines (59 loc) · 1.31 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
68
69
70
baseURL = 'https://jordismit.com'
copyright = "Jordi Smit - All rights reserved"
enableRobotsTXT = true
googleAnalytics = "G-YZP2SLQQK7"
image = 'images/author.jpg'
languageCode = 'en-us'
summaryLength = 20
title = 'Jordi Smit'
[[menu.main]]
identifier = "Blog"
name = "Blog"
url = "/blog"
weight = 100
[[menu.main]]
identifier = "til"
name = "TIL"
url = "/til"
weight = 200
[[menu.main]]
identifier = "cheat-sheets"
name = "Cheat-sheets"
url = "/cheat-sheets"
weight = 300
[[menu.main]]
identifier = "tools"
name = "Tools"
url = "/tools"
weight = 400
[[menu.main]]
identifier = "talks"
name = "Talks"
url = "/talks"
weight = 500
[[menu.main]]
identifier = "about"
name = "About Me"
url = "/about"
weight = 600
[params]
description = "A Machine Learning Engineer's blog"
tags = ["Machine leanring", "Jordi Smit", "j0rd1smit", "Machine Learning engineer", "Data Science", "deep learning"]
[params.author]
firstName = 'Jordi'
jobTitle = 'Machine Learning Engineer'
lastName = 'Smit'
thumbnail = "media/images/author.jpg"
[params.index]
picture = "/images/author.jpg"
subtitle = "Machine Learning Engineer"
title = "Jordi Smit"
[params.social]
github = "j0rd1smit"
linkedin = "jordi-smit-8778b51b4"
twitter = "j0rd1smit"
[permalinks]
blog = '/blog/:title'
cheat-sheets = '/cheat-sheets/:title'
til = '/til/:title'
tools = '/tools/:title'