-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
49 lines (41 loc) · 1018 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
43
44
45
46
47
48
49
title: blog.allegro.tech
url: "https://blog.allegro.tech"
description: "Welcome to our technology blog. We use Open Source solutions on a daily basis here at Allegro. Why not work on our karma and give something in return?"
timezone: Europe/Warsaw
permalink: /:year/:month/:title.html
plugins:
- jekyll-feed
- jekyll-postcss-v2
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll-seo-tag
- jekyll/tagging
kramdown:
auto_ids: true
# Disabling cache is needed for Tailwind CSS’s JIT engine.
# Without this, the server would need to restart after each change.
postcss:
cache: false
feed:
posts_limit: 10
excerpt_only: true
disable_in_development: true
pagination:
enabled: true
per_page: 25
permalink: "/posts/:num/"
sort_reverse: true
algolia:
application_id: 'NWRMGRQ60C'
index_name: 'blog'
tag_page_layout: tag_page
tag_page_dir: tag
exclude:
- .idea
- .github
- vendor
- node_modules
- package.json
- package-lock.lock
- postcss.config.js
- tailwind.config.js