-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (37 loc) · 893 Bytes
/
_config.yml
File metadata and controls
41 lines (37 loc) · 893 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
36
37
38
39
40
41
url: "" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: "Utah Center for Data Science" # the name of your site, e.g. ACME Corp.
encoding: utf-8
# Disable the default primer theme from github-pages
theme: null
collections:
programs:
output: false
members:
output: false
defaults:
-
scope:
path: ""
values:
layout: single
header:
background-image: /assets/img/header-background/zion-shorter.jpg
-
scope:
path: ""
type: posts
values:
layout: post
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- README.md
- Gemfile
- Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/