716 B
716 B
Scopesessions website
scopesessions.org
- Built with Jekyll
- 1.0.0
- Learn Markdown
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
- Contact a.corbi@gmail.com