From 2d1bb1259ba6f4ab76b1bfa94fefb89b178a656f Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Mon, 27 Dec 2021 19:05:11 +0000 Subject: [PATCH] Bring back --future option --- bin/github-pages | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/github-pages b/bin/github-pages index 8498bec..d91bf9d 100755 --- a/bin/github-pages +++ b/bin/github-pages @@ -64,6 +64,7 @@ Mercenary.program(:"github-pages") do |p| c.option 'verbose', '--verbose', 'Verbose logging' c.option 'source', '--source DIR', 'From where to collect the source files' c.option 'destination', '--destination DIR', 'To where the compiled files should be written' + c.option 'future', '--future', 'Publishes posts with a future date' c.action do |_, options| Jekyll::Commands::Build.process(options)