Skip to content
Snippets Groups Projects
Verified Commit 4305d8c4 authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Merge branch 'master' of git.ok1kvk.cz:ok1kvk.cz/generator

parents 87d8dea5 bceff3aa
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ var options = cli.parse({
themedir: [null, 'Allows to specify arbitrary content directory.', 'string', 'theme'],
builddir: [null, 'Allows to specify arbitrary content directory.', 'string', null],
staticdir: [null, 'Allows to specify arbitrary directory for static files.', 'string', 'static'],
baseurl: [null, 'BaseURL without trailing /', 'string', ''],
debugarticle: [null, 'Article for which extra information should be printed out. Full file path '+
'relative to contentdir (Ex. articles/2010/hello-word.md)','string', null]
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment