gdg-x/zeppelin-grunt

Name: zeppelin-grunt

Owner: GDG[x]

Description: [DEPRECATED] GDG DevFest 2014 site template

Created: 2015-03-02 14:23:35.0

Updated: 2017-10-27 09:42:02.0

Pushed: 2017-10-02 19:21:42.0

Homepage: http://gdg-x.github.io/zeppelin-grunt/

Size: 6687

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Grunt version of Project Zeppelin / GDG DevFest 2014 site template

About

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

Grunt version of this project allows you to get easier more optimized site. Several commands will simplify development process. Furthermore, now project supports i18n.

You can find original project here.

Template is brought by GDG Lviv team.

Live demo http://gdg-x.github.io/zeppelin-grunt/
Features
Quick-start guide
  1. Fork this repo
  2. Clone locally
  3. Install Node.js and Ruby
  4. Run gem install bundler
  5. Install 'grunt-cli' and 'bower' globally with npm install -g grunt-cli bower
  6. $cd to the directory and run bundle install
  7. Run npm install to install the necessary “npm” dependencies
  8. Then run bower install to install the front-end dependencies
  9. Edit site variables

In Gruntfile.js edit baseurl and git_repo (destination repository):

t.initConfig({
    app: {
        source: 'app',
        dist: 'dist',
        baseurl: 'zeppelin-grunt',  // Here
        git_repo: 'git@github.com:gdg-x/zeppelin-grunt.git'  // And here
    },
...

In _config.yml you should also update baseurl and url:

te settings
url: "/zeppelin-grunt"  // Here
 "http://gdg-x.github.io"  // And here
alink: '/blog/:title'

Now you are ready for development. Following commands are available:

  1. grunt (by default it runs grunt serve) - build and start your site for development (with livereload, js uglifing and sass compilation)
  2. grunt serve:dist - build and start your site with production configs (this is how it will look online)
  3. grunt deploy - build and deploy your site into a repository you defined in previous steps
More documentation you can find here.
Who is using template?

Going to use template? Go on! The only thing we ask - let us know at lviv@gdg.org.ua so we can include you to this list, or make a pull request.

View known sites that use the original project.

| Android Developer Days 2015 | droidcon Vienna 2016 | | |—————————–|—————————–|—————————–|

Used libraries
Contributors

Created by Oleh Zasadnyy, GDG Lviv.

See list of contributors.

Maintainer: @ozasadnyy.

GDG Apps, GDG[x] are not endorsed and/or supported by Google, the corporation.
License

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.