View Source API Reference tableau v0.11.0
Modules
Global Site Configuration
:include_dir
- string - Directory that is just copied to the output directory. Defaults toextra
.:timezone
- string - Timezone to use when parsing date times. Defaults toEtc/UTC
.:url
- string (required) - The URL of your website.:markdown
- keyword:mdex
- keyword - Options to pass toMDEx.to_html/2
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.
Mix Tasks
Task to build the tableau site
Starts the tableau dev server