-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path_config.yml
More file actions
57 lines (48 loc) · 1.15 KB
/
_config.yml
File metadata and controls
57 lines (48 loc) · 1.15 KB
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
# Site settings
title : Code For Fort Collins
url : "http://codeforfoco.org"
baseurl : ""
copyright : "2019"
email : people@codeforfoco.org
github_username : codeforfoco
description: > # this means to ignore newlines until next yaml item
Code for Fort Collins is a volunteer organization dedicated to using technology
to solve challenges that charities, government agencies, and other
groups in Fort Collins face.
# Reading files
encoding: "utf-8"
markdown_ext: "md"
# Conversion
markdown: kramdown
highlighter: rouge
# Markdown processing
kramdown:
input: GFM
# Sass/SCSS
sass:
sass_dir: _sass
style: nested
# style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.htm
collections:
roles:
output: true
permalink: /:collection/:name/
projects:
output: true
permalink: /:collection/:name/
# Outputting
permalink: pretty
# Plugins
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
- jekyll-autoprefixer
- jekyll-redirect-from
# mimic GitHub Pages with --safe
whitelist:
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
# Serving
port : 8080