-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
65 lines (54 loc) · 1.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
# Site
### For SEO : see https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
title: "PythonMood | Let's code with Lulu"
tagline: "Luc Bertin's Python tutorials"
description: "Luc Bertin's blog of Python theoretical and hands-on tutorials. Here we cover Python from scratch and some use cases for Data Science related subjects"
#url: "blog.lucbertin.com"
lang: "en_US"
#####
name: 'PythonMood'
#description: ''
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
baseurl: ''
email: '[email protected]'
mailchimp-list: 'https://lucbertin.us17.list-manage.com/subscribe/post?u=d6950dcfd0604ff36eab68a15&id=3816b7374b'
include: ["_pages"]
permalink: /:title/
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
authors:
luc:
name: Luc
site: https://lucbertin.com
avatar: /assets/images/avatar1.jpg
bio: "Hi, my name is Luc. To me, code is art and i love coding in Python, hence the website !"
email: [email protected]
github: https://github.com/Luc-Bertin
medium: https://medium.com/@lucbtn
linkedin: https://www.linkedin.com/in/luc-b-291904ab/
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
author: Luc
avatar: /assets/images/avatar1.jpg
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Paginate
paginate: 10
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]