Website for Emacs.el Podcast!
- ruby
- middleman ($
gem install middleman) - bower ($
npm install -g bower) - git
Get a version of ruby installed using rvm and create a gem set:
- $
rvm install 2.2.1 - $
rvm use --default 2.2.1 - $
rvm gemset create emacsel - $
rvm use @emacsel
Clone the repo, install the necessary gems and components, and run a local server to view the site with:
- $
git clone git://github.com/paperdigits/emacs-el.github.io - $
cd macs-el.github.io - $
bower install - $
bundle install - $
bundle exec middleman
Now you can start hacking on source directory and watch live changes on localhost:4567.
For more help follow Middleman's project template instructions.