mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
update get started
This commit is contained in:
parent
7fc115c6b8
commit
4c776b697a
@ -95,6 +95,7 @@ MASTODON_URL = 'https://fosstodon.org/@offen'
|
|||||||
RELEASE_DIRECT_URL = 'https://get.offen.dev'
|
RELEASE_DIRECT_URL = 'https://get.offen.dev'
|
||||||
DOCKER_DIRECT_URL = 'https://hub.docker.com/r/offen/offen'
|
DOCKER_DIRECT_URL = 'https://hub.docker.com/r/offen/offen'
|
||||||
HEROKU_DIRECT_URL = 'https://heroku.com/deploy?template=https://github.com/offen/heroku/tree/master'
|
HEROKU_DIRECT_URL = 'https://heroku.com/deploy?template=https://github.com/offen/heroku/tree/master'
|
||||||
|
UBERSPACE_DIRECT_URL = 'https://lab.uberspace.de/guide_offen.html'
|
||||||
OFFEN_AUDITORIUM_URL = 'https://offen.offen.dev/auditorium/'
|
OFFEN_AUDITORIUM_URL = 'https://offen.offen.dev/auditorium/'
|
||||||
DOCS_GETSTARTED_URL = 'https://docs.offen.dev/running-offen/'
|
DOCS_GETSTARTED_URL = 'https://docs.offen.dev/running-offen/'
|
||||||
DOCS_TRYDEMO_URL = 'https://docs.offen.dev/running-offen/test-drive/'
|
DOCS_TRYDEMO_URL = 'https://docs.offen.dev/running-offen/test-drive/'
|
||||||
|
@ -19,7 +19,9 @@
|
|||||||
Single binary file <br>for Linux, Windows or MacOS
|
Single binary file <br>for Linux, Windows or MacOS
|
||||||
</p>
|
</p>
|
||||||
<a class="w-100 w5-ns tc b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid mb5 white cclr-bg-black-mid" href="{{ RELEASE_DIRECT_URL }}" rel="noopener">Download</a>
|
<a class="w-100 w5-ns tc b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid mb5 white cclr-bg-black-mid" href="{{ RELEASE_DIRECT_URL }}" rel="noopener">Download</a>
|
||||||
|
</div>
|
||||||
|
<hr class="ma0 mb5 b--black-05">
|
||||||
|
<div class="flex flex-column items-center">
|
||||||
<p class="lh-title ma0 mb2 gray">
|
<p class="lh-title ma0 mb2 gray">
|
||||||
Offen as a lightweight<br> Docker image
|
Offen as a lightweight<br> Docker image
|
||||||
</p>
|
</p>
|
||||||
@ -28,7 +30,12 @@
|
|||||||
<p class="lh-title ma0 mb2 gray">
|
<p class="lh-title ma0 mb2 gray">
|
||||||
Your own instance on Heroku
|
Your own instance on Heroku
|
||||||
</p>
|
</p>
|
||||||
<a class="w-100 w5-ns tc b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid mb6 white cclr-bg-black-mid" href="{{ HEROKU_DIRECT_URL }}" target="_blank" rel="noopener">Deploy to Heroku</a>
|
<a class="w-100 w5-ns tc b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid mb5 white cclr-bg-black-mid" href="{{ HEROKU_DIRECT_URL }}" target="_blank" rel="noopener">Deploy to Heroku</a>
|
||||||
|
|
||||||
|
<p class="lh-title ma0 mb2 gray">
|
||||||
|
Your own instance on Uberspace
|
||||||
|
</p>
|
||||||
|
<a class="w-100 w5-ns tc b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid mb6 white cclr-bg-black-mid" href="{{ UBERSPACE_DIRECT_URL }}" target="_blank" rel="noopener">Deploy to Uberspace</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="ma0 mb5 b--black-05">
|
<hr class="ma0 mb5 b--black-05">
|
||||||
|
Loading…
Reference in New Issue
Block a user