-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (46 loc) · 1.49 KB
/
Copy path_config.yml
File metadata and controls
52 lines (46 loc) · 1.49 KB
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
# Title, decription, tagline and URL for your site
# Can be used in your theme by calling 'site.title' and so on
title: Luiz Schiller
description: Thoughts and projects on Data Science
url: http://luizschiller.com
# Used so Jekyll outputs the site correctly so Gulp can do what it wants
source: .tmp/src
destination: .tmp/dist
exclude: ['assets']
# Same as the title etc for your site but can instead be
# called by using 'site.author.name' and so on
# NOTE: Don't use @ in front of your Twitter username
author:
name: Luiz Gustavo Schiller
email: schillerbr@gmail.com
uri: http://luizschiller.com
bio: Data Scientist
twitter: luizschiller
github: schiller
# _config.build.yml overwrites these options when you run `gulp build`
# Enables future posts (posts with dates in the future) and drafts
future: true
show_drafts: true
# Disables the more accurate related posts for faster generating of the site
lsi: false
# Only make the last 10 posts so generating isn't slow
limit_posts: 10
# Permalink structure and pagination options
permalink: /:title/
paginate: 10
paginate_path: 'page:num'
excerpt_separator: ''
# Markdown library and options
markdown: redcarpet
redcarpet:
extensions: ['no_intra_emphasis', 'tables', 'fenced_code_blocks', 'autolink', 'smart',
'strikethrough', 'superscript', 'underline', 'highlight', 'footnotes']
highlighter: rouge
# Extending Jekyll
gems:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from