From 1648e4f8b41e0c0417485e0375a1675cd7ab7746 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 4 Jun 2021 22:57:59 -0600 Subject: add ability to copy basic template files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 `/`. -- cgit v1.2.3-54-g00ecf