nicojensen.de/_config.yaml

66 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2019-03-12 13:49:49 +01:00
# Site settings
2024-10-08 22:10:01 +02:00
title: nicojensen.de
2019-03-12 13:49:49 +01:00
owner: Nico Jensen
2023-01-31 01:34:30 +01:00
email: mail@njensen.org
2019-03-12 13:49:49 +01:00
description: > # this means to ignore newlines until "baseurl:"
A webseite about Nico Jensen's life, photografie and a lot of stupid stuff
2023-08-09 13:19:51 +02:00
baseurl: ""
2023-01-31 01:34:30 +01:00
url: "https://nicojensen.de"
2019-03-12 13:49:49 +01:00
# Build settings
2019-03-12 13:49:49 +01:00
markdown: kramdown
2023-08-09 13:19:51 +02:00
include: [".htaccess"]
2023-08-09 13:19:14 +02:00
include: [".well-known"]
exclude:
- vendor
- source # Don't include the original photos directory
- node_modules # Apparently this is magic sauce to make Jekyll less super slow
- Gemfile
- Gemfile.lock
- gulpfile.js
- package.json
2023-08-09 13:19:51 +02:00
- "*~"
- "#*#"
- GPL.txt # No need for this to be in the site. LICENSE.md is, but not linked anywhere
keep_files:
- photo # Don't clobber the photo exports directory
2023-08-09 13:19:51 +02:00
- css # Don't clobber site CSS, this way I don't have to store compiled CSS
- js # Don't clobber site JS, which is built with Gulp and includes Photoswipe
- gfx # Don't clobber site graphics/images/assets
- favicon*
# Use the ingenuitive "compress.html" HTML minification template from
# https://github.com/penibelst/jekyll-compress-html
compress_html:
clippings: [div, ul, section]
comments: all
endings: []
ignore:
envs: [local]
blanklines: false
profile: false
startings: []
2019-03-12 13:49:49 +01:00
defaults:
- scope:
2024-09-16 02:25:19 +02:00
path: "" # An empty string here means all files in the project
type: posts
2019-03-12 13:49:49 +01:00
values:
2024-09-16 02:25:19 +02:00
layout: post
paginate: 5
2024-09-16 02:25:19 +02:00
paginate_path: "/blog/page/:num/"
permalink: /:year/:month/:day/:title/
2023-08-09 13:19:51 +02:00
mastodon:
username: nyansen
instance: elbmatsch.de
plugins:
2019-03-12 13:49:49 +01:00
- jekyll-sitemap
- jekyll-paginate
2023-08-09 13:19:51 +02:00
- jekyll/mastodon_webfinger