-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
38 lines (36 loc) · 934 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
37
38
baseurl = "http://docker-saigon.github.io"
languageCode = "en-us"
title = "Docker Saigon"
theme = "startbootstrap-clean-blog"
publishdir = "public"
canonifyurls = true
paginate = 10
copyright = "Code released under the Apache 2.0 license."
[author]
name = "Docker Saigon"
[params]
DateForm = "Mon, Jan 2, 2006"
Description = "Blog for Dockers in Saigon"
Author = "Docker Saigon"
email = "[email protected]"
Ganalytics = "UA-69412248-1"
[[params.social]]
title = "twitter"
url = "https://twitter.com/docker_saigon"
[[params.social]]
title = "youtube"
url = "https://www.youtube.com/channel/UC1t_GbTJudAAK9Wqkg6-uLw"
[[params.social]]
title = "github"
url = "https://github.com/docker-saigon"
[[params.social]]
title = "facebook"
url = "https://www.facebook.com/DockerSaigon"
[[menu.main]]
name = "home"
url = "/"
weight = -200
[[menu.main]]
name = "Archive"
url = "/post/"
weight = -180