Added relative links that are needed for hosting a page in a non-root directory.

This commit is contained in:
Robert Lord 2013-10-03 14:58:18 -07:00
parent 1030376e37
commit 63429f1e9a

View file

@ -55,6 +55,10 @@ set :markdown, :fenced_code_blocks => true, :smartypants => true, :disable_inden
# Activate the syntax highlighter
activate :syntax
# This is needed for Github pages, since they're hosted on a subdomain
activate :relative_assets
set :relative_links, true
# Build-specific configuration
configure :build do
# For example, change the Compass output style for deployment