generated from chamik/jekyll-tailwind-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
35 lines (27 loc) · 908 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: Maturák Oktáva GJP-ME
tagline: Maturák Oktávy je tady!
description: Stránky maturitního plesu Oktávy Gymnázia Jana Palacha Mělník 2024.
author: Radeksoft
url: "https://maturakoktava.cz" # 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
# 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/,
]