forked from 18F/18f.gsa.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
47 lines (37 loc) · 812 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
markdown: redcarpet
highlighter: rouge
redcarpet:
syntax_highlighter: rouge
extensions:
- with_toc_data
excerpt_separator: <!-- more -->
exclude:
- node_modules
- deploy
- README.md
- LICENSE.md
- CONTRIBUTING.md
- todo.txt
- vendor
gems: [jekyll-sitemap]
sass:
sass_dir: assets/_sass
permalink: pretty
tag_dir: tags
tag_title_prefix: "#"
# use where a full URL is appropriate (e.g. RSS, OG tags)
url: https://18f.gsa.gov
# metadata
title: 18F Digital Services Delivery
description: "18F builds effective, user-centric digital services focused on the interaction between government and the people and businesses it serves."
# blog archive at /news
paginate: 5
paginate_path: "news/page/:num"
#emoji
gems:
- jemoji
emoji:
src: "/assets/images"
rss_limit: 20
future: false
full_rebuild: true