-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
77 lines (63 loc) · 1.78 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
65
66
67
68
69
70
71
72
73
74
75
76
title = "YBG's Blog"
name = "YBloGeva"
license = "Creative Commons Attribution 4.0 International"
licenselink = "https://creativecommons.org/licenses/by/4.0/"
description = "An excursion into YBG's inner world"
tags = ["", "Protocoless", "D2D", "nowall"]
features = ["blog", "gallery"]
canonifyurls = true
staticdir = "../static"
themesDir = "../themes"
[author]
name = "Yitzhak Bar Geva"
[params]
HomePage = "index.html"
nextHomePage = "hindex.html"
nextlanguagetext = "Hebrew"
Author = "Yitzhak Bar Geva"
DateForm = "Mon, 2 Jan 2006"
Facebook = "yitzhakbg"
Twitter = "yitzhakbg"
Github = "yitzhakbg"
ShowRelatedPost = true
Disqus = "Your Disqus."
SyntaxHighlightTheme = "solarized_dark.min.css"
sidebartitle = "YBG"
sidebartagline = "View from inside"
pygmentsUseClasses = true
banner = "images/celestial-neighbors-half.jpg"
bannerfill = true
totop = true
[permalinks]
post = "/:year/:month/:day/:title/"
[[menu.language]]
pre = "<span class='pure-img' style=\"width: 40px; height: 40px; background-image: url('/images/israeliflag_40.png'); display:block\" />"
URL = "hindex.html"
identifier = "Hebrew"
[[menu.main]]
name = "About"
URL = "/about"
[[menu.main]]
name = "Coming Home"
URL = "/Coming-Home"
[[menu.main]]
name = "Israel"
URL = "/Israel"
[[menu.main]]
name = "Tech Blog"
URL = "/tech"
[[menu.social]]
pre = "<i class='fa fa-twitter'></i>"
URL = "https://www.twitter.com/yitzhakbg"
identifier = "twitter"
[[menu.social]]
pre = "<i class='fa fa-android'></i>"
URL = "/about"
identifier = "ybg"
[[menu.social]]
pre = "<i class='fa fa-linkedin-square'></i>"
URL = "https://www.linkedin.com/in/yitzhakbg"
identifier = "linkedin"
[[menu.footer]]
name = "Blog"
URL = "/article"