Skip to content

sissyliberation/nlpclass-fall2013

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

Watchers

Forks

Releases

No releases published

Packages

No packages published