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.
http://gdg-x.github.io/zeppelin-grunt/
Live demoFeatures
- Easy to setup
- Simple and responsive design
- Integrated speakers and sessions management
- i18n
- SVG icons
- SEO friendly
- Optimized
Quick-start guide
- Fork this repo
- Clone locally
- Install Node.js and Ruby
- Run
gem install bundler
- Install 'grunt-cli' and 'bower' globally with
npm install -g grunt-cli bower
$cd
to the directory and runbundle install
- Run
npm install
to install the necessary "npm" dependencies - Then run
bower install
to install the front-end dependencies - Edit site variables
In Gruntfile.js
edit baseurl and git_repo (destination repository):
grunt.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:
# Site settings
baseurl: "/zeppelin-grunt" // Here
url: "http://gdg-x.github.io" // And here
permalink: '/blog/:title'
...
Now you are ready for development. Following commands are available:
grunt
(by default it runsgrunt serve
) - build and start your site for development (with livereload, js uglifing and sass compilation)grunt serve:dist
- build and start your site with production configs (this is how it will look online)grunt deploy
- build and deploy your site into a repository you defined in previous steps
here.
More documentation you can findWho 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 :)