diff --git a/config.rb b/config.rb index 8adffc1..96b6f87 100644 --- a/config.rb +++ b/config.rb @@ -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