Website/_config.yml

24 lines
692 B
YAML
Raw Normal View History

2017-05-21 00:47:09 +02:00
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: CreativeCalc
email: contact@creativecalc.fr
description: >
CreativeCalc est une association à but non lucratif promouvant l'apprentissage
de la programmation.
baseurl: ""
url: "https://www.creativecalc.fr"
twitter_username: PlaneteCasio
github_username: PlaneteCasio
2017-05-21 00:47:09 +02:00
# Build settings
markdown: kramdown
theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock