Browse Source
Fix for twitter cards (#34)
Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Moxiegirl
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with
19 additions and
6 deletions
-
_config.yml
-
_develop/zero_to_dapp_1.md
-
_develop/zero_to_dapp_2.md
-
_develop/zero_to_dapp_3.md
-
_develop/zero_to_dapp_3_win.md
-
_develop/zero_to_dapp_4.md
-
_includes/head.html
-
_includes/share.html
-
BIN
assets/img/logo.png
-
BIN
assets/img/zero-to-dapp.png
-
robots.txt
|
@ -57,7 +57,9 @@ social: |
|
|
youtube: |
|
|
youtube: |
|
|
|
|
|
|
|
|
# Twitter share button |
|
|
# Twitter share button |
|
|
twitter_username: |
|
|
twitter: |
|
|
|
|
|
username: blockstack |
|
|
|
|
|
image: /assets/img/touch-icon.png |
|
|
|
|
|
|
|
|
# Default footer image settings |
|
|
# Default footer image settings |
|
|
footer: |
|
|
footer: |
|
@ -147,6 +149,7 @@ defaults: |
|
|
path: "" # an empty string here means all files in the project |
|
|
path: "" # an empty string here means all files in the project |
|
|
values: |
|
|
values: |
|
|
comments: true |
|
|
comments: true |
|
|
|
|
|
image: /assets/img/touch-icon.png |
|
|
|
|
|
|
|
|
collections: |
|
|
collections: |
|
|
android: |
|
|
android: |
|
|
|
@ -1,6 +1,7 @@ |
|
|
--- |
|
|
--- |
|
|
layout: learn |
|
|
layout: learn |
|
|
permalink: /:collection/:path.html |
|
|
permalink: /:collection/:path.html |
|
|
|
|
|
image: /assets/img/zero-to-dapp.png |
|
|
--- |
|
|
--- |
|
|
# 1 - Why Blockchain and Blockstack? |
|
|
# 1 - Why Blockchain and Blockstack? |
|
|
{:.no_toc} |
|
|
{:.no_toc} |
|
|
|
@ -1,6 +1,7 @@ |
|
|
--- |
|
|
--- |
|
|
layout: learn |
|
|
layout: learn |
|
|
permalink: /:collection/:path.html |
|
|
permalink: /:collection/:path.html |
|
|
|
|
|
image: /assets/img/zero-to-dapp.png |
|
|
--- |
|
|
--- |
|
|
# 2 - Discover how DApps are different |
|
|
# 2 - Discover how DApps are different |
|
|
{:.no_toc} |
|
|
{:.no_toc} |
|
|
|
@ -1,6 +1,7 @@ |
|
|
--- |
|
|
--- |
|
|
layout: learn |
|
|
layout: learn |
|
|
permalink: /:collection/:path.html |
|
|
permalink: /:collection/:path.html |
|
|
|
|
|
image: /assets/img/zero-to-dapp.png |
|
|
--- |
|
|
--- |
|
|
# 3 - Build an Animal Kingdom DApp |
|
|
# 3 - Build an Animal Kingdom DApp |
|
|
{:.no_toc} |
|
|
{:.no_toc} |
|
|
|
@ -1,6 +1,7 @@ |
|
|
--- |
|
|
--- |
|
|
layout: learn |
|
|
layout: learn |
|
|
permalink: /:collection/:path.html |
|
|
permalink: /:collection/:path.html |
|
|
|
|
|
image: /assets/img/zero-to-dapp.png |
|
|
--- |
|
|
--- |
|
|
# 3. Build an Animal Kingdom DApp |
|
|
# 3. Build an Animal Kingdom DApp |
|
|
{:.no_toc} |
|
|
{:.no_toc} |
|
|
|
@ -1,6 +1,7 @@ |
|
|
--- |
|
|
--- |
|
|
layout: learn |
|
|
layout: learn |
|
|
permalink: /:collection/:path.html |
|
|
permalink: /:collection/:path.html |
|
|
|
|
|
image: /assets/img/zero-to-dapp.png |
|
|
--- |
|
|
--- |
|
|
# 4 - Participate in App Mining |
|
|
# 4 - Participate in App Mining |
|
|
{:.no_toc} |
|
|
{:.no_toc} |
|
|
|
@ -4,8 +4,8 @@ |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
<title>{{ page.title | escape }}</title> |
|
|
<title>{{ page.title | escape }}</title> |
|
|
{% seo title=false %} |
|
|
{% seo title=false %} |
|
|
<!-- <meta property="og:image" content="{% if site.brand.image contains 'http' %}{{ site.brand.image }}{% else %}{{ site.post_assets | absolute_url }}{{ site.brand.image }}{% endif %}"/> --> |
|
|
<!-- <meta property="og:image" content="{% if site.brand.image contains 'http' %}{{ site.brand.image }}{% else %}{{ site.post_assets | url }}{{ site.brand.image }}{% endif %}"/> --> |
|
|
<meta property="og:image" content="{% if site.brand.image contains 'http' %}{{ site.brand.image }}{% else %}{{ site.post_assets | url }}{{ site.brand.image }}{% endif %}"/> |
|
|
<meta property="og:image" content="{{ "/assets/img/touch-icon.png" | relative_url }}"/> |
|
|
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}"> |
|
|
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}"> |
|
|
<link rel="shortcut icon" type="image/png" href="{{ "assets/img/touch-icon.png" | relative_url }}" > |
|
|
<link rel="shortcut icon" type="image/png" href="{{ "assets/img/touch-icon.png" | relative_url }}" > |
|
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}"> |
|
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}"> |
|
|
|
@ -1,3 +1,3 @@ |
|
|
<div class="share uk-text-center"> |
|
|
<div class="share uk-text-center"> |
|
|
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on Twitter" onclick="window.open(this.href, 'twitter', 'width=550,height=235');return false;"><span data-uk-icon="icon: twitter; ratio: 1.2"></span></a> |
|
|
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter.username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on Twitter" onclick="window.open(this.href, 'twitter', 'width=550,height=235');return false;"><span data-uk-icon="icon: twitter; ratio: 1.2"></span></a> |
|
|
</div> |
|
|
</div> |
|
|
Width:
|
Height:
|
Size: 1006 B
|
Width:
|
Height:
|
Size: 11 KiB
|
|
@ -0,0 +1,5 @@ |
|
|
|
|
|
# www.robotstxt.org/ |
|
|
|
|
|
# www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449 |
|
|
|
|
|
|
|
|
|
|
|
User-agent: * |
|
|
|
|
|
Sitemap: https://docs.blockstack.org/sitemap.xml |