Skip to content
Snippets Groups Projects
_config.yml 587 B
Newer Older
Lukas Schauer's avatar
Lukas Schauer committed
# Site settings
title: Free Software Labor
email: fslab@example.org
description: > # this means to ignore newlines until "baseurl:"
  Das Free Software Labor bietet euch Raum und Infrastruktur für Projekte
  rund um Freie Software.
coolquote: >
  <cite>To understand the concept, you should think of free as in free speech,
  not as in free beer.</cite> – Richard Stallman
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://fslab.de" # the base hostname & protocol for your site

# Build settings
markdown: kramdown
The Server's avatar
The Server committed

# exclude bundler/vendor directory
exclude: [vendor]