-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
26 lines (22 loc) · 900 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
title: "Tracking convective storms in climate data"
author: "Tracking convective storms in climate data"
description: "Storm tracking community"
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
# Layout
show_excerpts: false # show article excerpts on the home page
show_frame: true # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header
minimal: true # use a dark header
# Menu
navigation: # accepts {file, title, url, icon, sidebaricon}
- {file: "index.html", title: "Home"}
- {file: "trackers.md", title: "Tracking algorithms"}
- {file: "idealized_cases.md", title: "Idealized cases"}
- {file: "datasets.md", title: "MCS datasets"}
external:
- {title: Github, icon: github, url: "https://github.com/storm-tracking"}
plugins:
- jekyll-feed