-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (41 loc) · 953 Bytes
/
_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
# -----------------------------------------------------------------------------
# Stuff for Architect theme
title: ClickerCentral
description: Formative assessment questions for teaching physics
show_downloads: false
google_analytics:
theme: jekyll-theme-architect
github:
repository_name: ClickerCentral
owner_name: Ian Beatty
is_project_page: false
# -----------------------------------------------------------------------------
# Stuff for Jekyll
# Set default page layout for all pages
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
excerpt: ""
-
scope:
path: ""
type: "items"
values:
layout: "item"
-
scope:
path: ""
type: "tags"
values:
layout: "tag"
# Define collections:
collections:
items:
output: true
permalink: /:title/
tags:
output: true
permalink: /library/:title