-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
80 lines (67 loc) · 1.6 KB
/
Copy path_config.yml
File metadata and controls
80 lines (67 loc) · 1.6 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
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
# Plugins and dependencies
gems: [ 'jekyll-archives', 'jekyll-sass' ]
markdown: redcarpet
highlighter: pygments
# Setup
title: Nicolas De Jay
tagline: ''
description: ''
url: 'http://nicolasdejay.com'
baseurl: /
paginate: 5
permalink: pretty
# Sidebar
author:
github: https://github.com/ndejay
twitter: https://twitter.com/ndejay
linkedin: https://ca.linkedin.com/in/ndejay
# Deploy settings
safe: false
username: 'ndejay'
destination: '_site'
# jekyll-archives settings
jekyll-archives:
enabled: [ 'year', 'tags' ] # categories, days, months
layouts:
# category
tag: archive_index_by_category_or_tag
# day
year: archive_index_by_date
# month: archive_index_by_date
permalinks:
# category
tag: '/tag/:name/'
# day
year: '/:year/'
# month: '/:year/:month/'
# _plugins/archive_index.rb
archive_index:
layout: archive_index
target: archives
counts:
# category
tag: true
# day
year: true
month: false
fill:
months: false
# _plugins/publication_index.rb
publication_index:
source: _publications.bib
layout: publication_index
target: publications
counts: false
# _plugins/project_index.rb
project_index:
source: _projects.yaml
layout: project_index
target: projects
# jekyll-sass settings
sass:
style: compressed
deploy_style: compressed
compile_in_place: false
# Misc
include: [ 'feed.xml', 'CNAME' ]
exclude: [ 'Rakefile', 'Gemfile', 'Gemfile.lock', 'vendor', '.travis.yml' ]