-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (38 loc) · 928 Bytes
/
_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
# Site settings
title: Banter bloguje
description: > # this means to ignore newlines until "baseurl:"
Blog o softwarovém inženýrství, programování v jazycích Java či Groovy,
ale i o mimopracovních věcech, které mi přeletí přes nos.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://blog.zvestov.cz"
twitter_username: banterCZ
github_username: banterCZ
linkedIn_username: lubosracansky
flickr_username: bantercz
goodreads_username: 16037775-lubo
stackoverflow_username: 204950/bantercz
mastodon_url: https://witter.cz/@banterCZ
# Build settings
markdown: kramdown
excerpt_separator: <!--more-->
paginate: 10
exclude:
- README.md
- Gemfile.lock
- Gemfile
include:
- _redirects
lang: cs
jekyll-archives:
enabled:
- categories
- tags
hyphenate_filter:
language: cs
left: 4
right: 3
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-twitter-plugin
- jekyll-archives