-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
64 lines (51 loc) · 1.58 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
url: "https://adrienjoly.com" # force HTTPS in references to `absolute_url`, cf https://github.com/jekyll/jekyll/issues/5590#issuecomment-261778241
title: # Name of your blog (this will show up at the top of your page and in the RSS feed)
Cours Node.js
author: # Your name, as you want it to appear underneath each post and in the footer
Adrien Joly
avatar: # URL of your avatar or profile pic (you could use your GitHub profile pic)
/icon.png
desc:
Exercices permettant d'apprendre à développer un serveur API à l'aide de Node.js.
keywords: javascript,node.js,initiation,exercices,api,mongodb,cours,tuto
repository: adrienjoly/cours-nodejs
google_analytics: UA-1858235-4
twitter: # used by the jekyll seo plugin
username: adrienjoly
card: summary
social:
name: Adrien Joly
links:
- https://twitter.com/adrienjoly
- https://www.linkedin.com/in/adrienjoly
- https://github.com/adrienjoly
- https://medium.com/@adrienjoly
defaults:
- scope:
path: ""
values:
image: "/logo-nodejs.png"
author: "@adrienjoly"
# github defaults
encoding: UTF-8
lang: fr-FR
kramdown:
input: GFM
hard_wrap: false
future: true
jailed: false
theme: jekyll-theme-primer
gfm_quirks: paragraph_end
markdown: "CommonMarkGhPages" # necessary to allow quotes between numbered list items without breaking the numbering, like on GitHub
commonmark:
options: ["SMART", "FOOTNOTES"]
extensions: ["strikethrough", "autolink", "table", "tagfilter"]
# additional config
exclude:
- node_modules
- "**/node_modules"
- Gemfile
- Gemfile.lock
- src
plugins:
- jekyll-seo-tag