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