forked from newtheatre/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
86 lines (78 loc) · 1.72 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
# Site settings
title: The Nottingham New Theatre
email: [email protected]
twitter: thenewtheatre
facebook: thenottinghamnewtheatre
instagram: nottinghamnewtheatre
uonsu: "https://www.su.nottingham.ac.uk/student-media-groups/newtheatre/"
baseurl: "" # the subpath of your site, e.g. /blog/
repository: newtheatre/website
url: "https://newtheatre.org.uk" # the base hostname & protocol for your site
description: "The Nottingham New Theatre is England's only fully student-run theatre producing over 30 productions annually across two venues."
ntbot_endpoint: "https://ntbot.flatcar.xyz/post_issue" # For issue posting
ticket_baseurl: "https://ticketing.newtheatre.org.uk"
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-coffeescript
- jekyll-jsminify
- jekyll-github-metadata
exclude:
- bower.json
- CNAME.staging
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- node_modules
- package.json
- Rakefile
- README.md
- robots.txt.staging
- vendor
sass:
sass_dir: _scss
lib:
js:
- lib/jquery/dist/jquery.js
- lib/underscore/underscore.js
- lib/mousetrap/mousetrap.min.js
- lib/lunr.js/lunr.min.js
collections:
content:
output: true
permalink: /:path/
defaults:
# Defaults for pages
- scope:
type: content
values:
layout: default
# Config for the prose editor
prose:
ignore:
- .bowerrc
- .gitignore
- .github
- _bin
- _coffee
- _config.yml
- _includes
- _layouts
- _plugins
- _sass
- _site
- bower.json
- css
- feeds
- Gemfile
- Gemfile.lock
- js
- lib
- package.json
- robots.txt
siteurl: "https://newtheatre.org.uk"
media: "images"
# metadata: