File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Title: Home Page
22Status: hidden
3- save_as: index.html
43
54Aio-libs home page.
File renamed without changes.
Original file line number Diff line number Diff line change 1010
1111# URL settings
1212FILENAME_METADATA = r"(?P<date>\d{4}-\d{2}-\d{2})_(?P<slug>.*)"
13+ #PATH_METADATA = r"pages/(?P<prefix>[^/]+/)?/.*"
1314ARTICLE_URL = "news/{date:%Y}/{slug}/"
1415ARTICLE_SAVE_AS = "news/{date:%Y}/{slug}/index.html"
1516AUTHOR_URL = "author/{slug}/"
1920CATEGORY_SAVE_AS = "category/{slug}/index.html"
2021CATEGORIES_SAVE_AS = "category/index.html"
2122INDEX_SAVE_AS = "news/index.html"
22- PAGE_URL = "p/ {slug}/"
23- PAGE_SAVE_AS = "p/ {slug}/index.html"
23+ PAGE_URL = "{slug}/"
24+ PAGE_SAVE_AS = "{slug}/index.html"
2425TAG_URL = "tag/{slug}/"
2526TAG_SAVE_AS = "tag/{slug}/index.html"
2627TAGS_SAVE_AS = "tag/index.html"
You can’t perform that action at this time.
0 commit comments