From 0b8441c79b047f81526bbb83febc40d7530e35d6 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <david@luevano.xyz> Date: Mon, 5 Dec 2022 05:03:45 -0600 Subject: add extra configuration for more control, add pyssg.xyz example this is the first step towards creating a way to handle multiple subdomains/configs in a single run for a more cohesive site generation --- pyssg.xyz/dst/subdir/test2.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pyssg.xyz/dst/subdir/test2.html (limited to 'pyssg.xyz/dst/subdir/test2.html') diff --git a/pyssg.xyz/dst/subdir/test2.html b/pyssg.xyz/dst/subdir/test2.html new file mode 100644 index 0000000..1f0082f --- /dev/null +++ b/pyssg.xyz/dst/subdir/test2.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <base href="https://static.pyssg.xyz"> + <title>Test file in subdir -- pyssg</title> + </head> + <body> + <h1>Test file in subdir</h1> + <p>By David Luevano</p> + <p>Created: Mon, Dec 05, 2022 @ 10:58 UTC</p> + <p>Modified: </p> + + <p>This is a small test for the newly added pyssg.xyz.</p> + + <p>Tags: + </p> + </body> +</html> -- cgit v1.2.3-70-g09d2