Files
v2.xevion.dev/_config.yml
Xevion 43104a3d0e Refactor glitch header SCSS, modify animation logic w/ sessionStorage
Also fix Sass plugin configuration, re-enable CSS compression
2022-09-20 23:48:10 -05:00

33 lines
683 B
YAML

title: Xevion.dev
environment: production
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
include:
- _pages
- CNAME
exclude:
- CNAME
- LICENSE
sass:
style: compressed
sourcemap: development
compress_html:
ignore:
envs: ["development"]
comments: all
repository: Xevion/xevion.dev
defaults:
-
scope:
path: "_pages"
values:
permalink: "/:title:output_ext"