TableauEexExtension

Hex.pm][shield-hex]][hexpm] [![Hex Docs][shield-docs] [ Apache 2.0Coveralls

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"}
  ]
end

Documentation is found on HexDocs.

Semantic Versioning

TableauEexExtension follows Semantic Versioning 2.0.