-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
38 lines (31 loc) · 934 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
36
37
38
# Site settings
title: Great Practical Ideas in CS
email: scs-gpi2021@lists.andrew.cmu.edu
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: "/~07131/f21"
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
gems:
- jekyll-redirect-from
# 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