-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
87 lines (74 loc) · 1.51 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
title: boucle ∞
email: your-email@example.com
description: >-
Sparking curiosity, facilitating knowledge-sharing, and fostering community interaction.
seo_keywords: linux, bash, data, mlops, design, static, jekyll, blog
baseurl: "/boucle"
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_url: example_site
github_url: example_site
linkedin_url: example_site
menu_categories:
- devops
- linux
- data
- network
permalink: '/:title/'
author:
name: Lucian
image: https://avatars.githubusercontent.com/u/42606?v=4
description: >-
Open source enthousiast.
twitter: exaluc
github: exaluc
plugins:
- jekyll-feed
- jekyll-postcss
postcss:
cache: false
include:
- _pages
jekyll-archives:
enabled: [categories, tags]
layouts:
category: category
tag: tag
permalinks:
tag: /tag/:name/
category: /category/:name/
# Pagination Settings
pagination:
enabled: true
per_page: 6
permalink: '/page/:num/'
title: ':title - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
default_lang: html
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- bin
- package.json
- package-lock.json
- yarn.lock