Releases: gdg-x/zeppelin
Releases · gdg-x/zeppelin
v.0.5.2
v0.5.1
- Easier installation of dependencies for local depelopment;
- Fixed typed text in hero section;
- Updated css/js libraries:
- sticky-kit to v1.1.1
- Waves to v0.6.0
- Bootstrap-sass to v3.3.3
v0.5
- Compressed html file. File sizes reduced on average by 40%
- To make Jekyll watch your
Sass
files and compiles them intomain.css
change propertysafe: true
tosafe: 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
andvideo
property to sessions insessions.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
v0.4
- Added hackathon page
- Performance optimization
- You can change top-section's color or image of pages simply by adding, for example,
image: blog.jpg
orcolor: "#00bcd4"
into page setup - Ability to set width of some partner's/organizer's logos by adding
width
property to appropriate element intopartners.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
v0.2
- 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