No description
Find a file
2025-12-22 14:38:43 +02:00
_includes added #80, updated sponsor logos in footer 2019-01-29 13:41:15 +01:00
_layouts upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
_plugins upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
_posts #89 2020-02-01 14:23:20 +01:00
_sass First commit 2014-11-30 23:17:02 +01:00
_site 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
css supporting spektrum and specials 2017-03-04 22:02:51 +01:00
images 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
.gitignore upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
1_callfortalks.html making upcoming session more visible 2015-09-01 21:52:43 +02:00
2_artists.html upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
3_about.html removed Aude 2019-10-08 10:48:55 +02:00
4_newsletter_content.html Fixed encoding issues with newsletter generation 2015-06-05 09:05:39 +02:00
5_spektrum.html upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
6_video.html upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
7_video_no_header_or_footer.html upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
8_join_our_team.html added join our team page 2018-01-12 14:29:14 +01:00
_config.yml fix 2018-12-05 13:36:50 +01:00
bower.json install bower component 'isotope' 2017-01-21 11:05:32 +01:00
deploy.sh #89 2020-02-01 14:23:20 +01:00
feed.json added topics to feed.json 2017-01-06 13:10:23 +01:00
feed.xml Fixed front matter 2015-02-13 18:17:53 +01:00
Gemfile upgraded jekyll and bundle 2025-12-22 14:38:43 +02:00
Gemfile.lock 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