1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

switch share images

This commit is contained in:
Matthias Kretschmann 2018-04-06 14:59:08 +02:00
parent e37ed65e57
commit 5b029efa52
Signed by: m
GPG Key ID: 606EEEF3C479A91F
10 changed files with 12 additions and 5 deletions

View File

@ -35,6 +35,16 @@
<HttpRedirectCode>301</HttpRedirectCode> <HttpRedirectCode>301</HttpRedirectCode>
</Redirect> </Redirect>
</RoutingRule> </RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>developers/</KeyPrefixEquals>
<HttpErrorCodeReturnedEquals>404</HttpErrorCodeReturnedEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/getstarted/</ReplaceKeyPrefixWith>
<HttpRedirectCode>301</HttpRedirectCode>
</Redirect>
</RoutingRule>
<RoutingRule> <RoutingRule>
<Condition> <Condition>
<KeyPrefixEquals>guides/</KeyPrefixEquals> <KeyPrefixEquals>guides/</KeyPrefixEquals>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

View File

@ -28,7 +28,7 @@
{% if page.image %} {% if page.image %}
<meta content="{{ site.url }}/assets/img/{{ page.image }}" property="og:image"> <meta content="{{ site.url }}/assets/img/{{ page.image }}" property="og:image">
{% else %} {% else %}
<meta content="{{ site.url }}/assets/img/share-image.jpg" property="og:image"> <meta content="{{ site.url }}/assets/img/share-image.png" property="og:image">
{% endif %} {% endif %}
{% if page.categories %} {% if page.categories %}

View File

@ -25,5 +25,5 @@
{% if page.image %} {% if page.image %}
<meta name="twitter:image:src" content="{{ site.url }}/assets/img/{{ page.image }}"> <meta name="twitter:image:src" content="{{ site.url }}/assets/img/{{ page.image }}">
{% else %} {% else %}
<meta name="twitter:image:src" content="{{ site.url }}/assets/img/share-image.jpg"> <meta name="twitter:image:src" content="{{ site.url }}/assets/img/share-image.png">
{% endif %} {% endif %}

View File

@ -5,14 +5,11 @@ title: Get started
description: "Explore drivers, tools &amp; documentation to get started with BigchainDB" description: "Explore drivers, tools &amp; documentation to get started with BigchainDB"
tagline: "Explore drivers, tools &amp; documentation" tagline: "Explore drivers, tools &amp; documentation"
image: share-image-getstarted.png
js: page-getstarted.min.js js: page-getstarted.min.js
redirect_from: redirect_from:
- /community/ - /community/
- /start/ - /start/
- /getstarted/
- /developers/
--- ---
{% assign content = site.data.getstarted %} {% assign content = site.data.getstarted %}