-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
61 lines (56 loc) · 1.21 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
61
title: Collective Futurecrafting
description: >-
Collective Futurecrafting is a wholistic system for place based and community-led transformation, weaving ancient wisdom with modern innovation to create flourishing futures for all life.
baseurl: ""
url: "https://collectivefuturecrafting.net"
author: Mathew Mytka
logo: /assets/images/logo.svg
locale: en_AU
markdown: kramdown
theme: null
plugins:
- jekyll-feed
- jekyll-seo-tag
collections:
posts:
output: true
permalink: /blog/:year/:month/:day/:title/
resources:
output: true
permalink: /resources/:title/
authors:
output: true
permalink: /authors/:name/
story_nodes:
output: true
defaults:
- scope:
path: ""
values:
image: /assets/images/collective-futurecrafting-social.jpg
- scope:
path: "pages"
values:
layout: page
- scope:
path: "_resources"
type: resources
values:
layout: resource
- scope:
path: "_posts"
type: posts
values:
layout: post
- scope:
path: "_authors"
type: authors
values:
layout: "author"
# Feed settings
feed:
collections:
posts:
path: "/blog.xml"
resources:
path: "/resources.xml"