Skip to content

Instantly share code, notes, and snippets.

@aldoah0a
Created May 10, 2013 12:11
Show Gist options
  • Save aldoah0a/5554030 to your computer and use it in GitHub Desktop.
Save aldoah0a/5554030 to your computer and use it in GitHub Desktop.
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment