-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
170 lines (132 loc) · 4.21 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
baseurl = "https://rayyildiz.com"
title = "Ramazan AYYILDIZ"
theme = "coder"
# googleAnalytics ="UA-765318-11"
languagecode = "en"
paginate = 25
canonifyurls = true
# dracula, vim
pygmentsstyle = "dracula"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
# disqusShortname = "rayyildiz"
enableRobotsTXT = true
[taxonomies]
series = "series"
category = "categories"
tag = "tags"
[params]
author = "Ramazan AYYILDIZ"
description = "Ramazan AYYILDIZ"
keywords = "blog,developer,personal,software engineer,java,golang,scala,cloud native,serverless"
info = "Software Engineer"
avatarurl = "avatars/rayyildiz.jpg"
footercontent = "<a href='https://github.com/rayyildiz/rayyildiz.com/blob/master/LICENSE'>Copytight</a> © rayyildiz.com"
images = ["avatars/rayyildiz.jpg"]
dateformat = "January 2, 2006"
hideCredits = true
hideCopyright = true
# Git Commit in Footer, uncomment the line below to enable it.
commit = "https://go.rayyildiz.dev/rayyildiz.com/"
colorscheme = "auto"
rtl = false
disable_comments = false
enableTwemoji = true
maxSeeAlsoItems = 5
# Use inverted colors
inverted = false
# Custom CSS
custom_css = ["custom.css"]
[params.cloudflare]
token = "012efc48b40e46dab7acdc375ba96820"
[[params.social]]
name = "Github"
icon = "fa fa-github"
weight = 1
url = "https://github.com/rayyildiz"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter"
weight = 2
url = "https://twitter.com/rayyildiz"
# [[params.social]]
# name = "LinkedIn"
# icon = "fa fa-linkedin"
# weight = 3
# url = "https://www.linkedin.com/in/rayyildiz"
[[params.social]]
name = "Stackshare"
icon = "fa fa-terminal"
weight = 4
url = "https://stackshare.io/rayyildiz/stack"
[[params.social]]
name = "Json"
icon = "fa fa-code"
weight = 5
url = "https://api.rayyildiz.com"
[languages]
[languages.en]
languagename = "English"
title = "Ramazan AYYILDIZ"
contentDir = "content/english"
weight = 10
# You can configure the theme parameter for each language.
[languages.en.params]
author = "Ramazan AYYILDIZ"
info = ""
description = "Ramazan AYYILDIZ's personal website"
keywords = "blog,developer,personal"
[languages.en.menu]
#[[languages.en.menu.main]]
#name = "Blog"
#weight = 1
#url = "/posts/"
#[[languages.en.menu.main]]
#name = "About"
#weight = 20
#url = "/about/"
# [[languages.en.menu.main]]
# name = "Projects"
# weight = 3
# url = "/projects/"
# [[languages.en.menu.main]]
# name = "Contact me"
# weight = 4
# url = "/contact/"
[languages.tr]
languagename = "Türkçe"
title = "Ramazan AYYILDIZ"
contentDir = "content/turkish"
weight = 20
[languages.tr.params]
author = "Ramazan AYYILDIZ"
description = "Ramazan AYYILDIZ'in kisiel websitesi"
keywords = "blog,developer,kişisel"
info = ""
footercontent = "<a href='https://github.com/rayyildiz/rayyildiz.com/blob/master/LICENSE'>Copytight</a> © rayyildiz.com"
# dateformat = "Jan 2, 2006"
[languages.tr.menu]
# [[languages.tr.menu.main]]
# name = "Java"
# weight = 1
# url = "/tr/tags/java/"
[[languages.tr.menu.main]]
name = "Tüm Yazılar"
weight = 2
url = "/tr/posts/"
[[languages.tr.menu.main]]
name = "Arşiv"
weight = 4
url = "/tr/categories/arsiv/"
[[languages.tr.menu.main]]
name = "Yazı Dizileri"
weight = 3
url = "/tr/series"
# [[languages.tr.menu.main]]
# name = "Projeler"
# weight = 3
# url = "/tr/projeler/"
# [[languages.tr.menu.main]]
# name = "Iletisim"
# weight = 4
# url = "/tr/iletisim/"