-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
121 lines (102 loc) · 2.59 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
baseURL = "https://murekkep.org/"
title = "Mürekkep.Org"
languageCode = "tr"
DefaultContentLanguage = "tr"
theme = "orus"
disqusShortname = "murekkep" # Enable Disqus comments by entering your Disqus shortname
googleAnalytics = "UA-434251-2" # Enable Google Analytics by entering your tracking id
summaryLength = 25
#canonifyURLs = true
enableRobotsTXT = false
# Define the number of posts per page
paginate = 10
[readingTime]
one = "Bir dakika okuma süresi"
other = "{{.Count}} dakika okuma süresi"
[sitemap]
changefreq = "weekly"
priority = 0.5
# Enable and disable widgets for the right sidebar
[params.widgets]
categories = true
tags = true
search = true
[taxonomies]
category = "categories"
tag = "tags"
series ="series"
[params]
author = "Alper"
avatarurl = "/images/logo-b.png"
description = "İnternet Yaşam Rehberiniz"
keywords = "blog, photography, design, technology, web3, internet, apps, mobil, wordpress, hugo, masaüstü"
footercontent = "İnternet Yaşam Rehberi"
dateformat = "2 January 2006"
googleSiteVerification = "Ur3NhGSs9ankdmdYnv8qqvm8pEDEOCgStegcv94GBgA"
mainSections = ["posts"]
#Schema MarkUP
logo = "/images/logo-b.png"
header = "İnternet Yaşam Rehberiniz"
facebook = "murekkeporg"
twitter = "murekkep"
instagram = "murekkep"
github = "eorus"
menu = ['main', 'footer']
[menu]
[[menu.main]]
name = 'Ana Sayfa'
title = 'home page'
url = '/'
weight = 1
[[menu.main]]
name = 'Sosyal'
title = 'Sosyal'
url = '/categories/sosyal/'
weight = 2
[[menu.main]]
name = 'Mobil'
title = 'Mobil'
url = '/categories/mobil/'
weight = 3
[[menu.main]]
name = 'Masaüstü'
title = 'Masaustu'
url = '/categories/masaüstü/'
weight = 4
[[menu.main]]
name = 'Teknoloji'
title = 'teknoloji'
url = '/categories/teknoloji/'
weight = 5
[[menu.main]]
name = 'Fotoğraf'
title = 'fotograf'
url = '/categories/fotoğraf/'
weight = 6
[[menu.footer]]
name = 'Home'
url = '/'
weight = 10
[[menu.footer]]
name = 'Hakkında'
pre = "<i class='bi bi-chevron-compact-right'></i>"
url = '/hakkinda'
weight = 20
[[menu.footer]]
name = 'Reklam'
pre = "<i class='bi bi-chevron-compact-right'></i>"
url = '/reklam'
weight = 25
[[menu.footer]]
name = 'Gizlilik Politikası'
pre = "<i class='bi bi-chevron-compact-right'></i>"
url = '/gizlilik-politikasi'
weight = 30
[[menu.footer]]
name = 'İletisim'
pre = "<i class='bi bi-chevron-compact-right'></i>"
url = '/iletisim'
weight = 35
[markup.goldmark.renderer]
unsafe = true # Allow HTML in md files
disableToc = "false"