-
Notifications
You must be signed in to change notification settings - Fork 55
/
_config.yml
58 lines (54 loc) · 1.2 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
# Site settings
title: Python-Sprints
email: py.sprints@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Python Sprints is a website to promote sprints in the Python community
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://python-sprints.github.io/" # the base hostname & protocol for your site
twitter_username: PythonSprints
github_username: python-sprints
# Build settings
include: ['_pages']
sass:
sass_dir: _sass
kramdown:
input: GFM
include: ["_test.html", "_static", "pandas/guide/_static", "_pages"]
exclude:
- Gemfile
- Gemfile.lock
- static/images/sources/
- _pages/02_get_started.html
- DOCS/
future: true
timezone: Europe/London
collections:
sponsors:
output: false
chapters:
output: true
projects:
output: false
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
is_post: true
-
scope:
path: ""
type: "chapters"
values:
layout: "chapter"
is_chapter: true
-
scope:
path: ""
type: "pages"
values:
layout: "default"
# command to run build locally:
# bundle exec jekyll serve --host 0.0.0.0 --config _config.yml,_config_dev.yml