-
Notifications
You must be signed in to change notification settings - Fork 0
/
configh.toml
72 lines (62 loc) · 1.86 KB
/
configh.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
title = "הבלוג של י.ב.ג."
name = "YBloGeva"
license = "Creative Commons Attribution 4.0 International"
licenselink = "https://creativecommons.org/licenses/by/4.0/"
description = "לגלות את העולם הפנימי"
tags = ["", "ללא פרוטוקול", "מכשיר למכשיר", "ללא חומה"]
features = ["בלוג", "גלריה"]
canonifyurls = true
contentdir = "hcontent"
layoutdir = "hlayouts"
staticdir = "../static"
themesDir = "../themes"
alternatelangs = true
[author]
name = "יצחק בר-גבע"
[params]
HomePage = "hindex.html"
nextHomePage = "index.html"
nextlanguagetext = "אנגלית"
Author = "יצחק ב.ג."
DateForm = "Mon, 2 Jan 2006"
Facebook = "yitzhakbg"
Twitter = "yitzhakbg"
Github = "yitzhakbg"
ShowRelatedPost = true
Disqus = "Your Disqus."
SyntaxHighlightTheme = "solarized_dark.min.css"
sidebartitle = "י.ב.ג."
sidebartagline = "מבט מבפנים"
pygmentsUseClasses = true
banner = "images/celestial-neighbors-half.jpg"
bannerfill = true
totop = true
lang = "he"
[permalinks]
post = "/:year/:month/:day/:title/"
# tech = "/he/:title/"
[[menu.main]]
name = "About"
URL = "/habout"
[[menu.main]]
name = "Tech Blog"
URL = "/techni"
[[menu.language]]
pre = "<span class='pure-img' style=\"width: 50px; height: 29px; background-image: url('/images/EnglishLangFlag_50.png'); display:block\" />"
URL = "index.html"
identifier = "אנגלית"
[[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 = "/habout"
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"