forked from devanooga/devanooga.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (42 loc) · 1.04 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
# Site settings
title: devanooga
tagline: "An online community of tech enthusiasts in and around Chattanooga, Tennessee."
description: "An online community of tech enthusiasts in and around Chattanooga, Tennessee."
url: "https://devanooga.com"
github_username: devanooga
logo: /images/devanooga_logo_red.png
pagination: 5
excerpt_separator: "<!--excerpt-->"
# Tag-related settings
tags_dir: /blog/tags
tag_title_prefix: "Posts tagged “"
tag_title_suffix: "”"
# Build settings
markdown: kramdown
include: ['_pages','_posts']
exclude:
- bin
- design_files
- test
- Rakefile
- readme.md
- vendor
# Default permalink for _posts
permalink: /blog/:year/:month/:day/:title
collections:
members:
output: false
relative_directory: ./_collections/members
projects:
output: false
relative_directory: ./_collections/projects
twitter:
username: devanooga
social:
name: devanooga
links:
- https://twitter.com/devanooga
- https://github.com/devanooga
- https://www.reddit.com/r/devanooga/
sass:
style: compressed