-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (47 loc) · 1.07 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
baseURL = "http://maklog.xyz/"
languageCode = "en-us"
title = "Mak's blog"
theme = "minimal"
disqusShortname = "mak"
googleAnalytics = "UA-108378118-1"
DefaultContentLanguage = "en"
[params]
author = "Marcos Entenza"
description = "Mak's Personal blog"
githubUsername = "#makentenza"
accent = "red"
showBorder = true
backgroundColor = "white"
font = "Sarala"
highlight = true
highlightStyle = "solarized-dark"
highlightLanguages = ["go", "python", "diff", "ini", "json", "shell", "markdown"]
[Languages]
[Languages.en]
weight = 1
[Languages.es]
weight = 2
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/post/"
name = "Posts"
weight = 2
#[[menu.main]]
# url = "/project/"
# name = "Projects"
# weight = 3
[[menu.icon]]
url = "https://github.com/makentenza/"
name = "github"
weight = 2
[[menu.icon]]
url = "https://twitter.com/makentenza/"
name = "twitter"
weight = 3
[[menu.icon]]
url = "https://www.linkedin.com/in/makentenza/"
name = "linkedin"
weight = 4