-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
61 lines (61 loc) · 1.16 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
url: 'http://alejandro.giacometti.me'
baseurl: ''
name: AG
markdown: kramdown
kramdown:
input: GFM
math_engine: mathjax
syntax_highlighter: rouge
sass:
load_paths:
- /assets/_sass
style: :compressed
plug_ins:
- jekyll-mentions
- jekyll-redirect-from
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- README.md
- yarn.lock
- package.json
- cache.manifest
- node_modules
highlighter: rouge
timezone: 'Europe/London'
permalink: /:year-:month-:day/:title/
n_recent_posts: 6
author: 'Alejandro Giacometti'
location: 'London, UK'
description: Alejandro Giacometti
meta_image: '/images/portrait.jpeg'
collections:
posts:
output: true
pages:
output: true
defaults:
- scope:
path: ''
values:
lang: en
meta_type: 'website'
author: 'Alejandro Giacometti'
js_main: 'main'
- scope:
path: '' # empty string for all files
type: 'posts'
values:
layout: 'post'
meta_type: 'article'
- scope:
path: ''
type: 'pages'
values:
layout: 'page' # overrides previous default layout
meta_type: 'website'
- scope:
path: 'assets/'
values:
sitemap: false