-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
39 lines (32 loc) · 1.07 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
title: Remote Hack
description: >- # this means to ignore newlines until "baseurl:"
A free, fully-remote hackday that happens on the last Saturday of every month.
It's very informal and emphasises chill-hacks-ing over actually producing anything
that fully works (though if you wanna aim for that, that's cool too!)
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://remotehack.space" # the base hostname & protocol for your site, e.g. http://example.com
discord_invite_url: https://discord.gg/wNq8uVvQT3
# Build settings
plugins:
- jekyll-redirect-from
- jekyll-sitemap
timezone: Europe/London
# To ensure that events in the future generate their html pages
future: true
collections:
hacks:
output: true
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
layout: "default"
show_title: true
- scope:
path: "" # an empty string here means all files in the project
type: "hacks"
values:
layout: "hack"
show_title: false
upcoming: false