{# vim: set et ts=8 sts=4 sw=4 ai ft=jinja.html: #} {% extends "settings.html" %} {% block content %} {# #}

Application Preferences

{##}
The name of the site, displayed on the top left of the page and in the subject of all emails.
{##}
The name of the domain running the site. This is optional when running behind a well configured reverse proxy. Used for external URLs.
{##}
The default description used in <meta> tags.
{##}
{# using site-logo here is not a typo, chrome complained about name/id mismatches #}
Configure via an url to the image that is displayed in the navbar on top of every page. This can be an attachment, e.g. logo.png attached to Home can be used as /Home/a/logo.png
{##}
Configures the lang attribute of the <html> lang used in the wiki. For example, en specifies English, but en-GB and en-US more precisely specify British English and American English, respectively. Note: This is not to be confused with configuring the lange and localization of the application. This is not yet supported.
{##}
Configure how the wiki indicates to visiting robots whether they are allowed to crawl the content.
{##}
Configure which page is displayed when visiting the root URL (/).
  • Empty: Use the default Home page
  • Page path: Use a specific page from the repository (e.g. Welcome or Docs/Index)
  • Special page: Redirect to a special page like /-/index or /-/changelog
Note: Do not include the .md extension for regular pages.
{##}
Configure via an url to the image that is displayed as favicon (tab icon, URL icon, bookmark icon). This can be an attachment, e.g. favicon-32x32.png attached to Home can be used as /Home/a/favicon-32x32.png
{##}
An Otter Wiki logo will not be shown.
{##}
{# card #} {% endblock %}