Commit 63429f1e authored by Robert Lord's avatar Robert Lord

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

parent 1030376e
...@@ -55,6 +55,10 @@ set :markdown, :fenced_code_blocks => true, :smartypants => true, :disable_inden ...@@ -55,6 +55,10 @@ set :markdown, :fenced_code_blocks => true, :smartypants => true, :disable_inden
# Activate the syntax highlighter # Activate the syntax highlighter
activate :syntax 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 # Build-specific configuration
configure :build do configure :build do
# For example, change the Compass output style for deployment # For example, change the Compass output style for deployment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment