This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
forked from ttskch/jekyll-ttskch-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
129 lines (113 loc) · 1.73 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
#
# Basic settings.
#
# url: http://localhost:4000
# baseurl: ""
url: https://www.l10n.cz
baseurl: ""
title: Překladatelská komunita L10N.cz
description: Překládáme svobodný a otevřený software.
logo: /assets/img/logo.svg
avatar: /assets/img/logo.svg
favicon: /favicon.ico
lang: cs
language: cs
#
# Icons
#
icons:
rss: true
email: diskuze-l10n-cz@googlegroups.com
github: l10ncz/l10ncz
bitbucket:
twitter:
facebook:
google_plus:
tumblr:
behance:
dribbble:
flickr:
instagram:
linkedin: # full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # full URL
steam:
wordpress:
youtube:
#
# Prettify url.
#
permalink: pretty
#
# Scripts.
#
google_analytics: # e.g. UA-000000-01
disqus:
#
# Localizations.
#
str_next: Následující
str_prev: Předchozí
str_read_more: Více...
str_search: Hledat
str_recent_posts: Nedávné příspěvky
str_show_all_posts: Zobrazit všechny příspěvky
#
# Recent posts.
#
recent_posts_num: 10
#
# Pagination.
#
paginate: 10
paginate_path: page/:num
#
# Social.
#
share_buttons:
twitter: false
facebook: false # needs ogp.fb.app_id
hatena: false
ogp:
image_url:
fb:
admin: # facebook admin id
app_id: # facebook application id
#
# Plugins.
#
remote_theme: ttskch/jekyll-ttskch-theme
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-tidy
- jekyll-paginate
- jekyll-feed
- jekyll-redirect-from
#
# Styles: see "_sass/base/_variables.scss"
#
#
# !! Danger zone !!
#
include: [
"_pages",
"assets",
"files"
]
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
excerpt_separator: <!--more-->
sass:
sass_dir: _sass
style: :compressed # or :expanded
exclude:
- Gemfile
- Gemfile.lock
- vendor
- LICENSE
- README.md