forked from jez/crashcourse-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
63 lines (51 loc) · 1.19 KB
/
_config.yml
File metadata and controls
63 lines (51 loc) · 1.19 KB
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
# Site settings
title: CrashCourse | TartanHacks
email: info@scottylabs.org
description: >
A collection of talks and workshops designed to help you make the most of
TartanHacks. Topics range from web programming, to game design, to mobile
apps, and more.
baseurl: "/crashcourse"
url: "https://tartanhacks.com"
exclude:
- README.md
- LICENSE
- Gemfile.lock
- Gemfile
gems:
- jekyll-redirect-from
#whitelist:
# - jekyll-redirect-from
# Build settings
markdown: redcarpet
highlight: pygments
sass:
sass_dir: _sass
style: compressed
redcarpet:
extensions:
- smart
- tables
- with_toc_data
permalink: pretty
# custom configuration
registration_link: https://docs.google.com/forms/d/1P1nx3w_mQ0uVoZ3WrGGjUcVVyVWElKhNncAxcKMQ6us/viewform
# The order that pages should be displayed int the menu bar
# NOTE: These links hard-code the value of site.baseurl!
nav_pages:
- title: basics
- title: register
url: '/crashcourse/#how-do-i-attend'
- title: schedule
url: '/crashcourse/#schedule'
- title: TartanHacks
url: http://tartanhacks.com
collections:
talks:
output: true
defaults:
- scope:
path: ""
type: talks
values:
layout: talk