generated from chamik/jekyll-tailwind-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (49 loc) · 1.02 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
title: Kubíkovo
author: chamik
author_realname: Jakub Hampl
type: Person
tagline: Just another page on the interwebs.
description: >-
Just another page on the interwebs.
Personal site of Jakub Hampl, also known as Kubík or chamik.
logo: /src/assets/images/pfp.png
timezone: Europe/Prague
url: "https://chamik.eu"
github_username: chamik
twitter:
username: kub1k_h
card: summary
social:
name: chamik
links:
- https://twitter.com/kub1k_h
- https://www.wikidot.com/user:info/chamik
- https://github.com/chamik
- https://linkedin.com/in/chamik/
- https://steamcommunity.com/id/chamik/
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
- jekyll-postcss
- jekyll-redirect-from
postcss:
cache: false
permalink: pretty
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
source: src/
exclude: [
.gitignore,
styles/index.css,
package.json,
package-lock.json,
postcss.config.js,
tailwind.config.js,
README.md,
build/,
]