-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (34 loc) · 1.36 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
title: "Neighborhood Change Project"
author: "Blog Author"
description: "Really cool blog about ..."
# Jekyll settings
permalink: /:title/ # see https://jekyllrb.com/docs/permalinks/
paginate: 2 # number of articles per page, remove to disable pagination
excerpt_separator: "\n\n\n" # indicates the end of the excerpt by two blank lines
# Theme settings
show_excerpts: false # show article previews on the home page instead of headlines
date_format: "%B %d, %Y" # see http://shopify.github.io/liquid/filters/date/
dark_theme: false # enables dark mode
dark_header: true # uses dark header whether dark_theme is enabled or not
minimal_theme: false # radically minimalistic theme
navigation: # show navigation links in the header
- index.md
- fed-programs.md
- outcomes.md
- lit-review.md
- data.md
- models.md
- skills.md
- about.md
# show icons in the header, for all possible icons see http://fontawesome.io/icons/
icons:
github: "https://github.com/DS4PS/nhood-change-project/edit/main/"
comments: # embed disqus or isso comments
# disqus: "disqus-contrast"
# isso: "comments.mysite.org"
remote_theme: niklasbuschmann/contrast
plugins:
- jekyll-remote-theme
- jekyll-feed
- jekyll-paginate
- jekyll-default-layout