aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPacien2013-09-20 19:30:26 +0200
committerPacien2013-09-20 19:30:26 +0200
commitf8c9b52222ce183676d26f3e953b57572b7d4d3b (patch)
treebd5be5bf21d58a60fdbecf2263e2036c90adc977 /README.md
parent4cf35e639fb30843e50df44bf992ecf14c3b487a (diff)
downloadfoldaweb-f8c9b52222ce183676d26f3e953b57572b7d4d3b.tar.gz
Add ability to hide folders in the output
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.