diff --git a/.gitignore b/.gitignore index 8be296e269..fc4dc471fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ -_site -_sass/.sass-cache \ No newline at end of file +### Jekyll ### +_site/ + + +### Sass ### +.sass-cache \ No newline at end of file diff --git a/_config.yml b/_config.yml index 97199634f2..80ba76c674 100644 --- a/_config.yml +++ b/_config.yml @@ -49,9 +49,10 @@ rightNavigationButtons: - {link: "http://bit.ly/dfua-c4p", text: "Become a speaker"} # Hero Block -heroTitle: "GDG DevFest 2014" +heroTitle: "GDG DevFest2014" eventDate: "September - November, 2014" typeoutTextValues: '"", "Season", "Ukraine", "Germany", "USA"' +typeoutFallback: "Season" heroButtons: - {url: "http://bit.ly/dfua-c4p", text: "Become a speaker"} @@ -104,43 +105,50 @@ twitterHashTag: "devfest" twitterFeed: "http://lviv.gdg.org.ua/tweetledee/favoritesjson.php?c=10&cache_interval=900" # Partners Block +organizersTitle: "Organizers" partnersTitle: "Partners" partnersC4sponsorsButton: "Become a sponsor" -# Organizers Block -organizersTitle: "Organizers" - # Subscribe Block subscribeTitle: "Subscribe for updates" subscribeAction: "http://gdg.us5.list-manage1.com/subscribe/post?u=9fc8aa205b0521b5f05fc8e1e&id=ae0fb459fc" subscribeInfo: "Registration will be open around end of August. Number of tickets are limited. Stay tuned!" -# Buy Tickets Block -buyTicketsTitle: "Pricetable" +# Tickets Block +ticketsTitle: "Pricetable" +ticketsInfo: "Tickets grant access to all conference sections, coffee brakes, lunch and party. Accommodation is NOT included in the ticket price." ticketsOffers: - - name: "1 day" - price: "$100" + name: "Early Bird" + price: "350" + priceCurrency: "UAH" + ticketsNumber: "150" buyButtonLink: "http://dfua.ticketforevent.com/" buyButtonText: "Buy Now" ticketContentList: ["Lorem ipsum is simply", "Dummy text of the printing", "Typesetting industry"] - validFrom: "2014-08-20T10:00" - validThrough: "2014-10-23T23:59" + validFrom: "2014-08-25T10:00" + validThrough: "2014-09-30T23:59" - - name: "3 days" - price: "$180" + name: "Last Chance" + price: "450" + priceCurrency: "UAH" + ticketsNumber: "100" ribbon: "-20%" featured: true buyButtonLink: "http://dfua.ticketforevent.com/" buyButtonText: "Buy Now" ticketContentList: ["Lorem ipsum is simply", "Dummy text of the printing", "Typesetting industry"] - validFrom: "2014-08-20T10:00" + validFrom: "2014-10-01T00:00" validThrough: "2014-10-23T23:59" + disabled: true - - name: "2 days" - price: "$150" + name: "Student" + price: "200" + priceCurrency: "UAH" + ticketsNumber: "50" buyButtonLink: "http://dfua.ticketforevent.com/" buyButtonText: "Buy Now" + additionalInfo: "Requires a valid student ID at the conference check in. Without student ID at the check in, ticket will be cancelled without refund" ticketContentList: ["Lorem ipsum is simply", "Dummy text of the printing", "Typesetting industry"] validFrom: "2014-08-20T10:00" validThrough: "2014-10-23T23:59" @@ -150,7 +158,7 @@ socialLinks: - {link: "https://plus.google.com/b/102444623953913144164", icon: "google-plus"} - {link: "https://twitter.com/intent/user?screen_name=GDGLviv", icon: "twitter"} - {link: "https://facebook.com/GDGLviv", icon: "facebook"} - - {link: "http://localhost:4000/zeppelin/feed.xml", icon: "rss"} + - {permalink: "/feed.xml", icon: "rss"} footerBlocks: - title: "Links" @@ -164,7 +172,7 @@ footerBlocks: - title: "FAQ" links: - - {permalink: "http://localhost:4000/zeppelin/cod/", text: "Code of Conduct"} + - {permalink: "/cod/", text: "Code of Conduct"} # Blog blogTitle: "Latest news" diff --git a/_data/organizers.yml b/_data/organizers.yml index 768fd05f88..8e26ad1db2 100644 --- a/_data/organizers.yml +++ b/_data/organizers.yml @@ -5,6 +5,6 @@ - group: "Co-organizers" elements: - - {name: "GDG Lviv", description: "GDG Kyiv - Open and volunteer geek community", link: "http://kyiv.gdg.org.ua", imageUrl: "gdg-kyiv.png"} - - {name: "GDG Cherkassy", description: "GDG Cherkassy - Open and volunteer geek community", link: "http://cherkassy.gdg.org.ua", imageUrl: "gdg-cherkassy.png"} - - {name: "GDG Dnipropetrovsk", description: "GDG Dnipropetrovsk - Open and volunteer geek community", link: "http://dnipro.gdg.org.ua", imageUrl: "gdg-dnipropetrovsk.png"} \ No newline at end of file + - {name: "GDG Lviv", description: "GDG Kyiv - Open and volunteer geek community", link: "http://kyiv.gdg.org.ua", imageUrl: "gdg-kyiv.svg"} + - {name: "GDG Cherkassy", description: "GDG Cherkassy - Open and volunteer geek community", link: "http://cherkassy.gdg.org.ua", imageUrl: "gdg-cherkasy.svg"} + - {name: "GDG Dnipropetrovsk", description: "GDG Dnipropetrovsk - Open and volunteer geek community", link: "http://dnipro.gdg.org.ua", imageUrl: "gdg-dnipropetrovsk.svg"} \ No newline at end of file diff --git a/_includes/blog.html b/_includes/blog.html index 3e5efcf2c0..f3177004a7 100644 --- a/_includes/blog.html +++ b/_includes/blog.html @@ -5,32 +5,32 @@

{{ site.blogTitle }}

{% for post in site.posts %} - {% assign postUrl = site.url | append: site.baseurl | append: post.url %}

{{ post.title }}

-
+
Posted:
-