From bceff3aa0ad34441410a3907dda4521536a324e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info> Date: Wed, 12 Oct 2016 10:33:40 +0200 Subject: [PATCH] Allow to specify baseurl as argument --- sitegin/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sitegin/config.js b/sitegin/config.js index 5d13a5ac..6d5ce9e1 100644 --- a/sitegin/config.js +++ b/sitegin/config.js @@ -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] }); -- GitLab