website/_config.yml

26 lines
535 B
YAML
Raw Normal View History

2021-07-17 14:41:01 +02:00
url: "" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: "Jekyll with Tailwind" # the name of your site, e.g. ACME Corp.
2021-07-17 14:41:01 +02:00
plugins:
- jekyll-postcss
sass:
sourcemap: never
postcss:
cache: false
2021-07-17 14:41:01 +02:00
exclude:
- .gitignore
- bin
- node_modules
- package-lock.json
- postcss.config.js
- README.md
# - assets/css/tailwind.scss
2021-07-17 14:41:01 +02:00
# files Jekyll should not delete from .site
keep_files:
- assets/css/tailwind.css
- assets/css/tailwind.css.map