View Source API Reference tableau v0.15.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
.:base_path - string - Development server root. Defaults to '/'. *
:url- string (required) - The URL of your website. *
:markdown- keyword *
:mdex- keyword - Options to pass to
MDEx.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.
Generate RSS data and write to _site/feed.xml
.
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