Skip to content

Commit c31f720

Browse files
committed
update config.yml
1 parent 370f971 commit c31f720

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

_config.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
16-
title: Just the Class
17-
tagline: A Jekyll template for course websites
18-
description: A modern, highly customizable, responsive Jekyll template for course websites
19-
author: Kevin Lin
20-
baseurl: '/just-the-class' # the subpath of your site, e.g. /blog
21-
url: 'https://kevinl.info' # the base hostname & protocol for your site, e.g. http://example.com
16+
title: SIG ICPC @ UIUC
17+
tagline: a very cool website for sig icpc
18+
description: we're so cool omg
19+
author: SIG ICPC
20+
baseurl: '/' # the subpath of your site, e.g. /blog
21+
url: 'https://icpc.cs.illinois.edu' # the base hostname & protocol for your site, e.g. http://example.com
2222
exclude: ["Gemfile", "Gemfile.lock", "LICENSE"]
2323

2424
# Theme settings
@@ -28,10 +28,10 @@ search_enabled: true
2828
heading_anchors: true
2929
permalink: pretty
3030
aux_links:
31-
Kevin Lin:
32-
- 'https://kevinl.info'
33-
Just the Class on GitHub:
34-
- 'https://github.com/kevinlin1/just-the-class'
31+
notes:
32+
- 'https://github.com/acm-uiuc/icpc-notes'
33+
src:
34+
- 'https://github.com/acm-uiuc/icpc-web'
3535
footer_content:
3636

3737
# Collections for website data

0 commit comments

Comments
 (0)