-
Notifications
You must be signed in to change notification settings - Fork 33
/
_config.yml
38 lines (32 loc) · 1.13 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
# Site settings
title: PIC16B
subtitle: Python with Applications II
description:
baseurl: "/PIC16B/" # the subpath of your site, e.g. /blog/
url: "http://philchodrow.github.io/PIC16B" # the base hostname & protocol for your site
syllabus: "http://philchodrow.github.io/PIC16B/syllabus/"
materials: "http://philchodrow.github.io/PIC16B/materials/"
resources: "http://philchodrow.github.io/PIC16B/resources/"
schedule: "http://philchodrow.github.io/PIC16B/schedule/"
project: "http://philchodrow.github.io/PIC16B/project/"
assignments: "http://philchodrow.github.io/PIC16B/assignments/"
tips: "http://philchodrow.github.io/PIC16B/tips/"
involved: "http://philchodrow.github.io/PIC16B/involved/"
githubdir: "philchodrow/PIC16B"
essay: "http://philchodrow.github.io/PIC16B/essay/"
# Author/user information
email: [email protected]
twitter_username: philchodrow
github_username: philchodrow
authorurl: "http://www.philchodrow.com"
address: |
Department of Mathematics
UCLA
# Build settings
markdown: kramdown
# Other options
permalink: blog/:year/:month/:title
excerpt_separator: "<!--more-->"
include: ['_images', '_css']
collections:
- days