quitsocialmedia.club/_config.yml

112 lines
2.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

title: xplosionmind
email: tommiboom@protonmail.com
description: >- # this means to ignore newlines until "baseurl:"
A web version of the mess inside Tommi Booms mind
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://tommi.space" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: xplosionmind
github_username: xplosionmind
git_repository: "tommi.space"
future: true
profile: true
livereload: true
strict_front_matter: true
collections:
posts:
excerpt_separator: "<!--more-->"
redirect_from:
- "/:date/:title"
- "/:categories/:title"
- "/:categories/:date/:title"
categories:
output: true
poetry:
output: true
stuff:
output: true
jar:
output: true
layout: "jar"
lang: "en"
redirect_from: "/:title"
toc: "true"
filinge:
output: true
kramdown:
syntax_highlighter_opts:
default_lang: zsh
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-last-modified-at
- jekyll-target-blank
- jekyll-watch
sass:
style: compressed
permalink: "/:title"
ref: ":title"
defaults:
-
scope:
path: ""
values:
layout: "wrapper"
ref: ":title"
lang: "en"
img: "/images/preview.gif"
primary: "#FCC920"
-
scope:
path: ""
type: "categories"
values:
layout: "category"
permalink: "/:title"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
lang: "it"
permalink: "/:title"
excerpt_separator: "<!--more-->"
-
scope:
path: ""
type: "poetry"
values:
layout: "poetry"
permalink: "/:title"
lang: "it"
-
scope:
path: ""
type: "jar"
values:
layout: "jar"
lang: "en"
permalink: "/:title"
toc: "true"
-
scope:
path: ""
type: "filinge"
values:
layout: "post"
lang: "it"
primary: "var(--green)"
style: "true"