Réglé quelques soucis, modifié la page de contact.

This commit is contained in:
Thomas Touhey 2017-05-23 23:39:15 +02:00
parent b6bc2fc22c
commit d624d90a97
5 changed files with 28 additions and 28 deletions

View File

@ -13,12 +13,12 @@ Pour installer les dépendances :
Pour construire le site (le résultat sera dans `_site/`) :
jekyll build
bundle exec jekyll build
Pour visualiser le site pendant que l'on fait des modifications au template ou
au contenu :
jekyll serve
bundle exec jekyll serve
## Sur le serveur
@ -36,4 +36,4 @@ Pour refaire le site
bundler exec jekyll build
Et là normalement c'est ok.
Et là normalement c'est ok.

View File

@ -1,28 +1,17 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# 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: Your awesome title
email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
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
# Build settings
markdown: kramdown

View File

@ -3,8 +3,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CreativeCalc {{ page.title }}</title>
<meta name="description" content="CreativeCalc est une association à but non lucratif promouvant l'apprentissage de la programmation" />
<title>{% if page.title %}{{ page.title }} {% endif %}{{ site.title }}</title>
<meta name="description" content="{{ site.description }}" />
<meta name="keywords" content="programmation, association, 1901, planete casio, algorithmique, calculatrice, tice" />
<meta name="Robots" content="index, follow" />

8
_layouts/post.html Normal file
View File

@ -0,0 +1,8 @@
{% include header.html %}
<article>
<h2>{{ page.title }}</h2>
{{ page.content | markdownify }}
</article>
{% include footer.html %}

View File

@ -3,8 +3,11 @@ layout: page
title: Comment nous contacter ?
permalink: /contact.html
---
Si vous souhaitez rejoindre l'association ou nous poser une question, vous
pouvez nous contacter en envoyant un email à
[contact@creativecalc.fr](mailto:contact@creativecalc.fr).
Si vous souhaitez rejoindre l'association ou nous poser directement
une question, vous pouvez nous contacter en envoyant un email à
l'adresse suivante :
[contact@creativecalc.fr](mailto:contact@creativecalc.fr)
{: style="text-align: center;"}
Vous recevrez une réponse sous 48h au maximum.