-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (37 loc) · 768 Bytes
/
_config.yml
File metadata and controls
43 lines (37 loc) · 768 Bytes
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
title: Iran Transition Project
description: Independent analytical framework for Iranian regime architecture and transition dynamics
url: "https://irantransitionproject.org"
baseurl: ""
remote_theme: pages-themes/minimal@v0.2.0
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-feed
# Blog
permalink: /blog/:year/:month/:day/:title/
paginate: 10
paginate_path: "/blog/page:num/"
# Collections
collections:
briefs:
output: true
permalink: /briefs/:title/
# Defaults
defaults:
- scope:
path: "_posts"
type: "posts"
values:
layout: "post"
- scope:
path: "_briefs"
type: "briefs"
values:
layout: "brief"
# Build
markdown: kramdown
exclude:
- README.md
- LICENSE
- Gemfile
- Gemfile.lock