View Source API Reference tableau v0.12.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 configured directory will be automatically parsed/executed and made available in an @data assign in your templates.

Helper functions 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 configured directory will be automatically parsed/executed and made available in an @data assign in your templates.

Generate a sitemap.xml for your site, for improved search-engine indexing.

Mix Tasks

Task to build the tableau site

Starts the tableau dev server