diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-17 14:37:31 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-17 14:37:31 -0600 |
commit | 30c699f96429598b9ff88103971ccf689e163799 (patch) | |
tree | 3d8c1336596de459426a08934d3deed659299887 /README.md | |
parent | 8f04b57f1adff758e74c255e448f8e2e9e861982 (diff) |
fix required base url and tag header substitutionv0.2.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ That creates the desired directories with the basic templates that can be edited Build the site with: ```sh -pyssg -s src_dir -d dst_dir -u https://baseurl.com -b +pyssg -s src_dir -d dst_dir -b ``` -Without a trailing slash `/` at the end of the base URL. That creates all `*.html` for the site and can be easily moved to the server. +That creates all `*.html` for the site and can be easily moved to the server. Where an optional `-u` flag can be provided for the base URL (don't include the trailing slash `/`) |