README.md
# trellis2_art
`trellis2_art` is a minimal Hex package for the Trellis 2 website.
- Homepage: https://www.trellis2.art
- Hex: https://hex.pm/packages/trellis2_art
- Docs: https://hexdocs.pm/trellis2_art
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:trellis2_art, "~> 0.1.0"}
]
end
```
Then use it:
```elixir
Trellis2Art.homepage()
Trellis2Art.summary()
```