-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
108 lines (94 loc) · 2.05 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
# Site Settings
name: WeTry
title: WeTry | Encore un autre blog de développeur
description: Encore un autre blog de développeur.
tags:
- blog
- template
- jekyll
- theme
- netlify
# email: [email protected] # Do not set email to not show 'Contact' in menu
disqus_username: wetry
show_hero: true
# Social Media Settings
# Remove the item if you don't need it
github_username: wetryio
facebook_username: WeTry-103230437736535
# twitter_username: twitter_username
# instagram_username: instagram_username
# linkedin_username: linkedin_username
# medium_username: medium_username
# Theme Settings
themeColor: "#ff0a16"
primaryDark: "#141414"
accentDark: "#ffffff"
lightGray: "#f2f2f2"
texts: "#333333"
# Posts Settings
show_time_bar: true
show_modal_on_exit: false
show_modal_on_finish_post: false
two_columns_layout: false
# Advanced Settings
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://wetry.tech" # the base hostname & protocol for your site
google_analytics: "UA-145445435-1"
language: "fr"
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
collections:
authors:
output: true
paginate_path: "/page/:num/"
# Content paginator
paginate_content:
enabled: true
debug: false
collections:
- posts
auto: false
separator: "--page-break--"
permalink: "/:num/"
seo_canonical: true
properties:
part:
is_generated: true
last:
is_generated: true
single:
is_generated: true
# Plugins
plugins:
- jekyll-paginate
- jekyll-paginate-content
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
# Links to include in menu navigation
# For external links add external: true
links:
- title: Accueil
url: /
- title: HITW 2019
url: /hitw2019/
- title: À propos de nous
url: /about/
- title: CraftLab-IT
url: /craftlab-it/
# - title: Contact
# url: /contact/
# Exclude my node related stuff
exclude: [
'package.json',
'package-lock.json',
'src',
'node_modules',
'initpost.sh',
'Gemfile',
'Gemfile.lock',
'gulpfile.js',
'README.md'
]