From 90058697439ee3f048f0f42b61ca5ea677e9b5cc Mon Sep 17 00:00:00 2001 From: Starfall Date: Tue, 5 Dec 2023 09:59:19 -0600 Subject: strike: merge as subdir --- sample/strike.ini | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 sample/strike.ini (limited to 'sample/strike.ini') diff --git a/sample/strike.ini b/sample/strike.ini deleted file mode 100644 index 86bc8c3..0000000 --- a/sample/strike.ini +++ /dev/null @@ -1,19 +0,0 @@ -[Input] -# Directory with all of the markup files that you want Strike to process. -# Location should be relative to this config file. -directory = blog -# Files in the input directory to exclude. -# Location should be relative to the default input directory. -excludes = exclude.html - also-exclude.html - -[Templates] -# For now, Strike only supports using a single template, named default. -default = template.html - -[Output] -# Directory to put the output into. -directory = html - -# That's all for now. In the future, we hope to allow the use of multiple templates, -# letting you choose individual directories and files for each template. -- cgit