-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (49 loc) · 1.21 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
BaseURL = "http://www.flaviof.com/blog2/"
languageCode = "en-us"
title = "flaviof_blog2"
theme = "helix"
googleAnalytics = "UA-54082757-1"
ignoreFiles = [ "~$", "\\.gitignore$", "\\.gitkeep$" ]
enableRobotsTXT = true
pygmentsUseClasses = true
[[menu.main]]
name = "All"
weight = 10
identifier = "post"
url = "post/"
[[menu.main]]
name = "Main"
weight = 20
identifier = "main"
url = "/categories/main/"
[[menu.main]]
name = "Hacks"
weight = 30
identifier = "hacks"
url = "/categories/hacks/"
[[menu.main]]
name = "OldBlog"
weight = 100
identifier = "oldBlog"
url = "http://www.flaviof.com/blog/category/work.html"
[[menu.main]]
name = "About"
weight = 110
identifier = "about"
url = "http://www.flaviof.com/blog/pages/about-me.html"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[Author]
name = "Flavio Fernandes"
email = "flavio@flaviof.com"
github = "flavio-fernandes"
twitter = "flaviofdev"
linkedin = "pub/flavio-fernandes/3/110/a26"
# facebook = "username"
# stackoverflow = "XXXXXXX/username"
# soundcloud = "username"
# wikipedia = "username"
[Params]
logo = "img/avatar-icon.png"