diff options
author | Starfall <us@starfall.systems> | 2023-12-05 09:59:19 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-12-05 10:03:27 -0600 |
commit | 90058697439ee3f048f0f42b61ca5ea677e9b5cc (patch) | |
tree | 60b61ef629551112f2e78c6a25c814703dce72f7 /strike/sample/strike.ini | |
parent | a43a3e0c273e50d30561328f090d2fad249c7dd6 (diff) |
strike: merge as subdir
Diffstat (limited to 'strike/sample/strike.ini')
-rw-r--r-- | strike/sample/strike.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/strike/sample/strike.ini b/strike/sample/strike.ini new file mode 100644 index 0000000..86bc8c3 --- /dev/null +++ b/strike/sample/strike.ini @@ -0,0 +1,19 @@ +[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. |