-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
72 lines (56 loc) · 1.58 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
baseurl = "https://www.barplatoon.com/"
theme = "casper-two"
languageCode = "tr-TR"
#disqusShortname = "barplatoon"
paginate = 6
#SectionPagesMenu = "main"
[params]
title = "Bar Platoon"
subtitle = ""
cover = "uploads/winter-fog.jpg"
description = "Mental ve fiziksel güç, antrenman ve beslenme rehberleri, acemi birliği basitliğinde anlatıyoruz!"
metaDescription = "Mental ve fiziksel güç, antrenman ve beslenme rehberleri, acemi birliği basitliğinde anlatıyoruz!"
googleAnalytics = "UA-147643379-1"
customCSS = []
RSSLink = ""
twitterName = "thynicmare"
fbName = "justez"
githubName = "thynic/barplatoon-website"
logo = "uploads/barplatoonshielded.png"
orgName = "Bar Platoon"
orgWebsite = "https://www.barplatoon.com"
orgDescription = ""
author = "Melih Karakaya"
authorAvatar = "uploads/photo_2019-08-08_21-07-23.jpg"
authorLocation = "TR"
authorWebsite = "https://www.instagram.com/thynicbutstronger"
authorDescription = "@thynicbutstronger"
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/:slug/"
[[menu.main]]
name = "Ana Sayfa"
url = "/"
weight = 200
[[menu.main]]
name = "Başlangıç"
url = "/start/"
weight = 150
[[menu.main]]
name = "Etiketler"
url = "/tags/"
weight = 145
[[menu.main]]
name = "Antrenman"
url = "/tags/antrenman/"
weight = 110
[[menu.main]]
name = "Beslenme"
url = "/tags/beslenme/"
weight = 105
[[menu.main]]
name = "Zihinsel"
url = "/tags/zihinsel/"
weight = 103