-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
25 lines (19 loc) · 845 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
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}
baseurl: "/" # the subpath of your site, replace with the name of the github repository where you will host your site
url: "" # the base hostname & protocol for your site, e.g. http://github-username.io
title: MIP 652 Geographic Information Systems
date: Fall 2020
externallink: #can include an external url here
description: >- # this means to ignore newlines until "baseurl:"
# Build settings - no need to change these
markdown: kramdown
kramdown:
parse_block_html: true
theme: minima
plugins:
- jekyll-feed
include: ['_projects']