[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.