forked from jez/branching-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
35 lines (29 loc) · 855 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
26
27
28
29
30
31
32
33
34
35
# Site settings
title: Great Practical Ideas in CS
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Great Practical Ideas (GPI) is a course for first-year CS students at
Carnegie Mellon University. It covers topics relating to basic terminal usage
and general Unix skills, such as file systems and navigation, bash scripting,
Unix text editors (i.e. Vim), Git, Make, LaTeX, and more.
baseurl: "/~15131/f15"
url: "https://www.cs.cmu.edu/" # the base hostname & protocol for your site
twitter_username:
github_username:
exclude:
- README.md
- LICENSE
- Gemfile.lock
- Gemfile
- Makefile
# Build settings
markdown: kramdown
highlight: pygments
sass:
sass_dir: _sass
style: compressed
kramdown:
parse_block_html: true
toc_levels: 1..2
jquery_version: 2.1.1
semantic_version: 1.6.2