foo.be/_config.yml

38 lines
912 B
YAML
Raw Normal View History

2015-12-03 01:59:10 +00:00
# Site settings
2016-05-05 13:11:53 +00:00
title: Alexandre Dulaunoy - adulau - Home Page
email: a@foo.be
description: Personal webpage of Alexandre Dulaunoy - from information security to open source and art
2016-05-05 13:11:53 +00:00
baseurl: ""
2016-05-05 13:11:53 +00:00
url: "https://www.foo.be"
2015-12-03 01:59:10 +00:00
fixedNav: 'true' # true or false
themeColor: grey # green, blue, orange, purple, grey
2016-05-05 13:11:53 +00:00
twitterUsername: adulau
githubUsername: adulau
flickrUsername: adulau
2015-12-30 15:31:33 +00:00
dribbbleUsername:
codepenUsername:
2015-12-03 01:59:10 +00:00
# Build settings
2015-12-30 15:31:33 +00:00
permalink: /:year/:month/:title
2015-12-03 01:59:10 +00:00
markdown: kramdown
include: [_pages]
exclude: [_site, CHANGELOG.md, LICENSE, README.md]
2015-12-03 01:59:10 +00:00
sass:
style: compressed
2016-05-05 13:11:53 +00:00
kramdown:
# Enable GitHub Flavored Markdown (fenced code blocks)
input: GFM
# Disable auto-generated ID's for headings
auto_ids: true
2016-08-05 20:12:06 +00:00
Pinboard_set:
user: 'adulau'
limit: 50
list_tag: 'ol'
list_class: 'pinboard_list'
a_target: '_blank'
plugins:
- jekyll-last-modified-at
2023-01-07 14:47:55 +00:00
- jekyll-sitemap
2016-08-05 20:12:06 +00:00