Skip to content

Commit 084bf2d

Browse files
committed
2 parents 01c5219 + e32bdb5 commit 084bf2d

File tree

6 files changed

+20
-16
lines changed

6 files changed

+20
-16
lines changed

CNAME

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
scalingintelligence.stanford.edu
2-
www.scalingintelligence.stanford.edu
1+
scalingintelligence.stanford.edu

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ gem 'jekyll-scholar', group: :jekyll_plugins
2020
group :jekyll_plugins do
2121
gem "jekyll-feed", "~> 0.12"
2222
gem "jekyll-seo-tag"
23+
gem "jekyll-sitemap"
2324
end
2425

2526
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ GEM
5656
jekyll (~> 4.0)
5757
jekyll-seo-tag (2.8.0)
5858
jekyll (>= 3.8, < 5.0)
59+
jekyll-sitemap (1.4.0)
60+
jekyll (>= 3.7, < 5.0)
5961
jekyll-watch (2.2.1)
6062
listen (~> 3.0)
6163
kramdown (2.4.0)
@@ -116,6 +118,7 @@ DEPENDENCIES
116118
jekyll-feed (~> 0.12)
117119
jekyll-scholar
118120
jekyll-seo-tag
121+
jekyll-sitemap
119122
nokogiri (~> 1.12)
120123
tzinfo (~> 1.2)
121124
tzinfo-data

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Scaly Intelligence Lab Website
1+
# Scaling Intelligence Lab Website
22

33
## Dev Instructions
44

_config.yml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
#
@@ -21,15 +21,15 @@
2121
title: Scaling Intelligence Lab at Stanford University
2222
email: azalia@stanford.edu
2323
description: >- # this means to ignore newlines until "baseurl:"
24-
24+
2525
baseurl: "" # 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
2727
logo: /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

3434
collections:
3535
pubs:
@@ -40,35 +40,33 @@ collections:
4040
permalink: /blogs/:slug/index.html
4141

4242
defaults:
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
6259
sass:
6360
style: compressed
6461
plugins:
6562
- jekyll-seo-tag
6663
- jekyll-scholar
64+
- jekyll-sitemap
6765

6866
# For latex support
6967
markdown: 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.
7371
future: true
7472

robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
User-agent: *
2+
Allow: /
3+
Sitemap: https://scalingintelligence.stanford.edu/sitemap.xml

0 commit comments

Comments
 (0)