diff options
author | Pacien | 2013-09-20 19:30:26 +0200 |
---|---|---|
committer | Pacien | 2013-09-20 19:30:26 +0200 |
commit | f8c9b52222ce183676d26f3e953b57572b7d4d3b (patch) | |
tree | bd5be5bf21d58a60fdbecf2263e2036c90adc977 /README.md | |
parent | 4cf35e639fb30843e50df44bf992ecf14c3b487a (diff) | |
download | foldaweb-f8c9b52222ce183676d26f3e953b57572b7d4d3b.tar.gz |
Add ability to hide folders in the output
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |