-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
executable file
·90 lines (76 loc) · 1.85 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
title: 'Scalastic 👨🏻💻'
permalink: ':title/'
url: https://scalastic.io
#url: http://localhost:4000
baseurl:
logo: /assets/img/logo-scalastic.svg
image: /assets/img/site-scalastic.jpg
# Company Settings
company: Scalastic
company-img: scalastic.png
# Author Settings
author: Jean-Jerome Levy # add your name
author-img: jean-jerome-levy.jpg # add your photo
social-github: jeanjerome # add your Github handle
social-linkedin: jean-jerome-levy # add your Linkedin handle
social-email: [email protected] # add your Email address
# Social SEO
social:
name: Jean-Jerome Levy
links:
- https://www.linkedin.com/in/jean-jerome-levy
- https://github.com/jeanjerome
- https://github.com/scalastic
search: true
# Build Settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-paginate
- jemoji
- premonition
- jekyll-last-modified-at
- jekyll-polyglot
- jekyll_picture_tag
#Jekyll build
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "archive-posts"]
# Activate page redirection when change
redirects: yes
#Paginate
paginate: 6
paginate_path: "/page/:num"
page_excerpts: true
timezone: Europe/Paris
last-modified-at:
date-format: '%d-%b-%y'
sass:
sass_dir: _sass
sourcemap: never
style: compressed
#Picture Tag
keep_files: ["assets/img/"]
picture:
source: /
output: /
nomarkdown: false
suppress_warnings: true
#disabled: development
#Polyglot
default_lang: "fr"
languages: ["fr", "en"]
exclude_from_localization: ["generated", "assets", "css", "fonts", "img"]
parallel_localization: true # keep_files: ["assets/img/"] must be set to prevent erasing all generated pictures
#Compress html
compress_html:
clippings: all
comments: all
endings: []
ignore:
envs: []
blanklines: false
profile: false
startings: []
# Webrick (for dev)
webrick:
headers:
Access-Control-Allow-Origin: "*"