Giter Club home page Giter Club logo

devfest-site's Introduction

Site for GDG DevFest Omsk 2014

Live version — http://devfest.gdgomsk.org

Publishing

In order to publish site on GitHub Pages run rake in the root of source base.

Project Zeppelin / GDG DevFest 2014 site template

About

Project Zeppelin allows you to setup awesome GDG DevFest site in 5 minutes.

Project is builded on top of Jekyll - simple, blog-aware, static site generator. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your website from GitHub’s servers for free. Learn more about Jekyll.

Template is brought by GDG Lviv team.

Features

  • Easy to setup
  • Simple and responsive design
  • Integrated speakers and sessions management
  • SVG icons
  • SEO friendly

Quick-start guide

  1. Fork this repo
  2. Clone locally
  3. Update _config.yml
  4. Select what content blocks do you need
  5. Push changes to gh-pages branch
  6. Enjoy your awesome DevFest site at http://[your github name].github.io/zeppelin/

Or watch project presentation from GDG[x] Townhall meeting. Slides available here

Local development

Check if you have all requirments for local environment, install Jekyll server gem and run this command from project root folder:

    jekyll serve -w

Site will be available at http://127.0.0.1:4000/zeppelin/

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:

	gem install sass

Also you need to install the latest version of Compass with command

	gem install compass --pre

Then for combining media queries you can use Sass::MediaQueryCombiner plugin. Install with command

	gem install sass-media_query_combiner

And for prefixing css3 properties use Autoprefixer

	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

	compass watch -c config.rb -e production

Learn more about Sass development from documentation.

Resource optimizations (optional)

You can optimize images and minify css and javascript automaticaly (for now only on Windows). But for Mac OS users available amazing tool - imageoptim. Thanks @raphaelsavina for link. Optimize all images by running this script from /automation/images/ folder:

    all_image_optimization.bat -d -jtran -pout -pquant -optip -gsicle -svgo

To minify CSS and JS run minify_all.bat from /automation/minifying/ folder:

    minify_all.bat

Learn more about available optimization options from documentation.

Documentation

Quick-start guide is not enough? Checkout full documentation.

TODO List

  • Optimization scripts for mac and linux

Known issues

  • Scrolling on open navbar

Used libraries

Who is using template?

Going to use template? Go on! The only thing we ask - let us know at [email protected] so we can include you to this list, or make a pull request.

Contributors

License

Project is published under the MIT licence. Feel free to clone and modify repo as you want, but don'y forget to add reference to authors :)

devfest-site's People

Contributors

alexkorovyansky avatar ozasadnyy avatar jastkand avatar zasadnyy avatar joshuawoodward avatar pablopda avatar salimkayabasi avatar atimothee avatar faeliaso avatar jensh avatar splaktar avatar

Stargazers

Ilya Siganov avatar  avatar

Watchers

 avatar Iakov Lilo avatar James Cloos avatar  avatar

devfest-site's Issues

Сбойная ссылка профиля

1 На странице http://gdgomsk.github.io/devfest-site/team/
Иконка g+ Алексея Зиновьева ведёт не на его профиль: http://google.com/+AlexKorovyansky

2. Форма подписки не даёт использовать кириллическую доменную зону, к примеру .рф,
и валидация на основной странице не ругается на некорректные email, видимо из-за обвесов не отрабатывает проверка type="email"

Rake remove CNAME

We should have CNAME file in gh-pages branch with content equals to "www.gdg-devfest-omsk.org".
It's necessary to have site working on our custom domain.

But each timerake command removes it from gh-pages, while "CNAME" is included to exclude list in _config.yaml.

Any ideas how to fix it?

Fix "Become a partner" button

Button "Become a partner" doesn't work.
Browser: Google Chrome Версия 36.0.1985.125 m
OS: Windows 8
PC: Samsung RV511

default

Slow loading

It would be good to increase speed of site loading. Need to measure it first. Subjectively, it seems that we can do it faster.

Content: Mention What's Hackathon Post?

From org.team discussion:
Надо в текст на сайте вставить упоминание на статью в блоге, что такое хакатон. http://blog.gdgomsk.org/2012/01/blog-post.html

Slow performance

We have static pages! Why it's so slow?!
Google have a lot of talks about profiling and optimizing perfomance of sites, our site looks like ideal place to test it in practice :-)

YAML -> JSON data converter

At this moment devfest-site and devfest-app have their own and incompatible data formats to present information about conference. Devfest-site uses yaml, while devfest-app uses json.

Goal is to use the same format for both, without changes of devfest-app, so it should be format of devfest-app (maybe extended with backward compatibility).

Yaml files are being used in devfest-site:

Json files used in devfest-app:

Ограничения формы подписки

Вынесено из #5.

Форма подписки не даёт использовать кириллическую доменную зону, к примеру .рф,
и валидация на основной странице не ругается на некорректные email, видимо из-за обвесов не отрабатывает проверка type="email"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.