mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-21 00:17:50 +00:00
new site generated by poole
This commit is contained in:
35
_config.yml
Normal file
35
_config.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
# Permalinks
|
||||
#
|
||||
# Use of `relative_permalinks` ensures post links from the index work properly.
|
||||
permalink: pretty
|
||||
relative_permalinks: true
|
||||
|
||||
# Setup
|
||||
title: phil-opp
|
||||
full_title: Philipp Oppermann's blog
|
||||
tagline: "rust, kernels, and more"
|
||||
paginate: 10
|
||||
baseurl: ""
|
||||
|
||||
# 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'
|
||||
Reference in New Issue
Block a user