forked from Restoration-USU/Ecohydraulics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
94 lines (86 loc) · 2.88 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
84
85
86
87
88
89
90
91
92
93
94
# Site title will be used everywhere
title: Ecohydraulics Class - WATS 6900
description: > # this means to ignore newlines until "baseurl:"
This is the class resource page for Watershed Sciences 6900 - Ecohdraulics graduate class at Utah State University. Nick Bouwes & Joe Wheaton are the instructors.
# Final root url of the site. No ending slash. No subdirectory
url: https://restoration-usu.github.io/Ecohydraulics/
# 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
- TEMPLATE
- Gemfile*
# 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"
childern:
- title: "Model Home"
url: index
- title: "Riverscapes Home"
url: http://riverscapes.xyz
- title: "About Riverscapes"
url: http://riverscapes.xyz/about.html
- title: "Who We Are"
url: http://riverscapes.xyz/who-we-are.html
- title: "News"
url: http://riverscapes.xyz/news.html
- title: "RC Tools"
url: http://riverscapes.xyz/rc-tools.html
- title: "RC Science"
url: http://riverscapes.xyz/rc-science.html
- title: "RC Data"
url: http://riverscapes.xyz/rc-data.html
- title: "RC Help"
url: http://riverscapes.xyz/rc-help.html
# 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