-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (31 loc) · 824 Bytes
/
_config.yml
File metadata and controls
38 lines (31 loc) · 824 Bytes
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
# Site settings
title: Peeriod
subtitle: Bleeding Edge File Sharing
email: info@peeriodproject.org
description: "Peeriod is an open source project which makes privacy protected peer-to-peer file sharing available to the masses."
baseurl: /
url: https://peeriodproject.github.io
homeTooltipLabel: "Go home Peeriod, you're drunk."
# https://github.com/sunlightlabs/congress/commit/6426761a671d46df6fc5d2526bdaf506c39d789c
enforce_ssl: peeriodproject.github.io
collections:
- features
- developers
- downloads
footerPages:
- contact.md
- resources.md
- donate.md
piwikUrl: https://ssl.webpack.de/tracker.peeriodproject.org
piwikSiteId: 1
# Build settings
markdown: kramdown
permalink: pretty
exclude:
- bower_components
- bower.json
- Gruntfile.js
- node_modules
- package.json
sass:
style: compressed