TableauEexExtension
- code :: https://github.com/halostatue/tableau_eex_extension
- issues :: https://github.com/halostatue/tableau_eex_extension/issues
A Tableau extension that renders EEx templates to static files during site
generation. Templates have access to the Tableau token and site configuration,
making it easy to generate files like robots.txt, humans.txt, or other
well-known files with dynamic content.
Installation
Add tableau_eex_extension to your dependencies in mix.exs:
def deps do
[
{:tableau_eex_extension, "~> 1.0"}
]
endDocumentation is found on HexDocs.
Semantic Versioning
TableauEexExtension follows Semantic Versioning 2.0.