README.md

# Tableau.OgExtension

[![Discord](https://img.shields.io/badge/Discord-5865F3?style=flat&logo=discord&logoColor=white&link=https://discord.gg/nNDMwTJ8)](https://discord.gg/6XdGnxVA2A)
[![Hex.pm](https://img.shields.io/hexpm/v/tableau_og_extension)](https://hex.pm/packages/tableau_og_extension)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/tableau_og_extension/)

The Open Graph extension for Tableau!

This enables you to create open graph images from a template for all of the pages in your site, utilizing [Puppeteer](https://pptr.dev/) and [Google Chrome](https://www.google.com/chrome/index.html).

See the [docs](https://hexdocs.pm/tableau_og_extension/Tableau.OgExtension.html) for more information.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tableau_og_extension` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:tableau_og_extension, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/tableau_og_extension>.