hugo/helpers
Shreyansh Khajanchi 3d4a9882bf helpers: Call rst2html directly on *nix
Initially, rst2html was called via the python interpreter which would
fail if the script was wrapped in a launcher as on NixOS.
Ideally, on *nix, binaries should be invoked directly to ensure that
shebangs work properly as is being done now.
Handle the case of windows as it doesn't do shebangs.
2018-10-11 22:46:10 +02:00
..
content.go helpers: Call rst2html directly on *nix 2018-10-11 22:46:10 +02:00
content_renderer.go
content_renderer_test.go
content_test.go
docshelper.go
emoji.go
emoji_test.go
general.go helpers: Fix golint issues 2018-09-07 08:25:51 +02:00
general_test.go
hugo.go releaser: Prepare repository for 0.50-DEV 2018-09-24 10:04:24 +00:00
hugo_test.go
path.go helpers: Consolidate MakeSegment vs MakePathSanitized 2018-10-03 15:55:25 +02:00
path_test.go helpers: Consolidate MakeSegment vs MakePathSanitized 2018-10-03 15:55:25 +02:00
pathspec.go
pathspec_test.go
processing_stats.go helpers: Fix golint issues 2018-09-07 08:25:51 +02:00
pygments.go
pygments_test.go
testhelpers_test.go
url.go
url_test.go