View Source Tableau.RSSExtension (tableau v0.8.0)
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.
Elixir scripts will be executed and the last expression returned as the data.
Configuration
:enabled
- boolean - Extension is active or not.:title
- string (required) - Title of your feed.:description
- string (required) - Description of your feed.:language
- string - Langauge to use in the<langauge>
tag. Defaults to "en-us"
Example
config :tableau, Tableau.RSSExtension,
enabled: true,
language: "pt-BR",
title: "My Elixir Devlog",
description: "My Journey on Becoming the Best Elixirist"
Summary
Functions
Callback implementation for Tableau.Extension.run/1
.
Functions
Callback implementation for Tableau.Extension.run/1
.