-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
35 lines (27 loc) · 859 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
# This is the basic info about your site. Definitely change this.
title: Jekyll Tailwind Template
description: Basic Jekyll site template using Tailwind CSS with PostCSS
author: Kvído Potápník
url: "" # the base hostname & protocol for your site, e.g. https://example.com
# This template comes with the SEO tag plugin preinstalled. To get the most out of it, check out the configuration manual:
# https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-postcss
- jekyll-feed
# Unless you know what are you doing, you probably don't want to change anything below this line
postcss:
cache: false
permalink: pretty
source: src/
exclude: [
.gitignore,
styles/index.css,
package.json,
package-lock.json,
postcss.config.js,
tailwind.config.js,
README.md,
build/,
]