61 lines
1.4 KiB
YAML
61 lines
1.4 KiB
YAML
# Site
|
|
name: "Sander's Blog"
|
|
title: "Infinite Improbablity"
|
|
description: "What I might have failed to mention"
|
|
logo: ''
|
|
favicon: ''
|
|
baseurl: ''
|
|
#google_analytics: 'UA-46278016-1'
|
|
#disqus: 'demowebsite'
|
|
#mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b'
|
|
include: ["_pages"]
|
|
permalink: /:title/
|
|
|
|
# Authors
|
|
authors:
|
|
sander.hautvast:
|
|
name: Sander Hautvast
|
|
display_name: Sander Hautvast
|
|
gravatar: c50cfcd38195af19d0f092b8d7dc15bc
|
|
email: s.hautvast@gmail.com
|
|
web: https://sanderhautvast.github.io
|
|
description: ""
|
|
# Plugins
|
|
plugins:
|
|
- jekyll-paginate
|
|
- jekyll-sitemap
|
|
- jekyll-feed
|
|
- jekyll-seo-tag
|
|
- jekyll-archives
|
|
|
|
# Archives
|
|
jekyll-archives:
|
|
enabled:
|
|
- categories
|
|
layout: archive
|
|
permalinks:
|
|
category: '/category/:name/'
|
|
|
|
# Pagination
|
|
paginate: 6
|
|
paginate_path: /page:num/
|
|
|
|
# Other
|
|
markdown: kramdown
|
|
|
|
kramdown:
|
|
input: GFM
|
|
syntax_highlighter: rouge
|
|
syntax_highlighter_opts:
|
|
block:
|
|
line_numbers: true
|
|
|
|
# Adsense (change to "enabled" to activate, also your client id and ad slot. Create a new ad unit from your Adsense account to get the slot.)
|
|
adsense: "disabled"
|
|
adsense-data-ad-client: "ca-pub-3412143450191416"
|
|
adsense-data-ad-slot: "1363087678"
|
|
|
|
# Lazy Images ("enabled" or "disabled")
|
|
lazyimages: "disabled"
|
|
|
|
exclude: [changelog.md, LICENSE.txt, README.md, Gemfile, Gemfile.lock]
|