hugo/helpers
Niklas Fasching 020a6fbd7f Add BaseFs to RenderingContext
The org mode renderer supports including other files [1]. We don't want to
allow reading of arbitrary files (go-org defaults to ioutil.ReadFile [2]) but want
to make use of the FileSystem abstractions hugo provides. For starters we will
allow reading from the content directory only

[1]: e.g. `#+INCLUDE: ./foo.py src python` includes `foo.py` as a python source
block.
2019-10-07 17:30:15 +02:00
..
content.go Add BaseFs to RenderingContext 2019-10-07 17:30:15 +02:00
content_renderer.go
content_renderer_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
content_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
docshelper.go
emoji.go
emoji_test.go
general.go
general_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
path.go
path_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
pathspec.go
pathspec_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
processing_stats.go
pygments.go
pygments_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
testhelpers_test.go
url.go
url_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00