-
Notifications
You must be signed in to change notification settings - Fork 33
/
_config.yml
44 lines (37 loc) · 935 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
43
44
# Site settings
title: Nodeschool Dallas
description: > # this means to ignore newlines until "baseurl:"
Workshops to learn Node.js and javascript.
baseurl: "/dallas" # the subpath of your site, e.g. /blog/
url: "http://nodeschool.github.io" # the base hostname & protocol for your site
twitter_username: nodeschooldal
# Publish future posts
future: true
# Build settings
markdown: kramdown
# Github Flavored Markdown
kramdown:
input: GFM
hard_wrap: false
include: [
"_sass"
]
libs:
jquery: "lib/jquery-2.2.0.min.js"
moment: "lib/moment-2.11.1.min.js"
bootstrap: "lib/bootstrap-sass-3.3.6/assets"
plugins:
- jekyll-coffeescript
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
-
scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
layout: "page"