hugo/commands
Ruslan Nasonov 5b4b8bb3c1 commands: Create new 'hugo list all' command
New:
- command `hugo list all`, return all posts meta in csv format

Refactoring:
- move common parts in commands/list.go to function `buildSites`
- change way to detect path to content

See #5904
2019-05-25 00:09:51 +02:00
..
check.go
check_darwin.go
commandeer.go Make Page an interface 2019-03-23 18:51:22 +01:00
commands.go Add a "deploy" command 2019-05-03 17:58:40 +02:00
commands_test.go Make Page an interface 2019-03-23 18:51:22 +01:00
config.go
convert.go Avoid nilpointer on no File on Page 2019-03-26 10:20:40 +01:00
deploy.go deploy: Support invalidating a CloudFront CDN cache 2019-05-06 21:09:33 +02:00
env.go
gen.go
genautocomplete.go
genchromastyles.go
gendoc.go
gendocshelper.go
genman.go
helpers.go
hugo.go deploy: Support invalidating a CloudFront CDN cache 2019-05-06 21:09:33 +02:00
hugo_test.go
hugo_windows.go
import_jekyll.go Make Page an interface 2019-03-23 18:51:22 +01:00
import_jekyll_test.go
limit_darwin.go Adjust rlimit logic 2019-04-07 00:53:55 +02:00
limit_others.go
list.go commands: Create new 'hugo list all' command 2019-05-25 00:09:51 +02:00
list_test.go commands: Create new 'hugo list all' command 2019-05-25 00:09:51 +02:00
new.go
new_content_test.go Make Page an interface 2019-03-23 18:51:22 +01:00
new_site.go
new_theme.go
release.go
release_noop.go
server.go Make Page an interface 2019-03-23 18:51:22 +01:00
server_errors.go
server_test.go
static_syncer.go
version.go