:date: 2017-09-08 0:00
:category: Examples
:author: An Author
-:slug: article
:summary: Article summary paragraph. :language-la:`Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Aenean id elit posuere, consectetur magna
congue, sagittis est.`
:category: Examples
:tags: Jumbo
:author: An Author
-:slug: jumbo-article
:summary: Article summary paragraph. :language-la:`Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Aenean id elit posuere, consectetur magna
congue, sagittis est.`
PAGE_SAVE_AS = '{slug}/index.html'
ARCHIVES_URL = 'examples/'
ARCHIVES_SAVE_AS = 'examples/index.html'
-ARTICLE_URL = '{category}/{slug}/'
-ARTICLE_SAVE_AS = '{category}/{slug}/index.html'
+ARTICLE_URL = '{slug}/' # category is part of the slug (i.e., examples)
+ARTICLE_SAVE_AS = '{slug}/index.html'
AUTHOR_URL = 'author/{slug}/'
AUTHOR_SAVE_AS = 'author/{slug}/index.html'
CATEGORY_URL = 'category/{slug}/'