This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new c069245 Update pelicanconf.py
c069245 is described below
commit c069245bf8ef82ee36d01df2e285f48b5d9471d2
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Mar 29 15:08:44 2021 -0700
Update pelicanconf.py
---
pelicanconf.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index 032cf33..897dfb1 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -39,10 +39,10 @@ SITEURL = 'https://petri.apache.org'
# Save pages using full directory preservation
PAGES_PATHS = ['content']
# PATH_METADATA= '(?P<path_no_ext>.*)\..*'
-PAGE_SAVE_AS= '{path_no_ext}.html'
-# PAGE_URL= '{path_no_ext}.html'
+# PAGE_SAVE_AS= '{path_no_ext}.html'
+PAGE_URL= '{slug}.html'
SLUGIFY_SOURCE = 'basename'
-# PAGE_SAVE_AS = '{slug}.html'
+PAGE_SAVE_AS = '{slug}.html'
# We want to serve info.yaml and petri.rdf in addition to any images
STATIC_PATHS = ['.htaccess', 'info.yaml', 'petri.rdf', 'images']