-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
99 lines (88 loc) · 2.32 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
title: Hypha Worker Co-operative
email: [email protected]
email-hidden: "%68%65%6c%6c%6f%40%68%79%70%68%61%2e%63%6f%6f%70"
phone: +1 437-887-6936
address: Toronto, ON
github: https://github.com/hyphacoop
linkedin: https://www.linkedin.com/company/hyphacoop/
mastodon: https://cosocial.ca/@hyphacoop
twitter: https://twitter.com/hyphacoop/
handbook: https://link.hypha.coop/handbook
rss: "/feed.xml"
url: "https://hypha.coop"
lang: "en"
footer: Hypha Worker Co-operative Inc.<br>Ontario Corporation No. 5019866
locale: "en"
description: >-
We cultivate collective growth and meaningful livelihoods through learning and building technologies together.
markdown: kramdown
sass:
style: compressed
permalink: pretty
collections:
cosmos:
permalink: /doescosmos/:title/
output: true
openings:
permalink: /openings/:title/
output: true
people:
posts:
permalink: /dripline/:title/
work:
date_format: '%B %-d, %Y'
future: true
defaults:
-
scope:
type: posts
values:
layout: dripline/post
activity: true
-
scope:
type: openings
values:
layout: openings/opening
-
scope:
type: people
values:
avatar: default.png
-
scope:
type: cosmos
values:
layout: cosmos/post
activity: false
plugins: [
jekyll-activity-pub,
jekyll-activity-pub-absolute-assets,
jekyll-activity-pub-link-iframes,
jekyll-activity-pub-assets-as-attachments,
jekyll-activity-pub-fep-fffd-distributed-press,
]
# TODO: Fix issue with conflict between dweb's requirement for relative urls and RSS's for absolute.
# See: https://github.com/hyphacoop/hypha.coop/issues/24
#- jekyll-feed
feed:
title: "Hypha Worker Co-operative"
collections:
posts:
path: "feed.xml"
name: "Dripline"
description: "Our collective writing ranging from short posts, to interviews, design retrospectives, and essays. Published on a (mostly) monthly schedule."
cosmos:
path: "cosmos.xml"
name: "Hypha Does Cosmos"
description: "Hypha writes about our work in the Cosmos ecosystem"
activity_pub:
url: "https://social.dp.chanterelle.xyz"
username: "dripline"
icons:
- "assets/images/hypha-social.png"
images:
- "assets/images/social-banner.png"
published: 2024-01-01 11:11:11
updated: 2024-10-24 12:30:00
include: [.well-known]