-
Notifications
You must be signed in to change notification settings - Fork 68
/
_config.yml
50 lines (44 loc) · 977 Bytes
/
_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
# Site settings
title: Chadev
description: "A community for Chattanooga Developers"
url: http://chadev.github.io
# Links to include in header/footer
links:
- title: Devs
url: /devs
- title: Groups
url: /groups
- title: Events
url: /events
- title: Code of Conduct
url: /coc
- title: Jobs
url: http://jobs.chadev.com
- title: Slack
url: https://join.slack.com/t/chadev/shared_invite/enQtNjc3NjAyODQyODk2LTdkZjA3ZjE5MDY1YTkzNmM4OWM4ZWVmZTY2ZTFjMTljMzIyMjQ1MTlhNGIzOWViMGUyYmMxZjM1YWE4ZTVkNjU
# Custom collection settings
collections:
groups:
output: false
devs:
output: false
# Build settings
markdown: kramdown
permalink: pretty
highlights: false
exclude:
- bower_components
- node_modules
- bower.json
- bower.json
- gulpfile.js
- package.json
sass:
sass_dir: assets/sass
style: :compressed
# Gravatar vars
gravatar_sizes:
devs: 300
groups: 300
plugins:
- jekyll-redirect-from