Files
v2.xevion.dev/_config.yml
Xevion 6d5d5c6483 Revamp build revisions
- And technically, actually fix them so they're inserted properly. Kinda don't like how they look, but it's good enough for the moment.
2022-04-10 17:58:26 -05:00

20 lines
462 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"
exclude:
- CNAME
- LICENSE
sass:
style: compressed
compress_html:
ignore:
envs: ["development"]
comments: all
repository: Xevion/xevion.dev