2019-03-28 19:40:33 -04:00
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your entire site, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `jekyll serve`. If you change this file, please restart the server process.
# Theme Settings
#
# Review documentation to determine if you should use `theme` or `remote_theme`
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
2019-05-16 01:24:24 -04:00
minimal_mistakes_skin : "air" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
2019-03-28 19:40:33 -04:00
# Site Settings
locale : "en-US"
2020-11-22 06:38:26 -05:00
title : "Decentralized Identity Curated"
2019-07-11 03:32:04 -04:00
title_separator : "| "
2019-03-28 19:40:33 -04:00
name : "Infominer"
2020-01-12 11:36:41 -05:00
description : "Learning to create an Identity Layer for the Internet, that is vendor agnostic and as widely interoperable, as possible, putting users in control of their personal information."
2019-06-09 16:06:22 -04:00
url : "https://decentralized-id.com"
2019-06-09 14:04:29 -04:00
baseurl : ""
2020-10-18 02:13:35 -04:00
repository : "Decentralized-ID/decentralized-id.github.io"
2019-03-28 19:40:33 -04:00
github : [ metadata]
2020-11-19 03:16:51 -05:00
teaser : /images/did-square.webp
logo : "/images/DID.webp"
2020-11-09 02:24:32 -05:00
masthead_title : "Decentralized-ID Curated"
2019-03-28 19:40:33 -04:00
# breadcrumbs : false # true, false (default)
words_per_minute : 200
comments :
2020-10-11 04:27:48 -04:00
provider : "staticman_v2"
2019-03-28 19:40:33 -04:00
staticman :
2020-10-20 04:08:35 -04:00
allowedFields : [ "name" , "email" , "message" ]
2020-10-18 02:13:35 -04:00
repository : Decentralized-ID/decentralized-id.github.io
2019-07-09 10:58:51 -04:00
branch : "master"
commitMessage : "New comment by {fields.name}"
filename : comment-{@timestamp}
format : "yml"
moderation : true
path : "_data/comments/{options.slug}"
2020-10-10 02:40:48 -04:00
requiredFields : [ "name" , "message" ]
2019-03-28 19:40:33 -04:00
generatedFields :
date :
2019-07-09 10:58:51 -04:00
type : "date"
2019-03-28 19:40:33 -04:00
options :
2020-10-10 02:40:48 -04:00
format : "timestamp-seconds" #"timestamp-milliseconds"
2020-10-11 04:31:56 -04:00
endpoint : https://identosphere.net/staticman/v2/entry/
2020-10-11 06:55:55 -04:00
reCaptcha :
siteKey : 6LfHeawUAAAAAATc0Sckhl9FJLGog3m7qLrYA8V0
secret : jG+tpXA7GdYSuIT/rcr5pyy9GG/ZP6808NE8SS+/ggGZ0Si0/uelJpZuElRrIITjfB7YjW6+MyWEBM/q/BFWQqRfkpCZ0RK5AETrx/awrvKSlCVCQfpN20MFpu54yFgkyj82umuoxOyiVczwUnkD8Sav0cXESbllHgC+2J2hw6nOYQ+ZnOFL4J4m3yoABhyGpKnhzw7enmaAm+pbxPXyLhjj9+LiRqGLWNUYOt+yOuo/i1aeE8p0lYwdESVoetkuNfKf1Q13Vs/KSPGceVXWLJAf7mDlwCf8wGrAZzCGAd9GQJM3KjliB+0hGOWs9X01+PdUr6ZeeGrAFjBERZXpTPdJmHDBmUNnX5Tdvhq9uU4I3NcZveIg5FyjLe4nMG30ha/hALW4KLvspzCL8nYWpFl27RTqN6v735xcBgcfVR4JPfInb91/EtAFe3gyM3BCe3enuiezGDZsqCn+glQZ7adeOrCaZ0pLG+FmL7WXR2QsSfq70biUp6uLZtGfJ4W9I9DIezbj3Z/ltJRFVTmWHGp3g4/2LAcsDLMfyR4QLVkcgqQjuAbYk3ItPNuLPAVV6mbHKvBmyoyimT1SpPWgu6uJCRkCyU90DMsBK/xNzhep9ljp73qV2B3qHvFqHIKKzYEoA2rtQexTsRWxf+20axauwWO/DdpcOqOQC8mUqBE=
2020-10-11 06:45:48 -04:00
2019-03-28 19:40:33 -04:00
atom_feed :
path : # blank (default) uses feed.xml
2019-07-09 00:01:25 -04:00
search : true
2020-01-07 10:56:37 -05:00
search_provider : algolia # lunr (default), algolia, google
2019-03-28 19:40:33 -04:00
algolia :
2020-01-07 10:56:37 -05:00
application_id : Q7H7K9X8DV
index_name : didecentral
search_only_api_key : c02bbc81162fc9aaaf03cd6573962a94 # YOUR_SEARCH_ONLY_API_KEY
powered_by : true # true (default), false
2019-03-28 19:40:33 -04:00
google :
search_engine_id : # YOUR_SEARCH_ENGINE_ID
instant_search : # false (default), true
# SEO Related
google_site_verification :
bing_site_verification :
yandex_site_verification :
naver_site_verification :
2019-03-16 16:25:32 -04:00
2019-03-28 19:40:33 -04:00
# Social Sharing
2019-03-16 16:25:32 -04:00
twitter :
2019-04-05 14:50:17 -04:00
username : "infominer33"
2019-07-09 10:58:51 -04:00
site : "didecentral"
2019-04-05 14:50:17 -04:00
# description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
2020-11-19 03:32:08 -05:00
# image : "/images/IDecentralized.webp"
2019-03-28 19:40:33 -04:00
facebook :
username :
app_id :
publisher :
2020-11-19 03:16:51 -05:00
og_image : /images/did-twitter.webp
2019-03-28 19:40:33 -04:00
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social :
type : # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
links : # An array of links to social media profiles
# Analytics
analytics :
2020-05-24 09:57:29 -04:00
provider : custom # false (default), "google", "google-universal", ""
2019-03-28 19:40:33 -04:00
google :
2020-05-24 09:57:29 -04:00
tracking_id : #UA-132558656-3
2019-07-02 01:42:12 -04:00
anonymize_ip : true
2019-03-28 19:40:33 -04:00
# Site Author
author :
2019-07-09 00:01:25 -04:00
name : "DIDecentral"
2020-11-19 03:16:51 -05:00
avatar : /images/did-square.webp
2019-09-09 16:45:48 -04:00
bio : "Collaborative Curation, Community Research Initiative"
2019-07-09 00:01:25 -04:00
location : "Curating the Web"
2019-03-28 19:40:33 -04:00
links :
2019-04-05 15:44:43 -04:00
- label : "Email"
icon : "fas fa-fw fa-envelope-square"
2019-07-09 00:01:25 -04:00
url : mailto:identitydecentralized@gmail.com
- label : "Website"
icon : "fas fa-fw fa-link"
2020-01-05 19:31:03 -05:00
url : "https://decentralized-id.com"
2019-07-09 00:01:25 -04:00
- label : "GitHub"
icon : "fab fa-fw fa-github"
2020-10-18 02:13:35 -04:00
url : "https://github.com/Decentralized-ID"
2019-07-09 12:23:56 -04:00
- label : "Twitter"
icon : "fab fa-fw fa-twitter-square"
2020-10-18 02:13:35 -04:00
url : "https://twitter.com/DecentralizeID"
2019-07-09 00:01:25 -04:00
# https://fontawesome.com/icons/telegram?style=brands
# Just go to fontawesome.com and add whatever social sites you need here.
2019-03-28 19:40:33 -04:00
# Site Footer
footer :
links :
2019-04-05 15:27:26 -04:00
- label : "Email"
icon : "fas fa-fw fa-envelope-square"
2019-07-09 00:01:25 -04:00
url : mailto:identitydecentralized@gmail.com
- label : "Website"
icon : "fas fa-fw fa-link"
2020-01-05 19:31:03 -05:00
url : "https://decentralized-id.com"
2019-07-09 00:01:25 -04:00
- label : "Twitter"
icon : "fab fa-fw fa-twitter-square"
2020-10-18 02:13:35 -04:00
url : "https://twitter.com/DecentralizeID"
2019-03-28 19:40:33 -04:00
- label : "GitHub"
icon : "fab fa-fw fa-github"
2020-10-18 02:13:35 -04:00
url : "https://github.com/Decentralized-ID"
2019-04-05 15:27:26 -04:00
2019-03-28 19:40:33 -04:00
# Reading Files
include :
- .htaccess
- _pages
2019-07-09 00:01:25 -04:00
- _posts
2019-03-28 19:40:33 -04:00
exclude :
- "*.sublime-project"
- "*.sublime-workspace"
- vendor
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
- /docs # ignore Minimal Mistakes /docs
- /test # ignore Minimal Mistakes /test
keep_files :
- .git
- .svn
encoding : "utf-8"
markdown_ext : "markdown,mkdown,mkdn,mkd,md"
# Conversion
markdown : kramdown
highlighter : rouge
lsi : false
excerpt_separator : "\n\n"
incremental : false
# Markdown Processing
kramdown :
input : GFM
hard_wrap : false
auto_ids : true
footnote_nr : 1
entity_output : as_char
toc_levels : 1 ..6
smart_quotes : lsquo,rsquo,ldquo,rdquo
enable_coderay : false
# Sass/SCSS
sass :
sass_dir : _sass
style : compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Outputting
permalink : /:categories/:title/
2019-07-11 01:17:40 -04:00
paginate : 10 # amount of posts to show
2020-01-06 06:56:30 -05:00
paginate_path : /posts/page:num/
timezone : Pacific/Fakaofo # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
2019-03-28 19:40:33 -04:00
# Plugins (previously gems:)
plugins :
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-redirect-from
- jekyll-mentions
jekyll-mentions :
base_url : https://twitter.com
# mimic GitHub Pages with --safe
whitelist :
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
2019-06-18 17:06:46 -04:00
- jekyll-redirect-from
- jekyll-mentions
2019-03-28 19:40:33 -04:00
2020-10-28 20:56:49 -04:00
liquid :
error_mode : strict
strict_filters : true
2019-03-28 19:40:33 -04:00
# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
# Path (examples)
# - Archive page should exist at path when using Liquid method or you can
# expect broken links (especially with breadcrumbs enabled)
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
# - <base_path/my-awesome-category/index.html ~> path: /
category_archive :
type : liquid
path : /categories/
tag_archive :
type : liquid
path : /tags/
# https://github.com/jekyll/jekyll-archives
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/
# HTML Compression
# - http://jch.penibelst.de/
compress_html :
clippings : all
ignore :
envs : development
2020-01-05 04:16:39 -05:00
collections :
HowToContribute :
output : true
permalink : /how-to-contribute/:path/
2019-06-03 09:04:09 -04:00
2019-03-28 19:40:33 -04:00
# Defaults
defaults :
2019-07-09 00:01:25 -04:00
# _pages
2019-03-28 19:40:33 -04:00
- scope :
2019-07-09 00:01:25 -04:00
path : "_pages"
2019-03-28 19:40:33 -04:00
type : pages
values :
2020-01-12 21:57:55 -05:00
header :
2020-11-20 06:19:56 -05:00
image : /images/binary-2910663_geralt.webp
2020-01-12 11:36:41 -05:00
sidebar :
- title : "Identity Decentralized"
2020-11-22 18:33:43 -05:00
image : "/images/testing.webp"
image_alt : "Binary Globe Image"
2020-01-12 11:36:41 -05:00
nav : "didnav"
2019-03-28 19:40:33 -04:00
layout : single
2019-04-11 22:07:59 -04:00
author_profile : false
2019-03-28 19:40:33 -04:00
read_time : false
2020-11-20 06:19:56 -05:00
classes : wide
2019-03-28 19:40:33 -04:00
comments : # true
share : true
related : true
toc : true
2019-07-09 00:01:25 -04:00
toc_sticky : true
# _posts
- scope :
path : "_posts"
type : posts
values :
2020-01-12 11:36:41 -05:00
sidebar :
- title : "Identity Decentralized"
2020-11-22 18:33:43 -05:00
image : "/images/testing.webp"
image_alt : "Binary Globe Image"
2020-01-12 11:36:41 -05:00
nav : "didnav"
2019-07-09 00:01:25 -04:00
layout : single
2019-07-11 01:07:10 -04:00
author_profile : false
2020-01-06 05:08:41 -05:00
header :
2020-11-20 06:19:56 -05:00
image : /images/binary-2910663_geralt.webp
2019-07-09 00:01:25 -04:00
read_time : true
2020-10-10 02:40:48 -04:00
comments : true
2019-07-09 00:01:25 -04:00
share : true
2020-01-04 13:49:36 -05:00
classes : wide
2019-07-09 00:01:25 -04:00
related : true
toc : true
toc_label : "Contents"
toc_icon : "link"
2019-04-07 17:04:31 -04:00
toc_sticky : true
2020-11-21 09:33:42 -05:00
- scope :
path : "_posts/twitter"
type : posts
values :
sidebar :
- title : "Identity Decentralized"
image : "/images/DID_ban.webp"
image_alt : "Decentralized-ID.com Sidebar"
nav : "didnav"
layout : single
permalink : /twitter/:year/:month/:day/
author_profile : true
read_time : false
comments : false
share : false
classes : wide
categories : [ "Twitter" ]
toc : false
header :
image : /images/collections.webp
og_image : /images/weekly-tweet-collections.webp
teaser : /images/did-twitter-sq.webp
caption : "[@DecentralizeID](https://twitter.com/DecentralizeID)"