2martens.de/_config.yml

42 lines
1.1 KiB
YAML
Raw Normal View History

# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: 2martens.de
email: github@2martens.de
description: > # this means to ignore newlines until "baseurl:"
On this site you can find my political views and other content
related to me personally.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://martens7.uber.space" # the base hostname & protocol for your site
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Jim Martens"
sidebarboxes: "author"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
sidebarboxes: "author"
# Build settings
markdown: kramdown
exclude:
- scripts
- Gemfile
- Gemfile.lock
- deploy_ed25519.enc
- LICENSE
- vendor