mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 03:16:58 -06:00
33 lines
683 B
YAML
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" |