forked from NIEM/NIEM.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
72 lines (62 loc) · 1.49 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
# Site settings
title: NIEM
# Start with excludes that are as general as is reasonable, and we can make them
# more specific when things don't get exported
# keep this listed sorted alphabetically
exclude:
- /run
- /Makefile
- /CONTRIBUTING.md
- README.md
- Gemfile
- Gemfile.lock
- vendor/Font-Awesome/src
- vendor/bootstrap/docs
- vendor/cache/ruby/2.4.0/gems/
- "*/aspell-exceptions.txt"
- "*/Makefile"
- "*.dot"
- "*.dot.m4"
- "*/dot_macros.m4"
- normative-rules-guidance/country-codes/schema.png
- json/guidance/aux
- json/guidance/tmp
- json/outline
- site-tools
- "*/tmp.*"
plugins:
- jekyll-mentions
- jekyll-redirect-from
repository: NIEM/niem.github.io
excerpt_separator: <!--more-->
# Uncomment this to view as a forked repo (e.g., http://$user.github.io/NIEM.github.io/).
# baseurl should NOT be set on the master branch.
# baseurl: "NIEM.github.io"
# Site data
superhero_iepd_path: https://github.com/NIEM/Developer-Network-IEPD-Series--SuperHero
submit_feedback_link: https://github.com/NIEM/NIEM.github.io/issues
niem_comments_link: mailto:[email protected]
# Build settings
markdown: kramdown
highlighter: rouge
incremental: true
kramdown:
input: GFM
syntax_highlighter: rouge
# syntax_highlighter_opts:
# block:
# line_numbers: true
# start_line: 1
# Defaults
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "pages"
values:
layout: "page"