diff --git a/docs/content/_index.md b/docs/content/_index.md index d8e9d74..70434b8 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -1 +1,32 @@ -Welcome! +# Otter + +Otter is a standalone implementation of the [Gpodder.net +API](https://gpoddernet.readthedocs.io/en/latest/). Its goal is to be a +lightweight self-hostable alternative to [gpodder.net](https://gpodder.net) for +synchronizing podcast subscriptions and episode states between compatible +clients. + +{{% columns %}} +## Easy to install + +Otter is distributed as a single statically compiled binary, allowing it to be +used in any Linux-based context, be it as a Systemd service or in a Docker +container. + +<---> + +## Simple to configure + +Only a small amount of configuration is required to get Otter up and running, +all of which can be done from a config file, environment variables, or CLI +arguments. + +<---> + +## Multi-user + +Otter supports multiple users and provides functionality for making your server +either public or private, along with easy ways of inviting new users to your +server. Host it for yourself, your friends, or start a public instance! + +{{% /columns %}} diff --git a/docs/hugo.toml b/docs/hugo.toml index 965677d..6b83dfa 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -2,3 +2,6 @@ baseURL = 'https://rustybever.be/docs/otter/' languageCode = 'en-us' title = 'Otter' theme = "hugo-book" + +[markup.goldmark.renderer] +unsafe = true