forked from quentin/quentin.dufour.io
37 lines
830 B
YAML
37 lines
830 B
YAML
name: Quentin Dufour
|
|
description: dev, sysadmin and other computer stuff
|
|
meta_description: "Quentin Dufour. dev, sysadmin and other computer stuff."
|
|
|
|
aboutPage: true
|
|
|
|
markdown: redcarpet
|
|
highlighter: pygments
|
|
|
|
paginate: 20
|
|
domain_name: 'http://quentin.dufour.io'
|
|
google_analytics: 'UA-37637739-1'
|
|
disqus_shortname: 'blogdequentin'
|
|
|
|
# Details for the RSS feed generator
|
|
url: 'http://quentin.dufour.io'
|
|
author: 'Quentin Dufour'
|
|
authorTwitter: 'superboum'
|
|
|
|
permalink: /blog/:year-:month-:day/:title
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: "" # empty string for all files
|
|
type: pages
|
|
values:
|
|
layout: default
|
|
-
|
|
scope:
|
|
path: "" # empty string for all files
|
|
type: posts
|
|
values:
|
|
layout: post
|
|
|
|
gems:
|
|
- jekyll-sitemap
|