Files
2martens.de/_config.yml
Jim Martens 408837f312 Improved navigation with anchors
Anchors are now offset above headings which results in the
visible heading being just below the navbar. For now navigation
by anchor only works with activated toc. A more comprehensive
solution might come in the future.

Signed-off-by: Jim Martens <github@2martens.de>
2019-06-10 16:35:36 +02:00

63 lines
1.5 KiB
YAML

# 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://2martens.de" # the base hostname & protocol for your site
timezone: "Europe/Berlin"
encoding: utf-8
collections:
events:
output: true
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Jim Martens"
sidebarboxes: "author encrypted-communication"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
sidebarboxes: "author encrypted-communication"
-
scope:
path: ""
type: "events"
values:
layout: "event"
sidebarboxes: "author encrypted-communication events"
# Build settings
markdown: kramdown
kramdown:
auto_ids: false
include:
- .htaccess
exclude:
- scripts
- README.md
- Gemfile
- Gemfile.lock
- deploy_ed25519.enc
- LICENSE
- vendor
- node_modules
- gulpfile.js
- package.json
- package-lock.json