mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 05:17:00 -06:00
19 lines
418 B
YAML
19 lines
418 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
|
|
github: xevion
|
|
highlighter: rouge
|
|
permalink: pretty
|
|
plugins:
|
|
- jekyll-feed
|
|
exclude:
|
|
- CNAME
|
|
- LICENSE
|
|
sass:
|
|
style: compressed
|
|
compress_html:
|
|
ignore:
|
|
envs: ["development"]
|
|
comments: all |