-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
43 lines (33 loc) · 1.13 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Jekyll configuration
name: Barre Verte !
title: Barre Verte !
description: Notes de développeurs sur le logiciel, le design, l'agilité, l'open source, les mobiles, linux...
timezone: Europe/Paris
# url is currently only used only for the RSS feed in feed.xml
url: https://www.barreverte.fr
# baseurl will often be '', but for a project page on gh-pages, it needs to
# be the project name.
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
# run it like so: jekyll serve --baseurl=''
#baseurl: /
# This can be '' to hide the Github nav button
github: 'barreverte/barreverte.github.io'
# enable analytics
analytics: false
# Set this to your disqus shortname to enable comments. Note that the 'comments'
# setting below must also be true. Individual posts can override 'comments' to
# disable on a post-by-post basis
disqus: 'barreverte'
comments: true
#permalink: /:year/:month/:title
permalink: /:title/
plugins:
- jekyll-paginate
- jekyll-seo-tag
paginate: 9
#highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
exclude: ['README.md', 'LICENSE', '*.sh', '.travis.yml', '.circleci']
encoding: utf-8