-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
42 lines (38 loc) · 977 Bytes
/
_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
# global settings
title: "OSFarm"
description: "Building together a new innovative ecosystem for farms"
permalink: pretty
url: https://osfarm.github.io
relative_permalinks: false
# build settings
exclude: ["script", "vendor", "bower.json", "Gemfile", "Gemfile.lock", "Rakefile", "readme.md", "package.json", "node_modules"]
markdown: kramdown
plugins:
- jekyll-avatar
- jekyll-polyglot
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-coffeescript
- jekyll-sitemap
- jekyll-octicons
- jekyll-youtube
sass:
style: :compressed
# Where you keep your scss files
sass_dir: assets/css/
# Where sass should look for other scss
load_paths:
- node_modules/
sourcemap: never
lsi: false
safe: true
incremental: false
highlighter: rouge
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
unexisting_page:
en: "The page you're looking for doesn't seem to be there!"
fr: "La page demandée n'est pas présente ici !"