-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
68 lines (57 loc) · 1.55 KB
/
_config.yml
File metadata and controls
68 lines (57 loc) · 1.55 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
url: ''
baseurl: ''
title: 'CU Narrative Intelligence Lab'
plugins:
- jekyll-postcss-v2
gems:
- jekyll-inline-svg
svg:
optimize: true
postcss:
cache: false
exclude:
- package.json
- postcss.config.js
- tailwind.config.js
- yarn.lock
- documents/
# Required if you want to move pages into a separate directory
include: ['_pages']
relative_permalinks: false
collections_dir: collections # Store all collections inside "collections" folder
collections:
projects:
output: true # Generate individual pages for each project
permalink: /projects/:path/ # Force correct URL structure
name: "projects" # Ensure Jekyll recognizes _projects as projects
image_folder: "projects" # Default image folder for projects
category:
output: true
events:
output: true
permalink: /events/:path/
name: "events"
image_folder: "events" # Default image folder for projects
memos:
output: true
permalink: /memos/:path/
name: "memos"
image_folder: "memos" # Default image folder for projects
defaults:
- scope:
path: "collections/_projects" # Applies to all files in the projects collection
type: "projects"
values:
layout: project
image_folder: "projects"
- scope:
path: "collections/_events" # Applies to all files in the projects collection
type: "events"
values:
layout: project
image_folder: "events"
- scope:
path: "collections/_memos" # Applies to all files in the projects collection
type: "memos"
values:
layout: memo