2017-08-08 19:53:28 +00:00
|
|
|
# Permalinks
|
2017-08-03 18:11:41 +00:00
|
|
|
#
|
2017-08-08 19:53:28 +00:00
|
|
|
# Use of `relative_permalinks` ensures post links from the index work properly.
|
|
|
|
#permalink: pretty
|
2017-08-28 11:20:57 +00:00
|
|
|
permalink: /:title/
|
2017-08-08 19:53:28 +00:00
|
|
|
relative_permalinks: false
|
|
|
|
|
|
|
|
# Setup
|
2017-08-13 09:39:47 +00:00
|
|
|
title: Les Crapauds Fous
|
2017-08-08 19:53:28 +00:00
|
|
|
#tagline: 'foo's website
|
2017-08-22 08:04:05 +00:00
|
|
|
description: La Fable Moderne d'un Monde Libre et juste un peu Fou
|
2017-08-26 16:47:35 +00:00
|
|
|
url: https://crazy-toads.github.io
|
2017-08-26 12:53:13 +00:00
|
|
|
baseurl: ""
|
2017-08-26 16:47:35 +00:00
|
|
|
urlimg: https://crazy-toads.github.io/images
|
2017-08-03 18:11:41 +00:00
|
|
|
markdown: kramdown
|
2017-08-08 19:53:28 +00:00
|
|
|
paginate: 5
|
2017-08-28 11:20:57 +00:00
|
|
|
paginate_path: "/textes/page:num"
|
2017-08-08 19:53:28 +00:00
|
|
|
excerpt_separator: <!--more-->
|
|
|
|
default_bg: sitelogo.png
|
|
|
|
safe: false
|
|
|
|
#timezone: America/Chicago
|
|
|
|
future: true
|
2017-08-27 17:56:42 +00:00
|
|
|
github: https://github.com/crazy-toads/crazy-toads.github.io
|
2017-08-08 19:53:28 +00:00
|
|
|
|
|
|
|
gems:
|
|
|
|
- jekyll-paginate
|
|
|
|
- jemoji
|
|
|
|
- font-awesome-sass
|
|
|
|
- kramdown
|
|
|
|
- rouge
|
|
|
|
|
|
|
|
include: [".htaccess"]
|
|
|
|
exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "rakefile", "README.md", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "LICENSE", "vendor", "assets", "_plugins", "public/dormant"]
|
|
|
|
|
|
|
|
# About/contact
|
|
|
|
author:
|
2017-08-22 07:33:39 +00:00
|
|
|
name: Le Crapaud Fou
|
2017-08-08 19:53:28 +00:00
|
|
|
url: https://twitter.com/abcd
|
2017-08-22 07:33:39 +00:00
|
|
|
avatar: crapaud-fou.png
|
2017-08-08 19:53:28 +00:00
|
|
|
#email:
|
|
|
|
|
|
|
|
# Owner/author information
|
|
|
|
owner:
|
2017-08-22 07:33:39 +00:00
|
|
|
name: Le Crapaud Fou
|
|
|
|
avatar: crapaud-fou.png
|
2017-08-08 19:53:28 +00:00
|
|
|
#email:
|
|
|
|
# Use the coder's toolbox at http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii to encode your description into XML string
|
|
|
|
description:
|
|
|
|
# Social networking links used in footer. Update and remove as you like.
|
2017-08-26 12:53:13 +00:00
|
|
|
twitter:
|
2017-08-08 19:53:28 +00:00
|
|
|
facebook:
|
2017-08-26 12:53:13 +00:00
|
|
|
github: crazy-toads
|
2017-08-08 19:53:28 +00:00
|
|
|
flickr:
|
|
|
|
|
|
|
|
## sidebar links:
|
|
|
|
# For external links add external: true
|
|
|
|
links:
|
2017-08-22 08:04:05 +00:00
|
|
|
- title: <i class="iconside iconm-home"></i> Accueil
|
2017-08-08 19:53:28 +00:00
|
|
|
url: /
|
2017-08-30 11:45:43 +00:00
|
|
|
- title: <i class="iconside iconm-quill"></i> Blog
|
2017-08-28 11:20:57 +00:00
|
|
|
url: /textes/
|
2017-08-29 16:11:39 +00:00
|
|
|
- title: <i class="iconside iconm-user"></i> Cercles
|
|
|
|
url: /cercles/
|
2017-08-28 11:24:05 +00:00
|
|
|
- title: <i class="iconside iconm-user"></i> Crapauds
|
|
|
|
url: /crapauds/
|
|
|
|
- title: <i class="iconside iconm-user-tie"></i> Partenaires
|
2017-08-28 11:20:57 +00:00
|
|
|
url: /partenaires/
|
2017-08-27 17:56:42 +00:00
|
|
|
- title: <i class="iconside iconm-github2"></i> Source
|
|
|
|
url: https://github.com/crazy-toads/crazy-toads.github.io
|
2017-08-08 19:53:28 +00:00
|
|
|
external: true
|
|
|
|
- title: <i class="iconside iconm-feed2"></i> Feed
|
|
|
|
url: /feed.xml
|
|
|
|
|
|
|
|
# Google Custom Search:
|
|
|
|
#google_search: xyz123abc
|
|
|
|
|
|
|
|
# Twitter stream widget:
|
|
|
|
# Replace xyz123abc with your twitter widget id from https://twitter.com/settings/widgets
|
|
|
|
#twitter_widget_id: xyz123abc
|
|
|
|
|
|
|
|
# Add disqus username for Disqus comment board:
|
2017-08-27 18:12:25 +00:00
|
|
|
# disqus_shortname: foo
|
2017-08-08 19:53:28 +00:00
|
|
|
|
|
|
|
# Analytics and webmaster tools stuff goes here
|
|
|
|
#google_analytics: xyz123abc
|
|
|
|
|