-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
60 lines (54 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
baseurl = "https://platpi.com/"
languageCode = "en-US"
DefaultContentLanguage = "en"
title = "Platpi"
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
theme = "hugo-simpl"
[taxonomies]
tag = "tags"
category = "categories"
[permalinks]
posts = "/posts/:year/:month/:slug"
[params]
author = "Ben Platta"
description = "Platpi software"
landingRoutes = [
"about", "blog"
]
PostsRepo = "https://github.com/bplatta/platpi-site/tree/master/content/posts"
PostHistoryPath = "https://github.com/bplatta/platpi-site/commits/master/content/posts/"
# Custom assets can be linked with their paths relative to static/
custom_css = []
custom_js = ["main.js"]
[social]
Github = "bplatta"
Gitlab = "bplatta"
LinkedIn = "benjamin-platta-54357531"
Kaggle = "bplatta"
# Stackoverflow = "users/2365352/ben-platta"
## Main Menu
[[menu.main]]
name = "blog"
weight = 100
landing = "true"
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "about"
weight = 200
landing = "true"
identifier = "about"
url = "/about/"
[[menu.main]]
name = "contact"
weight = 300
landing = "false"
identifier = "contact"
url = "/contact/"
[[menu.main]]
name = "software"
weight = 400
landing = "false"
identifier = "software"
url = "/software/"