-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·22 lines (16 loc) · 878 Bytes
/
_config.yml
File metadata and controls
executable file
·22 lines (16 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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: "/template_site" # 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: Course Title
author: Professor's Names
externallink: columbia.edu #can include an external url here
description: >- # this means to ignore newlines until "baseurl:"
You can add a description of your course or project here. It should be about this long or shorter.
# Build settings - no need to change these
theme: minima
plugins:
- jekyll-feed