Deploying to a Subdirectory
If you're deploying to a subdirectory on your site, or if you're using Github's project pages, make sure you set up your urls correctly in your configs. You can do this almost automatically:
|
Then update your _config.yml
and Rakefile
as follows:
|
To manually configure deployment to a subdirectory, you'll change _config.yml
, config.rb
and Rakefile
.
Here's an example for deploying a site to the /awesome subdirectory:
|