Skip to content

Releases: gdg-x/zeppelin

v.0.5.2

09 Mar 21:06
Compare
Choose a tag to compare
  • Fixed modal background
  • Pull Request #59
  • Pull Request #61
  • Pull Request #62
  • Pull Request #63
  • Pull Request #64

Big thanks to @tasomaniac for contribution.

v0.5.1

20 Feb 22:36
Compare
Choose a tag to compare
  • Easier installation of dependencies for local depelopment;
  • Fixed typed text in hero section;
  • Updated css/js libraries:

v0.5

14 Nov 19:39
Compare
Choose a tag to compare
  • Compressed html file. File sizes reduced on average by 40%
  • To make Jekyll watch your Sass files and compiles them into main.css change property safe: true to safe: false in _config.yml. Note: It works only on local machine, because GitHub runs Jekyll in --save mode
  • Sitemap now generates by jekyll-sitemap. Yeap, GitHub can run some Jekyll plugins
  • Improved performance
  • Embed video and link to presentation into session modals. Just add presentation and video property to sessions in sessions.yml
  • Open session modal by url on schedule page. For example http://gdg-x.github.io/zeppelin/schedule#session-4 where 4 is session's id
  • Waves updated to v0.5.4
  • Sticky-kit updated to v1.1.0

v0.4.1

29 Sep 15:31
Compare
Choose a tag to compare
  • Fixed ribbon url in session-modals bug #26
  • Added webmaster tools verification
  • View-on-map bug fix
  • Sold out tickets label
  • Fixed schema.org speaker's image url

v0.4

01 Sep 11:50
Compare
Choose a tag to compare
  • Added hackathon page
  • Performance optimization
  • You can change top-section's color or image of pages simply by adding, for example, image: blog.jpg or color: "#00bcd4" into page setup
  • Ability to set width of some partner's/organizer's logos by adding width property to appropriate element into partners.yml/organizers.yml file Bug: Different logo sizes in partners #14
  • Added 'View on Google Maps' link in find-way section
  • Grouped images into folders
  • Fixed ribbon on simple columns into tickets sections
  • Fixed displaying of tickets-2 sections on medium screens
  • Fixed slider's next toggle in lily-effect (speakers-list.html)

v0.3

25 Aug 11:06
Compare
Choose a tag to compare
  • New tickets section
  • Twitter stream without yahoo query
  • Updated explore icon animation
  • Merged js plugins into one file
  • Refactored scripts.js
  • Minor style fixes

v0.2

18 Aug 11:47
Compare
Choose a tag to compare
  • Added schedule page: http://gdg-x.github.io/zeppelin/schedule/ . Read documentation
  • Improved knowledge graph support
  • Most of texts are now in _config.yml, so with new updated you don't need to replace text in _includes files, only _config.yml
  • Changed loader with more stable version
  • Waves updated to v0.5.1
  • Improved rockstar speakers generation on page
  • Organizers added to partners block
  • Style fixes