-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
87 lines (71 loc) · 2 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
baseurl = "http://opencvtr.org"
title = "OpenCV Türkiye"
languageCode = "en-us"
theme = "friend-ng"
paginate = 10
[params]
dateform = "Jan 2, 2020"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# Subtitle for home
homeSubtitle = ""
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = true
# Metadata mostly used in document's head
description = "Opencv türkiye"
keywords = "opencv, türkiye, opencv türkiye, görüntü işleme, yapay zeka"
images = ["img/opencv-logo.png"]
# Default theme "light" or "dark"
defaultTheme = "dark"
[taxonomies]
category = "community"
tag = "tags"
series = "series"
# Social icons
[[params.social]]
name = "twitter"
url = "https://twitter.com/opencvtr"
# Social icons
[[params.social]]
name = "slack"
url = "https://opencvturkiye.slack.com/"
[[params.social]]
name = "youtube"
url = "https://youtube.com/opencvtr"
[[params.social]]
name = "facebook"
url = "https://www.facebook.com/opencvturkey/"
[[params.social]]
name = "github"
url = "https://github.com/opencvturkiye"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/groups/13877544/"
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[languages]
[languages.en]
title = "OpenCV Türkiye"
subtitle = "Gönüllü Topluluk"
keywords = ""
copyright = 'opencvtr.org'
readOtherPosts = ""
[languages.en.params.logo]
logoText = "{OpenCV Türkiye};"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# And you can even create generic menu
[menu]
[[menu.main]]
identifier = "about"
name = "Hakkımızda"
url = "about/"
[[menu.main]]
identifier = "posts"
name = "Duyurular"
url = "posts/"