-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (57 loc) · 1.07 KB
/
_config.yml
File metadata and controls
62 lines (57 loc) · 1.07 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
title: CalConnect Document Registry
author: CalConnect TC PUBLISH
email: tc-publish@calconnect.org
description: >-
The CalConnect Document Registry
baseurl: ""
url: "https://www.calendarstandards.org"
twitter_username: calconnect
github_username: CalConnect
markdown: kramdown
theme: jekyll-calconnect-theme
plugins:
- jekyll-feed
- jekyll/vite
collections:
pages:
output: true
permalink: /:path/
documents:
output: true
permalink: /:collection/:name/
defaults:
- scope:
path: ""
type: "documents"
values:
layout: document
exclude:
- README.adoc
- Makefile
- flake.*
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- "*.raw.rxl"
- src-documents/
- scripts/
- config
- vite.config.ts
- package.json
- package-lock.json
pagination:
collection: 'posts'
per_page: 30
permalink: '/page/:num/'
title: ':title - page :num'
sort_field: 'date'
sort_reverse: true
category: 'posts'
tag: ''
locale: ''
extension: html
indexpage: 'index'