-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.yaml
More file actions
21 lines (21 loc) · 767 Bytes
/
site.yaml
File metadata and controls
21 lines (21 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mode: development # Use "hyde publish -c prod.yaml to have this automatically switch to production
media_root: media # Relative path from content folder.
media_url: /media # URL where the media files are served from.
plugins:
- hyde.ext.plugins.meta.MetaPlugin
- hyde.ext.plugins.auto_extend.AutoExtendPlugin
- hyde.ext.plugins.syntext.SyntextPlugin
- hyde.ext.plugins.textlinks.TextlinksPlugin
context:
data:
site_title: Data Analysis in Matlab Course
author:
name: Dan O'Shea
url: "http://djoshea.com"
google_analytics_id: UA-XXXXX-YY
home_url: index.html
menu:
- title: Home
url: index.html
- title: Landing
url: landing.html