diff --git a/README.md b/README.md
index 53ba16f..a13099c 100644
--- a/README.md
+++ b/README.md
@@ -30,22 +30,22 @@ Or watch project presentation from [GDG[x] Townhall meeting](http://www.youtube.
## Local development
-Check if you have [all requirments for local environment](http://jekyllrb.com/docs/installation/), install [Jekyll server](http://jekyllrb.com/docs/quickstart/) gem and run this command from project root folder:
+Check if you have [all requirments for local environment](http://jekyllrb.com/docs/installation/), install [Jekyll server](http://jekyllrb.com/docs/quickstart/) gem.
+Install GitHub pages
+```bash
+ gem install github-pages
+```
+Run this command from project root folder:
```bash
jekyll serve -w
```
-Site will be available at http://127.0.0.1:4000/zeppelin/
+Site will be available at http://127.0.0.1:4000/zeppelin/ or http://localhost:4000/zeppelin/ (on Windows)
**NOTE:** in this mode all changes to html and data files will be automatically regenerated, but after changing ```_config.yml``` you have to restart server.
-### Sass support
-Install Sass. Ruby uses Gems to manage its various packages of code like Sass. In your open terminal window type:
-```bash
- gem install sass
-```
-
-Also you need to install the latest version of [Compass](http://compass-style.org/) with command
+### Sass(Compass) support
+Install the latest version of [Compass](http://compass-style.org/). Ruby uses Gems to manage its various packages of code like Sass. In your open terminal window type:
```bash
gem install compass --pre
```
@@ -60,10 +60,10 @@ And for prefixing css3 properties use [Autoprefixer](https://github.com/ai/autop
gem install autoprefixer-rails
```
-To watch changes in `.sass` files and compile it to the `.css` on a fly, run this command from `\_sass\` folder
-```bash
- compass watch -c config.rb -e production
-```
+**Note:** Also you need to install [Node.js](http://nodejs.org/download/)
+
+To watch changes of `.sass` files and compile it to the `.css` on a fly change property `safe: true` to `safe: false` in `_config.yml`.
+**Note: It works only on local machine, because GitHub runs Jekyll in `--save` [mode](https://help.github.com/articles/using-jekyll-with-pages/#configuration-overrides)**
Learn more about Sass development from [documentation](https://github.com/gdg-x/zeppelin/wiki/Sass-development).
diff --git a/_config.yml b/_config.yml
index eef1692..af4bd5a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,3 +1,8 @@
+# Plugins
+gems:
+- jekyll-sitemap
+safe: false
+
# Build Settings
markdown: kramdown
permalink: pretty
@@ -112,7 +117,7 @@ venueFeatures: ["3 huge cinema screens", "Doulby Digital Surround EX audio syste
tweetsFeedImage: "twitter-feed.jpg"
tweetsFeedTitle: "What's Up?"
twitterHashTag: "devfest"
-twitterFeed: "http://lviv.gdg.org.ua/tweetledee/favoritesjson.php?c=10&cache_interval=900"
+twitterFeed: "http://lviv.gdg.org.ua/tweetledee/favoritesjson.php?c=10&cache_interval=8000"
# Partners Block
organizersTitle: "Organizers"
diff --git a/_data/sessions.yml b/_data/sessions.yml
index 018c237..d8dc30d 100644
--- a/_data/sessions.yml
+++ b/_data/sessions.yml
@@ -16,22 +16,26 @@
speakers: [3, 6]
language: en
complexity: "Intermediate"
+ video: "//www.youtube.com/embed/v3SCiUqI1yQ"
-
id: 002
title: "Building Cloud-powered wearable Apps"
- description: "Android wear extends the Android platform to a new generation of wearable devices. The user experience is designed specifically for wearables. In this session you’ll see how to use the Android Wear SDK to build a connected cloud-powered application. Using Android Studio and it’s cloud extensions, you’ll see how to build an app that ‘listens’ for changes in stock prices, and notifies a wearable device. You’ll also see how to use voice controls on the device to trigger interactions with the app, such as buying or selling the stock after a notification. Call to action: Get the SDK and start building apps today!"
+ description: "I will speak and show how to: - Respond to touch events in your views with touch feedback animations. - Hide and show views with reveal effect animations. - Switch between activities with custom activity transition animations. - Create more natural animations with curved motion. - Animate changes in one or more view properties with view state change animations. - Create icon morphing transition"
subtype: presentation
speakers: [4, 5]
language: en
- complexity: "Beginner"
+ complexity: "Intermediate"
+ presentation: "https://speakerdeck.com/gdglviv/dmytro-danylyk-android-l-animation"
+ video: "//www.youtube.com/embed/v3SCiUqI1yQ"
-
id: 003
- title: "The world is your playground - go global with Google"
+ title: "Android L Animation"
description: "More than ever before, developing for global audience is a necessity than a luxury in today's world. Are you ready ... where to start? what does it entail? how do I do it? how to promote in local markets? This talk will address above questions for android, chrome and web developers. In our journey of the where, what and how, we will take an in-depth look at various internationalization and localization tools & strategies available to you."
subtype: presentation
speakers: [4]
language: en
- complexity: "Expert"
+ complexity: "Intermediate"
+ presentation: "https://speakerdeck.com/gdglviv/dmytro-danylyk-android-l-animation"
-
id: 004
title: "Polymer: Interacting with Google Services using nothing but HTML"
@@ -40,6 +44,8 @@
speakers: [6]
language: uk
complexity: "Beginner"
+ presentation: "https://speakerdeck.com/gdglviv/mateusz-herych-guava-beyond-collections"
+ video: "//www.youtube.com/embed/v3SCiUqI1yQ"
-
id: 005
title: "Test: Interacting with Google Services using nothing but HTML"
@@ -48,3 +54,5 @@
speakers: [7]
language: en
complexity: "Expert"
+ presentation: "https://speakerdeck.com/gdglviv/michal-tajchert-wearables-views"
+ video: "//www.youtube.com/embed/v3SCiUqI1yQ"
diff --git a/_includes/head.html b/_includes/head.html
index 81e502e..4da276d 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -41,7 +41,7 @@
-
+
diff --git a/_includes/navigation.html b/_includes/navigation.html
index 8b0d4c3..6b4cf1e 100644
--- a/_includes/navigation.html
+++ b/_includes/navigation.html
@@ -1,6 +1,6 @@
-