Skip to content

Commit 9c3f69d

Browse files
committed
readme update
1 parent 141038b commit 9c3f69d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is the codebase for the Stanford Robotics Seminar website. Most things shou
1010
- Update the following options in `_config.yml` as needed: `displayed-quarters`,`archived-quarters`,`current-syllabus`
1111

1212
## Adding a talk
13-
To add a talk, just add a new file ending in `.md` in the folder `_talks`. Look at other files for an example, but the new talk should have the following fields:
13+
To add a talk, just add a new file ending in `.md` in the folder `_talks`. Look at other files for an example, but the new talk should have the following fields:
1414

1515
---
1616
speaker: First Last
@@ -22,7 +22,7 @@ To add a talk, just add a new file ending in `.md` in the folder `_talks`. Look
2222
title: "Talk: Title"
2323
abstract: "The abstract goes here"
2424
---
25-
25+
2626
Make sure that fileds containing special characters like ":" are inside quotations like in the example above. The date is in YYYY-MM-DDTHH:MM::SS-0800 format (the last part is the time and -0800 corresponds to the PST time zone).
2727

2828
## Quarters
@@ -38,10 +38,13 @@ You can update the syllabus by droping the pdf in `assets/doc/Your_Syllabus.pdf`
3838
The whole website was developed using [Jekyl](https://jekyllrb.com/) with the default *minima* theme. Follow the instructions on the Jekyll website to develop more. You can run the website locally by cloning this repo, installing Jekyll and Bundler
3939

4040
gem install jekyll bundler
41-
41+
4242
and then compiling it
4343

4444
bundle exec jekyll serve
45-
45+
4646
## Hosting
47-
To Do
47+
TO DO
48+
49+
## Old Website
50+
The old website can be found [here](https://github.com/StanfordASL/robotics_seminar_archive)

0 commit comments

Comments
 (0)