scopesessions.org/README.md
2020-02-09 21:07:27 +01:00

716 B

Scopesessions website

scopesessions.org

Development

git clone https://bitbucket.org/acorbi/scopesessions.org.git
  • Install dependencies
sudo apt-get install jekyll
sudo gem install bundle
sudo bundle install
  • Serve files
jekyll serve
# Serve starts a small webserver with your site on http://localhost:4000 for testing
  • Build files
jekyll build
# Build generates the HTML/JS/CSS into _site/
  • Commit/Push changes to master.
git add --all .
git commit -m "Changed this and that"
git push

Deployment