-
Notifications
You must be signed in to change notification settings - Fork 55
/
_config.yml
56 lines (48 loc) · 908 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
48
49
50
51
52
53
54
55
56
title: remoll
description: Simulations for the MOLLER Experiment at Jefferson Lab
baseurl: "/remoll"
github_username: jeffersonlab
# Build settings
theme: minima
# Start from README.md
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-redirect-from
- jekyll-readme-index
- jekyll-titles-from-headings
# Markdown parser
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
header_pages:
- README.Running.md
- geometry/README.md
- macros/README.md
- analysis/README.md
- README.FAQ.md
# Settings
readme_index:
enabled: true
remove_originals: true
with_frontmatter: false
titles_from_headings:
enabled: true
strip_title: true
collections: true
# Exclude from processing
exclude:
- src
- include
- build
- bin
- lib
- share
- logfiles
- rootfiles
- Gemfile
- Gemfile.lock
github: [metadata]