Added a new command hugo list drafts and hugo list future

This commit is contained in:
spf13
2014-11-19 16:24:30 -05:00
parent 728d0fa32c
commit 92a3372a3f
3 changed files with 89 additions and 2 deletions

View File

@@ -15,6 +15,9 @@ package commands
import (
"fmt"
"path/filepath"
"time"
"github.com/spf13/cast"
"github.com/spf13/cobra"
"github.com/spf13/hugo/helpers"
@@ -22,8 +25,6 @@ import (
"github.com/spf13/hugo/parser"
jww "github.com/spf13/jwalterweatherman"
"github.com/spf13/viper"
"path/filepath"
"time"
)
var OutputDir string