-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
42 lines (33 loc) · 932 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
# Permalinks
permalink: /:year-:month-:day/:slug/
# Asset compiling
sass:
style: :compressed
# Site settings
title: Toronto Mesh
email: [email protected]
description: We help communities create better networks with open source and peer-to-peer technologies that promote digital literacy and privacy.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://tomesh.net" # the base hostname & protocol for your site
github_username: tomeshnet
twitter_username: tomeshnet
# Collections
collections:
timeline:
output: false
announcements:
output: false
# Build settings
markdown: kramdown
future: true # for events set in the future to show up
# Excluded folders
exclude: [Gemfile, Gemfile.lock, scripts, vendor]
# Include folders
include: [.well-known]
# Keep files (Dat files)
keep_files: [.dat]
# Events pagination
paginate: 10
paginate_path: "events/page-:num"
# Jekyll gems
plugins: [jekyll-paginate]