-
Notifications
You must be signed in to change notification settings - Fork 35
/
_config.yml
63 lines (55 loc) · 1.3 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
# Site settings
title: NIEM GitHub
incremental: true
repository: NIEM/niem.github.io
plugins:
- jekyll-mentions
- jekyll-redirect-from
exclude:
- "*/aspell-exceptions.txt"
- "*/Makefile"
- "*.dot"
- "*.dot.m4"
- "*/dot_macros.m4"
- "*/tmp.*"
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- json/differences/
- json/guidance/aux
- json/guidance/tmp
- json/outline
- json/primer
- Makefile
- normative-rules-guidance/country-codes/schema.png
- README.md
- run
- vendor/Font-Awesome/README.md
- vendor/Font-Awesome/src
- vendor/bootstrap/docs
- vendor/bootstrap/README.md
- vendor/bootstrap/test-infra/README.md
- vendor/bootstrap-sass/README.md
- vendor/bootstrap-sass/CHANGELOG.md
- vendor/cache/ruby/
# Site data
submit_feedback_link: https://github.com/NIEM/NIEM.github.io/issues
niem_comments_link: mailto:niem-comments@lists.gatech.edu
# Append the rendered HTML page description for /reference/concepts pages
concepts-description: See modeling tips, NDR rules, and examples in NIEM XML and JSON.
# Processing settings
markdown: kramdown
highlighter: rouge
excerpt_separator: <!--more-->
kramdown:
input: GFM
syntax_highlighter: rouge
# Defaults
defaults:
-
scope:
path: ""
type: "pages"
values:
category: content
layout: "page"