2016-03-29 19:07:51 -04:00
|
|
|
name: "Quentin Dufour"
|
2021-07-14 17:13:17 +02:00
|
|
|
author: 'Quentin Dufour'
|
|
|
|
url: 'https://quentin.dufour.io'
|
|
|
|
description: "Blog d'un ingénieur en informatique et libriste convaincu, avec du code, du linux, du système et du réseau."
|
2020-04-21 19:01:35 +02:00
|
|
|
markdown: kramdown
|
2016-04-19 14:55:09 -04:00
|
|
|
highlighter: rouge
|
2015-06-11 12:13:58 -07:00
|
|
|
|
2018-11-17 20:40:56 +01:00
|
|
|
permalink: /blog/:year-:month-:day/:title/
|
2015-06-11 12:13:58 -07:00
|
|
|
|
|
|
|
defaults:
|
2021-07-14 17:13:17 +02:00
|
|
|
- scope:
|
|
|
|
path: "" # empty string for all files
|
|
|
|
type: pages
|
|
|
|
values:
|
|
|
|
layout: default
|
|
|
|
- scope:
|
|
|
|
path: "" # empty string for all files
|
|
|
|
type: posts
|
|
|
|
values:
|
|
|
|
layout: post
|
2015-11-06 15:11:27 +01:00
|
|
|
|
2020-02-03 12:08:14 +01:00
|
|
|
plugins:
|
2021-07-14 17:13:17 +02:00
|
|
|
- jekyll-sitemap
|