hugo/target
David Arroyo 10c7cf2942 Create directories in publishdir with mode 0777.
The previous permissions (0764), were unusable (directories must
be executable) when generating files for use by another uid. The
Right Thing™ is to use mode 0777. The OS will subtract the process
umask (usually 022) to the for the final permissions.

Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
2013-12-02 16:06:31 -08:00
..
alias_test.go Add /index.html to unadorned alias paths 2013-09-13 14:51:28 -07:00
file.go Create directories in publishdir with mode 0777. 2013-12-02 16:06:31 -08:00
file_test.go Support index.html indexes in content directory 2013-09-24 21:27:25 -07:00
htmlredirect.go Add /index.html to unadorned alias paths 2013-09-13 14:51:28 -07:00
memory.go Code cleanup 2013-10-08 18:40:41 +02:00