-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
134 lines (118 loc) · 2.71 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
title: Blog Sciam
description: Ce blog contient des articles techniques issus de la communeauté des salariés de SCIAM
domain: sciam-fr.github.io # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
url: https://blog.sciam.fr # the base hostname and protocol for your site, e.g. http://example.com
locale: fr_FR
permalink: pretty
#baseurl: "/"
twitter:
username: SCIAM_FR
card: summary
highlighter: rouge
defaults:
- scope:
path: "_posts"
type: "posts"
values:
permalink: /:year/:month/:day/:title:output_ext
toc: true
social-network-links:
github: 'SCIAM-FR'
twitter: 'SCIAMVOX'
medium: 'sciam-fr'
linkedin: 'sciamfr'
www: 'sciam.fr'
gitlab: 'sciam'
exclude:
- LICENSE.adoc
- README.adoc
- Gemfile
- Gemfile.lock
- Rakefile
- .idea
- .jekyll-cache
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby
keep_files:
- images
asciidoc: {}
asciidoctor:
base_dir: :docdir
safe: unsafe
excerpt_separator: "\n//more\n"
attributes:
sectlinks: true
stem: latexmath
idseparator: _
source-highlighter: rouge
source-language: java
rouge-css: style
rouge-style: github
icons: font
imagesdir: "/images"
plugins:
- jekyll-paginate-v2
- jekyll-auto-authors
- jekyll-asciidoc
- asciidoctor-diagram
- liquid_reading_time
- liquid_pluralize
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-toc
pagination:
enabled: true
per_page: 12
permalink: '/:num/'
title: ':title - page :num'
sort_field: 'date'
sort_reverse: true
autopages:
enabled: true
categories:
enabled: true
layouts:
- 'list.html'
title: 'Articles in :categories'
silent: false
slugify:
mode: 'default'
cased: true
# Other autopage configs stay the same
tags:
layouts:
- "autopage_tags.html"
title: "Articles taggué avec #:tag"
permalink: "/tag/:tag"
silent: false
slugify:
mode: "default"
case: true
authors:
enabled: true
data: '_data/authors.yml' # Data file with the author details
layouts:
- 'autopage_author.html' # We'll define this layout later
title: 'Articles par :author'
permalink: '/author/:author/'
slugify:
mode: 'default' # choose from [raw, default, pretty, ascii or latin]
cased: true # if true, the uppercase letters in slug will be converted to lowercase ones.
collections:
enabled: false
feed:
excerpt_only: true
toc:
min_level: 2
max_level: 6
ordered_list: false
no_toc_section_class: no_toc_section
list_id: toc
list_class: section-nav
sublist_class: ''
item_class: toc-entry
item_prefix: toc-