summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-04 22:57:59 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-04 22:57:59 -0600
commit1648e4f8b41e0c0417485e0375a1675cd7ab7746 (patch)
treea0c68e29e2e7a7a39a4e46fd6cecf8fbf69d0b14 /README.md
parent135c6380ad381762c89276bed4b8736e235529ff (diff)
add ability to copy basic template filesv0.5.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80bbe65..f337961 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Strongly recommended to edit the `rss.xml` template.
Build the site with:
```sh
-pyssg -s src_dir -d dst_dir -u https://base.url -b
+pyssg -s src_dir -d dst_dir -t plt_dir -u https://base.url -b
```
That creates all `*.html` for the site and can be easily moved to the server. Here, the `-u` flag is technically optional in the sense that you'll not receive a warning/error, but it's used to prepend links with this URL (not strictly required everywhere), so don't ignore it; also don't include the trailing `/`.