X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=pelicanconf.py;h=1667b979a9635ac0b1744d746b370f1decacb398;hp=aa5e3f51677f5773df430792e13bab68754b6b47;hb=ad26b411f943ee1d773fcfa3894831344ca88d49;hpb=c95315b1cbf9ae1b55f458796a35d300810dda60;ds=sidebyside diff --git a/pelicanconf.py b/pelicanconf.py index aa5e3f5..1667b97 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -47,6 +47,11 @@ PAGE_SAVE_AS = '{slug}/index.html' AUTHOR_URL = 'author/{slug}/' AUTHOR_SAVE_AS = 'author/{slug}/index.html' +PAGINATION_PATTERNS = ( + (1, '{base_name}/', '{base_name}/index.html'), + (2, '{base_name}/page/{number}/', '{base_name}/page/{number}/index.html'), +) + THEME = 'theme' # Uncomment following line if you want document-relative URLs when developing