hugo/commands
Tatsushi Demachi 6c8103144f Copy static dir files without theme's static dir
Hugo command doesn't copy site's "static" directory files to "public"
directory if a specified theme doesn't have "static" directory because
theme's "static" directory checking always returns an error.

This fixes it by just showing a warning message about theme's "static"
directory absence and not skipping following processes.

Fix #1655
2015-12-01 10:01:21 -07:00
..
benchmark.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
check.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
convert.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
gen.go Restructure the gen commands 2015-11-23 16:51:12 +01:00
genautocomplete.go Restructure the gen commands 2015-11-23 16:51:12 +01:00
gendoc.go Restructure the gen commands 2015-11-23 16:51:12 +01:00
genman.go Support setting target directory in hugo gen man 2015-11-28 07:32:02 -07:00
hugo.go Copy static dir files without theme's static dir 2015-12-01 10:01:21 -07:00
import.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
import_test.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
limit_darwin.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
limit_others.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
list.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
list_config.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
new.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
new_test.go Add force flag 2015-10-17 13:58:43 +02:00
server.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
server_test.go Stop Viper from leaking across many of the tests (now tests pass regardless of order tested) 2015-05-20 02:21:21 -04:00
undraft.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00
undraft_test.go add undraft command 2015-05-08 22:18:51 -04:00
version.go Change the license to Apache 2.0 2015-11-23 22:16:36 -05:00