Closed alexandroid closed 9 years ago
s3_website does not yet recognise Octopress. Let's add the public
dir into the default lookup directories.
See examples: https://github.com/laurilehmijoki/s3_website/blob/master/lib/s3_website/paths.rb#L4 https://github.com/laurilehmijoki/s3_website/blob/master/lib/s3_website/jekyll.rb
Edit: Remember to add an example of Octopress support: https://github.com/laurilehmijoki/s3_website/blob/master/features/nanoc-support.feature
Also, Octopress 3 is supposed to be a gem so this might not be a problem in the future.
Closing as inactive. Please reopen if needed.
It would be nice to override default site root in
s3_website.yml
so one does not have to invokes3_website push --site public
.Alternatively,
s3_website
can fallback topublic
if_site
does not exist. Since it's positioned to work with Octopress it looks weird that it does not findpublic
by default... am I missing something?