-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
59 lines (54 loc) · 1.34 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
baseURL = "https://gleb.reys.net/"
languageCode = "en-US"
title = "Gleb Reys"
# Enable comments by entering your Disqus shortname
disqusShortname = "GlebReys"
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
theme = "hugo-sustain"
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
avatar = "img/profile.png"
author = "Gleb Reys"
description = "Gleb Reys"
# Custom assets can be linked with their paths relative to static/
custom_css = []
custom_js = []
[params.social]
Github = "greys"
Email = "[email protected]"
Twitter = "glebreys"
LinkedIn = "greys"
RSS = "https://www.unixtutorial.org/atom.xml"
## Main Menu
[[menu.main]]
name = "blog"
weight = 50
identifier = "blog"
url = "https://www.glebreys.com/"
[[menu.main]]
name = "unix tutorial"
weight = 75
identifier = "unixtutorial"
url = "https://www.unixtutorial.org/"
[[menu.main]]
name = "tech stack"
weight = 100
identifier = "techstack"
url = "https://www.techstack.ie/"
[[menu.main]]
name = "projects"
identifier = "projects"
weight = 200
url = "/projects/"
[[menu.main]]
name = "photography"
weight = 300
identifier = "photography"
url = "https://photos.reys.net/"
[[menu.main]]
name = "cv"
identifier = "cv"
weight = 400
url = "https://www.linkedin.com/in/greys/"