forked from hugoferreira/papyrus-theme
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
48 lines (43 loc) · 1.04 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
40
41
42
43
44
45
46
47
48
title : 125 Summer of Side Projects
name: '125 Summer of Side Projects'
description: '8 weeks of semi-guided side projects by CS 125 folks.'
markdown: kramdown
highlighter: rouge
javascript_enabled: true
featured_posts_title: Links
featured_posts:
- url: '/ideas'
title: 'Advice on Ideas'
- url: '/workflow'
title: 'Advice on Workflow'
- url: /productive
title: 'Advice on being Productive'
- url: 'https://forms.gle/UCkgCZvnzHjQwjQM8'
title: Idea Form (by Wednesday Midnight)
- url: 'https://forms.gle/SdnQBowR7c8AuYeH8'
title: Project Submission Form (by Monday Midnight)
- url: 'https://forum.125summer.tech/'
title: 'Forum'
collections:
news:
title: Info, Tutorials, and Advice
default_open: false
output: true
posts:
title: Workshops
default_open: true
output: true
defaults:
- scope:
type: posts
values:
title: Essays
permalink: /:title
- scope:
type: news
values:
title: News
permalink: /:title
plugins:
- jekyll-sitemap
- jekyll-toc