forked from Riverscapes/riverscapes-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
72 lines (65 loc) · 1.82 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 title will be used everywhere
# DON'T USE THIS YML FILE IN YOUR SITE. IT'S FOR TESTING ONLY
title: SITE TITLE HERE
description: > # this means to ignore newlines until "baseurl:"
Online help and documentation site for the site
port: 4002
google_analytics: UA-XXXXXXXXXXX-X
# Markdown style
markdown: kramdown
# Syntax highlighter.
highlighter: rouge
# 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
- node_modules
- yarn.lock
- script
- js
- TEMPLATE
- docs
# 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.xyz
- title: "Tools"
url: https://riverscapes.xyz/Tools/
- title: "Data"
url: https://data.riverscapes.xyz
- title: "Maps"
url: https://maps.riverscapes.xyz
# 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