forked from clauderox/technology-modernization-fund
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (35 loc) · 807 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
# markdown
markdown: kramdown
kramdown:
extensions: ["superscript","tables","with_toc_data","strikethrough","smart"]
highlighter: rouge
plugins:
- jemoji
- jekyll-redirect-from
include: ["_pages"]
exclude:
- ".ruby-version"
- ".jekyll-metadata"
- ".gitignore"
- ".travis.yml"
- todo.txt
- resources
- Gemfile
- Gemfile.lock
- Makefile
- vendor
- README.md
- CONTRIBUTING.md
- LICENSE.md
# Site metadata
name: "The Technology Modernization Fund"
description: "A new funding model for Federal technology modernization projects"
baseurl: ""
# Google Analytics
google_analytics: UA-120729807-1
# Uncomment the following line for localhost development at http://127.0.0.1:4000/software/
# baseurl: /software
# GitHub information
org_name: gsa
repo_name: technology-modernization-fund
branch: master