Files
v2.xevion.dev/_config.yml
Xevion 2a864b291c Disable HTML compression in production
Couldn't get it to work in development and it's causing issues with inline JS, so it's time to remove it.
2022-09-22 18:24:56 -05:00

35 lines
754 B
YAML

title: Xevion.dev
email: xevion@xevion.dev
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://xevion.dev" # the base hostname & protocol for your site, e.g. http://example.com
highlighter: rouge
permalink: pretty
plugins:
- jekyll-feed
- jekyll-github-metadata
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-last-modified-at
- jekyll-environment-variables
include:
- _pages
- CNAME
exclude:
- LICENSE
sass:
style: compressed
sourcemap: development
# compress_html:
# ignore:
# envs: [development, production]
# comments: all
# clippings: all
# endings: all
# blanklines: false
repository: Xevion/xevion.dev
defaults:
-
scope:
path: "_pages"
values:
permalink: "/:title:output_ext"