accept changes

This commit is contained in:
infominer 2019-07-09 00:01:25 -04:00
parent 8edb289582
commit ed490f58d3
4 changed files with 98 additions and 58 deletions

View File

@ -16,7 +16,7 @@ minimal_mistakes_skin : "air" # "air", "aqua", "contrast", "dark", "dirt", "n
# Site Settings
locale : "en-US"
title : "DIDecentral"
title : "Identity Decentralized"
title_separator : "⧉ "
name : "Infominer"
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
@ -31,18 +31,6 @@ masthead_title : "Resources for Creating a Vendor Agnostic, User-Contr
words_per_minute : 200
comments:
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "custom"
disqus:
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
# https://developers.facebook.com/docs/plugins/comments
appid :
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
utterances:
theme : # "github-light" (default), "github-dark"
issue_term : # "pathname" (default)
staticman:
allowedFields : # ['name', 'email', 'url', 'message']
branch : # "master"
@ -65,9 +53,8 @@ reCaptcha:
secret :
atom_feed:
path : # blank (default) uses feed.xml
search : # true, false (default)
search_full_content : # true, false (default)
search_provider : # lunr (default), algolia, google
search : true
search_provider : lunr # (default), algolia, google
algolia:
application_id : # YOUR_APPLICATION_ID
index_name : # YOUR_INDEX_NAME
@ -88,7 +75,7 @@ naver_site_verification :
# Social Sharing
twitter:
username : "infominer33"
site: didecentral
site: decentralized-id.com
# description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
# image : "https://decentralized-id.com/images/IDecentralized.png"
facebook:
@ -112,60 +99,51 @@ analytics:
# Site Author
author:
name : "⧉ Infominer"
avatar : "https://infominer.id/assets/img/bio-photo2.png"
twitter: infominer33
email : infominer@protonmail.com
name : "DIDecentral"
avatar : https://didecentral.com/assets/images/did-square.png
bio : "Open Source, Public Domain, Educational Initiative"
location : "Curating the Web"
links:
- label: "Info⧉Hub"
icon: "fa fa-fw fa-cube"
url: "https://infominer.id"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:infominer@protonmail.com"
- label: "Keybase"
icon: "fab fa-fw fa-keybase"
url: "https://keybase.io/infominer"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/didecentral"
url: mailto:identitydecentralized@gmail.com
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://decentralized-id.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/didecentral"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/didecentral"
- label: "Discord"
icon: "fab fa-fw fa-discord"
url: "https://discord.gg/ahTuPMY"
- label: "Telegram"
icon: "fab fa-fw fa-telegram"
url: "https://t.me/InfoMiner33"
# - label: "Bitcoin"
# icon: "fab fa-fw fa-bitcoin"
# url:
url: "https://discord.gg/eYm2XvZ"
#- label: "Telegram"
icon: #"fab fa-fw fa-telegram"
url: #"https://t.me/InfoMiner33"
# https://fontawesome.com/icons/telegram?style=brands
# Just go to fontawesome.com and add whatever social sites you need here.
# Site Footer
footer:
links:
- label: "Info⧉Hub"
icon: "fa fa-fw fa-cube"
url: "https://infominer.id"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:infominer@protonmail.com"
- label: "Keybase"
icon: "fab fa-fw fa-keybase"
url: "https://keybase.io/infominer"
url: mailto:identitydecentralized@gmail.com
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://decentralized-id.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/didecentral"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/didecentral"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/infominer33"
- label: "Discord"
icon: "fab fa-fw fa-discord"
url: "https://discord.gg/ahTuPMY"
- label: "Telegram"
icon: "fab fa-fw fa-telegram"
url: "https://t.me/InfoMiner33"
url: "https://discord.gg/eYm2XvZ"
@ -173,6 +151,7 @@ footer:
include:
- .htaccess
- _pages
- _posts
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
@ -322,9 +301,9 @@ collections:
# Defaults
defaults:
# _posts
# _pages
- scope:
path: ""
path: "_pages"
type: pages
values:
layout: single
@ -339,5 +318,23 @@ defaults:
toc: true
toc_label : "Contents"
toc_icon : "link"
toc_sticky : true
# _posts
- scope:
path: "_posts"
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: # true
share: true
related: true
sidebar:
title: DIDecentral
nav: "didnav"
toc: true
toc_label : "Contents"
toc_icon : "link"
toc_sticky : true

View File

@ -2,6 +2,11 @@
layout: archive
---
<h2>Feature</h2>
{% include feature_row id="feature_row" %}
{{ content }}
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
@ -11,3 +16,13 @@ layout: archive
{% endfor %}
{% include paginator.html %}
<!--{% raw %}{% include feature_row id="intro" type="right" %}{% endraw %}
{% include feature_row id="intro2" type="left" %}-->
<!--{% raw %}{% include feature_row id="feature_row2" %}{% endraw %}
{% raw %}{% include social-share.html %}{% endraw %}-->

View File

@ -1,14 +1,15 @@
---
layout : "single"
title : Identity Decentralized
title : Awesome Decentralized ID
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
header:
image : "https://decentralized-id.com/images/did-header.png"
caption : "[didecentral/didecentral.github.io](https://github.com/didecentral/didecentral.github.io)"
og_image : "https://decentralized-id.com/images/didecentral.png"
author_profile: false
permalink: /
canonical_url: 'https://decentralized-id.com/'
author_profile: true
permalink: /awesome-decentralized-id/
published: true
last_modified_at: 2019-07-08T11:22:33-23:00
---

View File

@ -1,4 +1,31 @@
---
layout: home
author_profile: true
sidebar:
nav: didnav
feature_row:
- image_path: https://infominer.id/assets/img/infohub-contributors-thumb.png
alt: "Contributors Intro Teaser Image"
title: "DIDecentral: Contributors Intro"
excerpt: "A variety of ways to contribute to DIDecentral with a minimal barriar to entry. Starting from Twitter, Discord Chat, and GitHub."
url: "https://didecentral.com/contributors-intro/"
- image_path: "https://didecentral.com/assets/images/minimal-mistakes-teaser.png"
alt: "Minimal Mistakes Configuration - Teaser Image"
title: "Minimal-Mistakes-Jekyll - Setup and Configuration"
excerpt: "This is to help anyone to understand how we're using Minimal Mistakes to publish this and other web-sites. For contributors, or your own use, outside of this organization."
url: "https://didecentral.com/website-configuration/"
- image_path: "https://didecentral.com/assets/images/discord-archive-thumb.png"
alt: "Discord Server Archives - Teaser Image"
title: "Publishing Discord Server Archives via Minimal Mistakes"
excerpt: "To help anyone understand how we're using DiscordChatExporter and Minimal Mistakes to publish Discord server archives."
url: "https://didecentral.com/discord-archive-howto/"
excerpt: "This web-site is currently undergoing a transformation. Its taken some time to decide how to grow these resources, while improving accessibility and presentation of existing content. We now have a community site that will be the base of operations for contributors guides, community blog posts and collaborative opportunities."
header:
overlay_color: "#aabbff"
actions:
- label: "Check out our community site!"
url: "https://didecentral.com/"
classes: wide
permalink: /
---