forked from acm-uiuc/sosp23
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (43 loc) · 999 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
39
40
41
42
43
44
45
46
47
48
title : SOSP23
name: 'Summer of Side Projects 2023'
description: '4 weeks of fun python workshops and guided side projects'
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://forum.sosp22.com/'
title: 'Forum'
- url: 'Will update :)'
title: Idea Form (by Wednesday Midnight)
- url: 'Will update :)'
title: Project Submission Form (by Monday Midnight)
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