Skip to content

Instantly share code, notes, and snippets.

@aldoah0a
Created May 10, 2013 12:11
Show Gist options
  • Select an option

  • Save aldoah0a/5554030 to your computer and use it in GitHub Desktop.

Select an option

Save aldoah0a/5554030 to your computer and use it in GitHub Desktop.

Revisions

  1. aldoah0a created this gist May 10, 2013.
    13 changes: 13 additions & 0 deletions pelicanconf.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@

    ARTICLE_URL = '{category}/{slug}/'
    ARTICLE_SAVE_AS = '{category}/{slug}/index.html'

    CATEGORY_URL = '{slug}/'
    CATEGORY_SAVE_AS = '{slug}/index.html'

    TAG_URL = 'tag/{slug}/'
    TAG_SAVE_AS = 'tag/{slug}/index.html'


    PAGE_URL = 'pages/{slug}/'
    PAGE_SAVE_AS = 'pages/{slug}/index.html'