mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
point to offen/offen repo instead of org
This commit is contained in:
parent
1288360b47
commit
33624e9735
@ -68,7 +68,7 @@ DECORATE_CONTENT = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DOCS_URL = 'https://docs.offen.dev'
|
DOCS_URL = 'https://docs.offen.dev'
|
||||||
GITHUB_ORG = 'https://github.com/offen'
|
GITHUB_REPO = 'https://github.com/offen/offen'
|
||||||
CONTACT_EMAIL = 'hioffen@posteo.de'
|
CONTACT_EMAIL = 'hioffen@posteo.de'
|
||||||
GPG_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc'
|
GPG_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc'
|
||||||
PATREON_URL = 'https://www.patreon.com/offen'
|
PATREON_URL = 'https://www.patreon.com/offen'
|
||||||
@ -78,7 +78,7 @@ 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'
|
||||||
OFFEN_AUDITORIUM_URL = 'https://analytics.offen.dev/auditorium'
|
OFFEN_AUDITORIUM_URL = 'https://analytics.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/'
|
||||||
|
|
||||||
OFFEN_ACCOUNT_ID = os.environ.get('OFFEN_ACCOUNT_ID', None)
|
OFFEN_ACCOUNT_ID = os.environ.get('OFFEN_ACCOUNT_ID', None)
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
<a class="b link dim cclr-fnt-black-mid" href="/about/">About</a>
|
<a class="b link dim cclr-fnt-black-mid" href="/about/">About</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="b link dim cclr-fnt-black-mid" href="{{ GITHUB_ORG }}" rel="noopener" target="_blank">GitHub</a>
|
<a class="b link dim cclr-fnt-black-mid" href="{{ GITHUB_REPO }}" rel="noopener" target="_blank">GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="b link dim cclr-fnt-black-mid" href="{{ DOCS_URL }}" rel="noopener" target="_blank">Docs</a>
|
<a class="b link dim cclr-fnt-black-mid" href="{{ DOCS_URL }}" rel="noopener" target="_blank">Docs</a>
|
||||||
@ -95,7 +95,7 @@
|
|||||||
<p class="ma0 mb3">
|
<p class="ma0 mb3">
|
||||||
Audit our open source code and feel free to make a contribution.
|
Audit our open source code and feel free to make a contribution.
|
||||||
</p>
|
</p>
|
||||||
<a class="b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid cclr-fnt-black-mid" href="{{GITHUB_ORG}}" rel="noopener" target="_blank">Get involved</a>
|
<a class="b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid cclr-fnt-black-mid" href="{{ GITHUB_REPO }}" rel="noopener" target="_blank">Get involved</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@ -151,7 +151,7 @@
|
|||||||
<a class="link b dim gray" href="{{ DOCS_URL }}" rel="noopener" target="_blank">Docs</a>
|
<a class="link b dim gray" href="{{ DOCS_URL }}" rel="noopener" target="_blank">Docs</a>
|
||||||
</p>
|
</p>
|
||||||
<p class="ma0">
|
<p class="ma0">
|
||||||
<a class="link b dim gray" href="{{ GITHUB_ORG }}" rel="noopener" target="_blank">GitHub</a>
|
<a class="link b dim gray" href="{{ GITHUB_REPO }}" rel="noopener" target="_blank">GitHub</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-25-l mt3 mr3">
|
<div class="w-25-l mt3 mr3">
|
||||||
|
Loading…
Reference in New Issue
Block a user