Files
v2.xevion.dev/_config.yml
2022-04-10 17:07:42 -05:00

17 lines
378 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
github: xevion
highlighter: rouge
permalink: pretty
plugins:
- jekyll-feed
exclude:
- CNAME
- LICENSE
sass:
style: compressed
compress_html:
ignore:
envs: ["development"]