File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
14
14
# You can create any custom variable you would like, and they will be accessible
15
15
# 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
22
22
exclude : ["Gemfile", "Gemfile.lock", "LICENSE"]
23
23
24
24
# Theme settings
@@ -28,10 +28,10 @@ search_enabled: true
28
28
heading_anchors : true
29
29
permalink : pretty
30
30
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 '
35
35
footer_content :
36
36
37
37
# Collections for website data
You can’t perform that action at this time.
0 commit comments