-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (64 loc) · 1.29 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
# Dependencies
markdown: kramdown
highlighter: rouge
# Setup
title: János Rusiczki
tagline: Your average weblog
description: Ruby & Web Developer. Father. Incurable nostalgic.
url: https://www.rusiczki.net
baseurl: /
permalink: /:year/:month/:day/:title/
future: true
author:
name: János Rusiczki
url: https://twitter.com/janosrusiczki
paginate: 10
paginate_path: '/page/:num'
# Custom vars
plugins:
- jekyll-paginate
- jekyll_asset_pipeline
- jekyll-tidy
- jekyll-feed
- jekyll-sitemap
- jekyll-archives
disqus:
username: kitsched
exclude:
- README.md
- Gemfile
- Gemfile.lock
- vendor
- Rakefile
algolia:
application_id: WMKRED0LJU
index_name: janosrusiczki
search_only_api_key: 925c854d627ec98d0ca55addbecd6b82
nodes_to_index: 'p,li,blockquote'
github:
repository_url: https://github.com/janosrusiczki/rusiczki.net
branch: master
defaults:
-
scope:
path: 'page'
values:
sitemap: false
jekyll-archives:
enabled:
- year
- month
- day
- categories
layouts:
year: archive-year
month: archive-month
day: archive-day
category: archive-category
permalinks:
year: '/:year/'
month: '/:year/:month/'
day: '/:year/:month/:day/'
category: '/category/:name/'
jekyll_tidy:
exclude: ["feed.xml"]