aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d737a0..0b16f36 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ You can also pass custom settings via command line arguments:
40 -sourceDir="./source": Path to the source directory. 40 -sourceDir="./source": Path to the source directory.
41 -outputDir="./out": Path to the output directory. 41 -outputDir="./out": Path to the output directory.
42 -parsableExts="html, txt, md": Parsable file extensions separated by commas. 42 -parsableExts="html, txt, md": Parsable file extensions separated by commas.
43 -skipPrefix="_": Folders with this prefix will be hidden in the output.
43 -saveAs="index.html": Save compiled files as named. 44 -saveAs="index.html": Save compiled files as named.
44 -startWith="index": Name without extension of the first file that will by parsed. 45 -startWith="index": Name without extension of the first file that will by parsed.
45 -wordSeparator="-": Word separator used to replace spaces in URLs. 46 -wordSeparator="-": Word separator used to replace spaces in URLs.