-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
97 lines (84 loc) · 1.43 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
#
# Basic settings.
#
url: http://hjop.kmz-brno.cz
title: hJOP
avatar: /assets/img/hJOP.svg
favicon: /assets/img/hJOP.ico
author: Jan Horáček
robots: index,follow
#
# Icons
#
icons:
rss: true
email: jan.horacek@kmz-brno.cz
github: kmzbrnoI
bitbucket:
twitter:
facebook: kmzbrnoI
google_plus:
tumblr:
behance:
dribbble:
flickr:
instagram:
linkedin: # full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # full URL
steam:
wordpress:
youtube:
#
# Prettify url.
#
permalink: pretty
#
# Gems.
#
plugins:
- jekyll-paginate
- jemoji
- jekyll-sitemap
- jekyll-last-modified-at
#
# Recent posts.
#
recent_posts_num: 5
#
# Styles: see "_sass/base/_variables.scss"
#
#
# !! Danger zone !!
#
include: ["_pages", ".htaccess"]
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
excerpt_separator: <!--more-->
sass:
sass_dir: _sass
style: :compressed # or :expanded
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- vendor
- Makefile
t:
en:
description: "A Model Railroad Control Software based on ZTP-JOP"
keywords: hJOP,JOP,train,model,sw,software
str_recent_posts: News
str_all_posts: All news
cz:
description: "Komplexní řešení řízení modelového kolejiště dle ZTP-JOP"
keywords: hJOP,JOP,vláček,model,sw,program
str_recent_posts: Aktuality
str_all_posts: Všechny aktuality
last-modified-at:
date-format: '%%y-%b-%d'