-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
115 lines (105 loc) · 2.53 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
101
102
103
104
105
106
107
108
109
110
111
112
113
name: Xamarin Developers Group Czech Blog
title: XMDGCZ
url: http:/xmdg.cz
author: David Malý
email: info@xmdg.cz
description: >
Oficiální stránky Xamarin Developers Group Czech komunity
permalink: /:year/:month/:day/:title/
sass:
style: compressed
markdown: kramdown
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'LICENSE.txt', '.idea']
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
meetup:
group: "xmdg-cz"
events:
event_id: "" #Meetup event ID
t:
en:
months:
january: "Jan"
february: "Feb"
march: "Mar"
april: "Apr"
may: "May"
june: "Jun"
july: "Jul"
august: "Aug"
september: "Sep"
october: "Oct"
november: "Nov"
december : "Dec"
cs:
months:
january: "ledna"
february: "února"
march: "března"
april: "dubna"
may: "května"
june: "června"
july: "července"
august: "srpna"
september: "září"
october: "října"
november: "listopadu"
december : "prosince"
collections:
authors:
output: true
permalink: /:name
custom-categories:
output: true
permalink: /:name
custom-categories-courses:
output: true
permalink: /:name
defaults:
- scope:
type: "posts"
values:
lang: "cs"
menuHighlight: "Blog" # which item should be highlighted in navigation bar
excerpt_separator: <!--excerpt-->
- scope:
type: "posts"
path: "_posts/*/courses/*"
values:
lang: "cs"
menuHighlight: "Kurzy" # which item should be highlighted in navigation bar
excerpt_separator: <!--excerpt-->
post_icon: "" # name of Icon to show in post meta info, default is null, otherwise FontAwesome icon class
sort_index: 9999 # sorting position for listing posts
- scope:
type: "pages"
values:
lang: "cs"
- scope:
path: ""
type: "authors"
values:
type: "posts"
layout: author
excerpt_separator: <!--excerpt-->
- scope:
path: ""
type: "custom-categories"
values:
layout: blog-list-posts
menuHighlight: "Blog" # which item should be highlighted in navigation bar
- scope:
path: ""
type: "custom-categories-courses"
values:
layout: courses-list-posts
menuHighlight: "Kurzy" # which item should be highlighted in navigation bar
excerpt_separator: <!--excerpt-->