Add frontpage and privacy page

This commit is contained in:
Eugen Rochko 2018-09-23 02:34:19 +02:00
parent 32d9b81a0f
commit b4b055df11
5 changed files with 125 additions and 1 deletions

11
layouts/index.html Normal file
View file

@ -0,0 +1,11 @@
{{ define "title"}} Mastodon documentation {{end}}
{{ define "main" }}
<h1>Mastodon documentation</h1>
<div class="e-content">
<p>Welcome to the Mastodon documentation!</p>
<p>Mastodon is a <strong>free, open-source social network server</strong> based on <strong>open web protocols</strong> like ActivityPub and OStatus. The social focus of the project is a viable decentralized alternative to commercial social media silos that returns the control of the content distribution channels to the people. The technical focus of the project is a good user interface, a clean REST API for 3rd party apps and robust anti-abuse tools.</p>
</div>
{{ end }}