diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-06-04 22:57:59 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-06-04 22:57:59 -0600 |
commit | 1648e4f8b41e0c0417485e0375a1675cd7ab7746 (patch) | |
tree | a0c68e29e2e7a7a39a4e46fd6cecf8fbf69d0b14 /README.md | |
parent | 135c6380ad381762c89276bed4b8736e235529ff (diff) |
add ability to copy basic template filesv0.5.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 `/`. |