-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (31 loc) · 919 Bytes
/
_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
#
# This file contains configuration flags to customize your site
#
# Name of your site (displayed in the header)
name: l01cd3v.github.io
author: Loïc
# Short bio or description (displayed in the header)
description:
# Pagination
paginate: 5
# Includes an icon in the footer for each username you enter
footer-links:
github: l01cd3v
linkedin: loicsimon
rss: f00 # just type anything here for a working RSS icon, make sure you set the "url" above!
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: UA-56674561-3
# Used for Sitemap.xml and your RSS feed
url: http://l01cd3v.github.io
#
# !! You don't need to change any of the configuration flags below !!
#
markdown: redcarpet
#highlighter: pygments
gems: [jekyll-paginate]
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md