-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
36 lines (32 loc) · 846 Bytes
/
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
baseurl = "http://humboldtux.github.io/sbcb-demo"
title = "Start Bootstrap Clean Blog"
canonifyurls = true
paginate = 10
theme = "startbootstrap-clean-blog"
languageCode = "en-us"
copyright = "Code released under the Apache 2.0 license."
[author]
name = "Benoît Benedetti"
[params]
DateForm = "Mon, Jan 2, 2006"
Description = "Your site description"
Author = "Benoît Benedetti"
email = "[email protected]"
Ganalytics = "XX-00000000-0"
[[params.social]]
title = "twitter"
url = "https://twitter.com/humboldtux"
[[params.social]]
title = "github"
url = "https://github.com/humboldtux"
[[params.social]]
title = "facebook"
url = "https://www.facebook.com/FACEBOOKHANDLE"
[[menu.main]]
name = "home"
url = "/"
weight = -200
[[menu.main]]
name = "Archives"
url = "/post/"
weight = -180