-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
83 lines (75 loc) · 2.28 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
73
74
75
76
77
78
79
80
81
82
83
# Site title will be used everywhere
title: Riverscapes Consortium
description: > # this means to ignore newlines until "baseurl:"
Riverscapes Consortium Web Site
# Final root url of the site. No ending slash. No subdirectory
url: http://riverscapes.net
# If the site is in a subdirectory url you should do it like this: "/subdirectory". Otherwise ""
# baseurl: "/TemplateDocs"
# When serving locally what port should we use:
port: 4001
# google_analytics: UA-XXXXXXXXXXX-X
# Markdown style
markdown: kramdown
# Syntax highlighter.
highlighter: rouge
# Choosing "default" layout means we don't need a "layout:default" in all our
# front matter
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
# Files/Folders to exclude from publishing
exclude:
- src
- LICENSE
- README.md
- _config.yml
- package.json
- yarn.lock
- script
- js
- plugins.xsl
- plugins.xml
- TEMPLATE
- Gemfile*
- _drafts
# These are theme settings that will be used to turn features on and off
# They are not part of Jekyll, they are entirely custom.
settings:
# Turn the automatically generated page contents on and off
autoPageContents:
active: true
onHome: false
# Options for the sidebar menu
sideMenu:
homeItem: true
startExpanded: false
# Arbitrary multi-level topbar menu
# IF you don't need this just comment out everything below
# ----------------------------------
topmenu:
- title: "Riverscapes Consortium"
url: http://riverscapes.net
- title: "Tools"
url: https://riverscapes.net/Tools/
- title: "Data"
url: https://data.riverscapes.net
# Redirecting from apps can be tricky so we use a key-value system
# key: must be in the set [A-Za-z0-9_] (no spaces, no dashes)
# url: must be relative url, no leading slash.
#
# The url you have to call is: http://siteurl.com/baseurl/?APPKEY=KEY1
# ---------------------------------------------------------------
# AppRedirects:
# - key: KEY1
# url: ThingsA
# - key: KEY2
# url: ThingsB/subpageB.html
# Here is how we retrieve the remote theme. Changes to this remote theme will show up after you
# push the repo with your /docs folder
remote_theme: Riverscapes/riverscapes-jekyll-theme
plugins:
- jekyll-remote-theme