Files
blog_os/_config.yml
2015-10-25 14:07:40 +01:00

43 lines
969 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: "Writing an OS in Rust"
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