mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-09 12:09:15 -06:00
- And by "be less honest", I mean, don't say that I suck at anything on the front page of my website.
14 lines
327 B
YAML
14 lines
327 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 |