Write config.yml
.
Fetch people info.
bundle exec padrino rake people_info
Write your episodes into the folder ./episodes/
like episode/1.html
.
Generate with sitespec
.
bundle exec rspec
Deploy with rsync
or somthing like that.
rspec
rsync -avz public/files/* example.net:/var/www/podcast-site/files/
rsync -avz _site/* example.net:/var/www/podcast-site/
To start a local webserver, execute the following.
bundle exec padrino s