mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 01:16:49 -06:00
- 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.
20 lines
462 B
YAML
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 |