Skip to content

grokpodcast/site

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published