mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 05:30:54 +03:00
Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137
This commit is contained in:
parent
2fa3761ec9
commit
e50b9d8ac1
15 changed files with 140 additions and 111 deletions
3
main.go
3
main.go
|
@ -14,8 +14,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/spf13/hugo/commands"
|
||||
"runtime"
|
||||
|
||||
"github.com/spf13/hugo/commands"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue