Mercurial > piecrust2
view tests/bakes/test_special_root.yaml @ 1195:ae9387338db1 draft default tip
admin: add option to publish immediately
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 30 Dec 2022 16:48:04 -0800 |
parents | 978ed6deea91 |
children |
line wrap: on
line source
--- config: site: root: /~john/public/ in: pages/about.html: 'URL: {{page.url}}, LINK: {{pcurl("missing")}}' pages/_index.html: 'URL: {{page.url}}' outfiles: "{py>=3.7}about.html": 'URL: /~john/public/about.html, LINK: /~john/public/missing.html' "{py>=3.7}index.html": 'URL: /~john/public/' "{py<3.7}about.html": 'URL: /%7Ejohn/public/about.html, LINK: /%7Ejohn/public/missing.html' "{py<3.7}index.html": 'URL: /%7Ejohn/public/' --- config: site: pretty_urls: true in: pages/users/~john.html: 'URL: {{page.url}}' pages/users/~john/bio.html: 'URL: {{page.url}}' outfiles: "{py>=3.7}users/~john/index.html": 'URL: /users/~john' "{py>=3.7}users/~john/bio/index.html": 'URL: /users/~john/bio' "{py<3.7}users/~john/index.html": 'URL: /users/%7Ejohn' "{py<3.7}users/~john/bio/index.html": 'URL: /users/%7Ejohn/bio'