Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.29 KB

extensionless-urls.adoc

File metadata and controls

55 lines (42 loc) · 1.29 KB

Extensionless URLs

Previous: Activate posts extension (blog, news, etc)

Tutorial 9

This tutorial…​

Edit _ext/pipeline.rb to activate Indexifier extension

extension Awestruct::Extensions::Indexifier.new
Important
The Indexifier extension must come before the Atomizer extension
Caution
Relative links must now be prefixed with ../ to escape from directory holding the "indexified" page.
        %li.divider
          %li
            %a(href="#{site.ctx_path}/about") About

Clean and preview site to see changes

$ rake clean preview

Next: Using source code in your site