Files
blog_os/_config.yml
2015-10-04 20:20:25 +02:00

41 lines
909 B
YAML

# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
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'
contact: '/contact'