-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (40 loc) · 1.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
# This file defines some parameters that will affect the live site as a whole.
title: HackGT Live
description: >- # >- means ignore newlines until "baseurl:"
The base HackGT live site
baseurl: "" # the base subpath of this site; that is, if your pages have a constant prefix, like /live, add that here
url: https://live-site.dev.hack.gt # Your site's domain, e.g. everything up and including to the .com
# Social media links are defined in _data/social_media.yaml
form_id: 1FAIpQLSdP3yiCMb4sSztn32tdwtDiZXud0vJNbUql-LD8au6noNTRqA # This is the form ID contained in the view URL of the site feedback form in the footer
feedback: Give our site feedback!
enableOneSignal: false
oneSignalAppId: 571e8f76-1234-41fe-a5fb-c8abb8dac211
# Hi! There's a lot of interesting stuff under me, but if you touch it, you might break something! Please don't edit anything below this line unless you know what you're doing!
collections:
event_pages:
output: true
permalink: /:path/
blocks:
output: false
defaults:
-
scope:
path: "_event_pages"
values:
priority: 1
# Build settings
markdown: kramdown
theme: minima
exclude:
- Gemfile
- Gemfile.lock
- README.md
- .bundle
- vendor
- Dockerfile
- .dockerignore
- .gitignore
- docker_resources
- deployment.yaml
- precheck.rb
- LICENSE