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

Allow to specify baseurl as argument

parent 73db70c7
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