-
Notifications
You must be signed in to change notification settings - Fork 16
/
_config.yml
100 lines (91 loc) · 1.6 KB
/
_config.yml
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
title: "Linux Eğitimi"
email: info@linuxdersleri.net
description: "GNU/Linux için Türkçe içerik sağlamak üzere kurulmuş bir platformdur."
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.linuxdersleri.net"
github_username: taylanbildik
# Build settings
plugins:
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-toc
- kramdown
- jekyll-sitemap
jekyll_timeago:
depth: 1
threshold: 1
translations_path: "/data/tr.yml"
default_locale: 'tr'
available_locales:
- 'tr'
toc:
min_level: 1
max_level: 6
ordered_list: false
no_toc_section_class: no_toc_section
list_id: toc
list_class: section-nav
sublist_class: ''
item_class: toc-entry
item_prefix: <h
# Jekyll config
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
toc_levels: 1..3
collections:
authors:
output: true
kaynaklar:
output: true
egitim:
output: true
komut:
output: true
pagefind:
output: true
defaults:
- scope:
path: ''
type: authors
values:
permalink: "/yazar/:name/"
layout: author
twitter:
- scope:
path: ''
type: kaynaklar
values:
permalink: "/kaynaklar/:title/"
layout: title
twitter:
- scope:
path: ''
type: egitim
values:
permalink: "/egitim/:categories/:title/"
layout: title
twitter:
- scope:
path: ''
type: komut
values:
permalink: "/komut/:title/"
layout: title
twitter:
# Turkish Month
month_names:
Jan: Oca
Feb: Şub
Mar: Mar
Apr: Nis
May: May
Jun: Haz
Jul: Tem
Aug: Ağu
Sep: Eyl
Oct: Eki
Nov: Kas
Dec: Ara