From 8233414683d15b55fec1e1cc2e9227acc51ede72 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 8 Jan 2025 01:25:07 +1100 Subject: Version 1.00, initial commit --- config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config (limited to 'config') diff --git a/config b/config new file mode 100644 index 0000000..64e425d --- /dev/null +++ b/config @@ -0,0 +1,17 @@ +## The d_source and d_output variable values are written between the braces. +## They respectively represent where content is sourced, and where the output +## will go. + +variable d_source {} +variable d_output {} + +## Replacement is a Tcl dictionary. Following 'dict create', you can +## enter your own parameters in the form +## {} {value} [...] +## in sequence. + +variable replacement \ + [dict create \ + {} {/style/main.css} \ + {} {/style/article.css} \ + ]; ## Do not delete this line! -- cgit v1.2.3