add contributors guide feature

This commit is contained in:
infominer 2019-07-14 20:08:54 -04:00
parent c856b3b957
commit e93e402826
3 changed files with 22 additions and 2 deletions

View File

@ -6,6 +6,8 @@ layout: archive
{% include feature_row id="welcome" type="center" %}
{% include feature_row id="feature_row" %}
{{ content }}
<h2 class="archive__subtitle">Categories</h2>
@ -47,7 +49,5 @@ layout: archive
{% endfor %}
{% endfor %}
{% include social-share.html %}
<!--{% include feature_row id="feature_row" %}-->

BIN
images/infobot-test.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -20,4 +20,24 @@ header:
btn_class: "btn--primary"
url: "https://didecentral.com/"
classes: wide
feature_row:
- image_path: https://infominer.id/assets/img/infohub-contributors-thumb.png
alt: "Contributors Intro Teaser"
title: "DIDecentral: Contributors Intro"
excerpt: "Getting started contributing to DIDecentral via Social Apps, and the Comments Section."
url: "https://didecentral.com/contributors-guide/intro/"
btn_class: "btn--primary"
- image_path: https://didecentral.com/assets/images/contributors-quickstart-teaser.png
alt: "Gentle Intro to GitHub Teaser"
title: "Contributors Quickstart"
excerpt: "A Gentle Introduction to GitHub. Learn to revise/add content to a page, and submit your first blog-post via web-browser."
url: "https://didecentral.com/contributors-guide/quickstart/"
btn_class: "btn--primary"
- image_path: /images/infobot-test.png
alt: "info-bot test post template Teaser Image"
title: "Hi I'm info-bot!"
excerpt: "Use this template for your first post to the DIDecentral Community Blog."
url: "https://didecentral.com/test/infobot-hello/"
btn_class: "btn--primary"
---