View Source API Reference tableau v0.9.0

Modules

Global Site Configuration

  • :include_dir - string - Directory that is just copied to the output directory. Defaults to extra.
  • :timezone - string - Timezone to use when parsing date times. Defaults to Etc/UTC.
  • :url - string (required) - The URL of your website.
  • :markdown - keyword

YAML files and Elixir scripts (.exs) in the confgiured directory will be automatically parsed/executed and made available in an @data assign in your templates.

Helper functiosn for Tableau documents.

A tableau extension.

A tableau layout.

A tableau page.

Markdown files (with YAML frontmatter) in the configured pages directory will be automatically compiled into Tableau pages.

Markdown files (with YAML frontmatter) in the configured posts directory will be automatically compiled into Tableau pages.

YAML files and Elixir scripts (.exs) in the confgiured directory will be automatically parsed/executed and made available in an @data assign in your templates.

Mix Tasks

Task to build the tableau site

Starts the tableau dev server