-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
60 lines (50 loc) · 1.12 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
title: Roxanne Shirazi
url: https://roxanneshirazi.com
baseurl: ""
markdown: kramdown
highlighter: rouge
exclude: ['*.sublime-*', 'README.md', 'LICENSE', 'Gemfile', 'Gemfile.lock', 'vendor/bundle']
permalink: pretty
paginate: 5
paginate_path: /blog/:num
blog:
truncated_preview: true
sass:
sass_dir: _sass
style: :compressed
author:
name: Roxanne Shirazi
url: roxanneshirazi.com
email: [email protected]
collections:
projects:
output: true
permalink: /:collection/:path/
topics:
output: true
permalink: /:collection/:path/
defaults:
- scope:
path: ""
type: "topics"
values:
layout: "topic"
- scope:
path: ""
type: "projects"
values:
layout: "page"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
teaser: /assets/images/logo.png
plugins:
- jekyll-coffeescript
- jekyll-paginate
- jekyll-gist