forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
31 lines (24 loc) · 1.09 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
title: "ARSC 5040 Qualitative Data Tools"
author: "Jordan Wrigley and Nickoal Eichmann-Kalwara"
description: "University of Colorado Boulder"
permalink: /home.md/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
# Layout
show_excerpts: true # show article excerpts on the home page
show_frame: true # adds a gray frame to the site
show_sidebar: true # show a sidebar instead of the usual header
minimal: false # use a dark header
# Menu
navigation: # accepts {file, title, url, icon, sidebaricon}
- {title: "Home", file: "home.md", icon: none}
- {title: "Course Schedule", file: "modules.md", icon: none}
- {title: "Final Project", file: "finalproject.md", icon: none}
external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: Email Us, icon: envelope, url: "mailto:[email protected];[email protected]"}
comments:
# disqus_shortname: "" # see https://disqus.com/
# isso_domain: "" # see https://posativ.org/isso/
plugins:
- jekyll-feed