about summary refs log tree commit diff
path: root/sample/strike.ini
blob: 4ccc027ef8d4b4bc744564ee1f3f769481459208 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Input]
# Directory with all of the markup files that you want Strike to process.
# Location should be relative to this config file.
# For now, Strike will only process files in this directory and not in any subdirectories.
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.
# When Strike processes subdirectories, this will become the base directory - output will be placed into the same subdirectory relative to this as it was to the input directory.
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.