edercosta / site

New Grok Podcast website, powered by Jekyll and GitHub Pages

Home Page:grokpodcast.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup with Vagrant

Assuming you have Vagrant installed on your machine:

git clone git@github.com:grokpodcast/site.git grok_site
cd grok_site
vagrant up
vagrant reload
vagrant ssh

git config user.name "<YOUR NAME>"
git config user.email "<YOUR E_MAIL ON GITHUB>"

gem install bundler

cd /vagrant
gem install --path=vendor --binstubs

Generate the static site

bin/jekyll build
bin/jekyll serve

Acknowledgments

  • Thanks to our faithful audience, valeu galera :)*
  • Thanks to our sponsors, you make our life easier
  • Design and implementation by HE:Labs, thanks for the awesome design
  • Developed with Ruby and Jekyll(http://jekyllrb.com/), thanks to our wonderful community
  • Source code hosted on GitHub, thanks for this wonderful service
  • S3 synchonization provided by the awesome s3cmd, thanks for making our life easier

License

See LICENSE

About

New Grok Podcast website, powered by Jekyll and GitHub Pages

grokpodcast.com

License:Other


Languages

Language:CSS 58.0%Language:Ruby 36.5%Language:Shell 3.2%Language:JavaScript 2.3%