-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
94 lines (83 loc) · 2.01 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: City of Austin Office of Design & Delivery
email: odd@austintexas.gov
description:
We’re a new office within the City of Austin
that’s dedicated to designing and building services
for residents that grow and adapt with their needs.
baseurl: / # the base hostname & protocol for your site
twitter_username: civiqueso
github_username: cityofaustin
image: /assets/img/home.jpg
medium_url: https://medium.com/civiqueso
zilker_theme: dark
theme: minima
# dark is the default, light will also work.
nav_from_collection:
# Build settings
markdown: kramdown
collections:
projects:
title: Projects
output: false
press:
title: Press mentions
output: false
events:
title: Events
output: false
people:
title: Staff
output: false
jobs:
title: Jobs
output: true
permalink: /join/:path/
defaults:
- scope:
path: ''
type: jobs
values:
layout: 'sidebar-page'
nav_from_collection: 'Jobs'
- scope:
path: ''
type: projects
values:
image_path: '/assets/img/projects/project-tile-placeholder.jpg'
gems:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-redirect-from
- github-pages
# Jekyll SEO Tag
# See https://github.com/jekyll/jekyll-seo-tag
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: assets/stylesheets/
permalink: pretty
exclude:
- node_modules
- gulpfile.js
- Gemfile
- Gemfile.lock
- npm-debug.log
- /screenshots
- /assets/stylesheets/bourbon
- /assets/stylesheets/bourbon-neat
- /assets/uswds/stylesheets
- /assets/uswds/js
- .bundle
- /vendor
- _bourbon
- _bourbon-neat
- _uswds
twitter:
username: civiqueso
logo: /img/dti-fellows-logo.png