mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
43 lines
948 B
YAML
43 lines
948 B
YAML
# Permalinks
|
|
#
|
|
# Use of `relative_permalinks` ensures post links from the index work properly.
|
|
permalink: none
|
|
relative_permalinks: true
|
|
|
|
# Setup
|
|
title: phil-opp's blog
|
|
full_title: Philipp Oppermann's blog
|
|
tagline: ""
|
|
paginate: 10
|
|
baseurl: ""
|
|
|
|
markdown: redcarpet
|
|
redcarpet:
|
|
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "superscript", "footnotes"]
|
|
|
|
# Assets
|
|
#
|
|
# We specify the directory for Jekyll so we can use @imports.
|
|
sass:
|
|
sass_dir: _sass
|
|
style: :compressed
|
|
|
|
# About/contact
|
|
author:
|
|
name: Philipp Oppermann
|
|
email: contact@phil-opp.com
|
|
|
|
# Custom vars
|
|
version: 1.0.0
|
|
github:
|
|
repo: https://github.com/phil-opp/phil-opp.github.io
|
|
|
|
# Navigation
|
|
navigation_pages:
|
|
Archive: '/archive.html'
|
|
|
|
contact: '/contact.html'
|
|
|
|
gems:
|
|
- jekyll-redirect-from
|