Langmuir Project Page
Upstream
- The website is based on the SinglePaged jekyll theme.
- https://github.com/t413/SinglePaged
Add
git remote remove upstream
git remote add upstream git@github.com:t413/SinglePaged.git
Update
git fetch upstream publish
git merge upstream/publish master
Jekyll
- The website uses jekyll, a ruby based static site generator.
- http://jekyllrb.com/
Install
- It is useful to have jekyll installed locally to preview changes before pushing them.
# Ubuntu
sudo apt-get install ruby
sudo gem install bundler
# Gemfile needed
cd ./path/to/LangmuirSim.github.io
bundle install
Update
bundle update
Preview
bundle exec jekyll serve