scopesessions.org/_site/README.md
2025-12-22 14:38:43 +02:00

687 B

Scopesessions website

scopesessions.org

Development

git clone https://bitbucket.org/acorbi/scopesessions.org.git
  • Install dependencies
gem install bundler
bundle install
  • Serve files
bundle exec jekyll serve
# Serve starts a small webserver with your site on http://localhost:4000 for testing
  • Build files
bundle exec 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