hugo/commands
Cameron Moore f0effac804 commands: Fix golint issues
commands/hugo.go:65:1: exported method Response.IsUserError should have comment or be unexported
commands/import_jekyll.go💯21: error strings should not be capitalized or end with punctuation or a newline
commands/server.go:417:1: receiver name sc should be consistent with previous receiver name s for serverCmd
2018-09-07 08:25:51 +02:00
..
benchmark.go Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
check.go commands: Make the limit command work again 2018-04-11 09:50:19 +02:00
check_darwin.go commands: Make the limit command work again 2018-04-11 09:50:19 +02:00
commandeer.go commands: Gracefully handle typos in server config when running the server 2018-08-16 12:54:59 +02:00
commands.go Add support for minification of final output 2018-08-06 19:58:41 +02:00
commands_test.go commands: Do not fail server build when /static is missing 2018-06-13 08:48:20 +02:00
config.go Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
convert.go Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
env.go commands: Make the hugo command non-global 2018-04-11 09:50:19 +02:00
gen.go commands: Make the hugo command non-global 2018-04-11 09:50:19 +02:00
genautocomplete.go commands: Make the hugo command non-global 2018-04-11 09:50:19 +02:00
genchromastyles.go commands: Make the hugo command non-global 2018-04-11 09:50:19 +02:00
gendoc.go commands: Add basic server test 2018-04-11 09:51:07 +02:00
gendocshelper.go commands: Make the hugo command non-global 2018-04-11 09:50:19 +02:00
genman.go commands: Make the hugo command non-global 2018-04-11 09:50:19 +02:00
helpers.go commands: Avoid ANSI character output on Windows 2018-05-22 17:15:19 +02:00
helpers_others.go commands: Avoid ANSI character output on Windows 2018-05-22 17:15:19 +02:00
helpers_windows.go commands: Avoid ANSI character output on Windows 2018-05-22 17:15:19 +02:00
hugo.go commands: Fix golint issues 2018-09-07 08:25:51 +02:00
hugo_windows.go Update hugo_windows.go 2018-07-22 00:09:46 +02:00
import_jekyll.go commands: Fix golint issues 2018-09-07 08:25:51 +02:00
import_jekyll_test.go Only set 'url' if permalink in metadata and remove duplicate confirm msg 2018-01-28 11:24:31 +01:00
limit_darwin.go commands: Move the commands related logic to its own file 2018-04-11 09:50:19 +02:00
limit_others.go commands: Make the limit command work again 2018-04-11 09:50:19 +02:00
list.go Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
new.go commands: Move nextStepsText() to new_site.go 2018-06-11 10:40:22 +02:00
new_content_test.go commands: Remove some TODOs 2018-04-11 10:16:30 +02:00
new_site.go commands: Move nextStepsText() to new_site.go 2018-06-11 10:40:22 +02:00
new_theme.go Create missing head.html partial on new theme generation 2018-06-25 12:06:45 -06:00
release.go commands: Re-add the missing releaser command 2018-04-16 08:23:32 +02:00
release_noop.go commands: Re-add the missing releaser command 2018-04-16 08:23:32 +02:00
server.go commands: Fix golint issues 2018-09-07 08:25:51 +02:00
server_test.go commands: Disable flaky server tests on Windows CI 2018-07-18 09:43:31 +02:00
static_syncer.go Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
version.go Add "extended" to "hugo version" 2018-07-08 11:08:54 +02:00