-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·40 lines (35 loc) · 1.19 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
32
33
34
35
36
37
38
39
# These settings are meant to apply changes across the whole site. Some more
# hidden settings have also been brought up to this level to make the site
# easier to administer.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: UF Data Science and Informatics
email: [email protected]
description: > # the greater-than means to ignore newlines until "baseurl:"
The UF Data Science and Informatics Student Organization
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://dsiufl.github.io" # the base hostname & protocol for your site
twitter_username: dsiufl
github_username: dsiufl
carousel_interval: 10000
# Semesters is used on the About page to build a list of the officers for each
# semester. Keep this current and in reverse chronological order.
about_semesters:
- "2016 Fall Senior"
- "2016 Fall Junior"
- "2016 Spring"
- "2015 Fall"
- "2015 Spring"
# Build settings
markdown: kramdown
# Collections
collections:
members:
output: true
permalink: /members/:path/
gallery:
workshops:
output: true
permalink: /workshops/:path/