Skip to content
 
 

Latest commit

 

History

104 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Website

Updating site

FIRST, commit changes to the website source in master.

THEN, in the repository root:

git checkout master
cd site
jekyll build
cd ..
git checkout gh-pages
cp -rf site/_site/* .
git add .
git commit . -m "updated site"
git push
git checkout master

Development

Start the server:

jekyll --server
jekyll --server --auto  # recompiles html files after changes

Browse to:

http://0.0.0.0:4000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors