88# For technical reasons, this file is *NOT* reloaded automatically when you use
99# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
1010#
11- # If you need help with YAML syntax, here are some quick references for you:
11+ # If you need help with YAML syntax, here are some quick references for you:
1212# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
1313# https://learnxinyminutes.com/docs/yaml/
1414#
2121title : Scaling Intelligence Lab at Stanford University
2222email : azalia@stanford.edu
2323description : >- # this means to ignore newlines until "baseurl:"
24-
24+
2525baseurl : " " # the subpath of your site, e.g. /blog
26- url : " https://scalingintelligence.github.io/ " # the base hostname & protocol for your site, e.g. http://example.com
26+ url : " https://scalingintelligence.stanford.edu " # the base hostname & protocol for your site, e.g. http://example.com
2727logo : /imgs/logo.png
28- twitter :
29- username : scaly_lab
28+ twitter :
29+ username : scaling_intelligence_lab
3030 card : summary
31- twitter_username : scaly_lab
32- github_username : scaly_lab
31+ twitter_username : scaling_intelligence_lab
32+ github_username : scaling_intelligence_lab
3333
3434collections :
3535 pubs :
@@ -40,35 +40,33 @@ collections:
4040 permalink : /blogs/:slug/index.html
4141
4242defaults :
43- -
44- scope :
43+ - scope :
4544 path : " "
4645 type : blogs
4746 values :
4847 layout : blog
4948 stub : true
5049 type : paper
51- -
52- scope :
50+ - scope :
5351 path : " "
5452 type : pubs
5553 values :
5654 layout : pub
5755 stub : true
5856 type : paper
5957
60-
6158# Build settings
6259sass :
6360 style : compressed
6461plugins :
6562 - jekyll-seo-tag
6663 - jekyll-scholar
64+ - jekyll-sitemap
6765
6866# For latex support
6967markdown : kramdown
7068
71- # Dates are used to sort publications, and we will likely upload
69+ # Dates are used to sort publications, and we will likely upload
7270# publications before their conferences occur.
7371future : true
7472
0 commit comments