scopesessions.org/_site
2025-12-22 14:38:43 +02:00
..
about upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
artists upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
assets added #80, updated sponsor logos in footer 2019-01-29 13:41:15 +01:00
bower_components #86 2019-09-30 10:44:43 +02:00
call-for-talks upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
css supporting spektrum and specials 2017-03-04 22:02:51 +01:00
event-special/2012/06/01 upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
images upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
join-our-team upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
js outsourced video related JS, fixed CSS things, added visualberlinFestival videos 2017-01-27 11:29:45 +01:00
newsletter_content #89 2020-02-01 14:23:20 +01:00
session upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
special upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
spektrum upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
video upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
video_fullscreen upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
bower.json added missing vimeo urls to existing talks 2017-01-22 18:36:33 +01:00
deploy.sh #89 2020-02-01 14:23:20 +01:00
feed.json #89 2020-02-01 14:23:20 +01:00
feed.xml upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
index.html upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
README.md upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00

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