-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
108 lines (98 loc) · 2.46 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
url: https://www.mahfoudbennoune.com
title: 'Mahfoud Bennoune'
description: 'Tribute to the life and work of Mahfoud Bennoune, PhD, Algerian anthropologist, professor, scholar, activist and humanist.'
# do not include https://github.com/...
author: Karima Bennoune
default_author: "Bud Parr"
#Jekyll Options
# if using more than one Jekyll instance on your local machine
port: 4040
# paginate tells Jekyll how many posts per page
# paginate: 1
# Permalinks
permalink: pretty
# Dependencies
#Pages - store all pages in the _pages directory
include: ['_pages']
relative_permalinks: false # won't need this as of 2.0: Deprecation: Starting in 2.0, permalinks for pages in subfolders must be relative to the site source directory, not the parent directory. Also will change exclude directory
exclude: ['readme.md','license.md','Gemfile', 'Gemfile.lock','links.jsonp', 'CNAME', 'rakefile', 'bower.json', 'node_modules', 'README.md', 'prose.yaml']
# gems:
# - jekyll-sitemap
version: 3.2.1
# dev options (true/false)
# if site is in production, 'production: true'
production: true
use_pure_css: false
use_jquery_cdn: true
include_font_awesome: false
include_addthis_sharing: false
bust_css_cache: false
# options (data)
google_analytics_id: UA-50141097-2
disqus_id:
addthis_id:
# CONTACT FORM http://getsimpleform.com/
simple_form_api_token:
# options (social)
# facebook_id:
twitter_id: budparr
# navigation options - effects layout/default. May also need options set in sass files
include_nav-top: false
include_nav-side-left: true
include_nav-side-right: false
gems:
- jekyll-seo-tag
# CONTENT
collections:
categories:
output: true
permalink: '/:path/'
landing_pages:
output: true
permalink: '/:path/'
# DEFAULTS
defaults:
- scope:
path: ''
type: pages
values:
layout: page
permalink: /:basename/
- scope:
path: ''
type: posts
values:
layout: page
- scope:
path: ''
type: landing_pages
values:
layout: page
# ASSETS
assets:
compress:
css: true
js: true
cache: .asset-cache
cdn: /
skip_baseurl_with_cdn: false
skip_prefix_with_cdn: false
assets:
- "*.png"
- "*.scss"
- "*.svg"
- "*.js"
digest: default
sources:
- _assets/bower/html5shiv/dist/html5shiv.min.js
- _assets/_sass
- _assets/fonts
- _assets/img
- _assets/js
features:
automatic_img_size: true
automatic_img_alt : true
compress_html:
ignore:
envs: [development]
profile: false