-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
65 lines (52 loc) · 1.46 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
baseURL = "https://samelat.github.io/"
title = "Samelat's Blog"
theme = 'poison'
[params]
author = "Gaston Traberg"
brand_image = "/samelat.png"
brand = "Samelat's"
description = "Gaston Traberg blog"
dark_mode = true
# menu_item_separator: Separator between each menu item. HTML allowed (default: " - “)
# favicon: Absolute path of your favicon.ico file (default: “/favicon.ico”)
instagram_url = "https://www.instagram.com/gaston.traberg/"
github_url = "https://github.com/samelat"
twitter_url = "https://twitter.com/_samelat"
defaultContentLanguage = 'es'
[languages]
[languages.es]
weight = 1
[[languages.es.menu.main]]
identifier = "projects"
name = "Proyectos"
url = "/es/posts/projects/"
weight = 1
[[languages.es.menu.main]]
identifier = "dvd"
parent = "projects"
name = "Damn Vulnerable DeFi"
url = "/es/posts/projects/dvd/"
weight = 2
[[languages.es.menu.main]]
identifier = "about"
name = "Sobre mi"
url = "/es/about/"
weight = 100
[languages.en]
weight = 2
[[languages.en.menu.main]]
identifier = "projects"
name = "Projects"
url = "/posts/projects/"
weight = 1
[[languages.en.menu.main]]
identifier = "dvd"
parent = "projects"
name = "Damn Vulnerable DeFi"
url = "/posts/projects/dvd/"
weight = 2
[[languages.en.menu.main]]
identifier = "about"
name = "About me"
url = "/about/"
weight = 100