-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (29 loc) · 762 Bytes
/
_config.yml
File metadata and controls
35 lines (29 loc) · 762 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
# Site settings
name: Sintel
title: Sintel
email: sintel@mit.edu
description: > # this means to ignore newlines until "baseurl:"
Sintel
# baseurl: # the subpath of your site, e.g. /blog/
# sintel-dev.github.io
# url: "https://sintel-dev.github.io" # the base hostname & protocol for your site
# url: "http://localhost:3000" # the base hostname & protocol for your site
url: "https://sintel.dev" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll
permalink: pretty
# Build settings
markdown: kramdown
exclude:
- package.json
- package-lock.json
- node_modules
- gulpfile.js
- README.md
- .jekyll-cache
- bootstrap-vars.scss
- vendor
keep_files:
- _site/css
- _site/js
include: ['_pages']