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"
|
2019-07-09 00:01:25 -04:00
|
|
|
title : "Identity Decentralized"
|
2019-07-11 03:32:04 -04:00
|
|
|
title_separator : "| "
|
2019-03-28 19:40:33 -04:00
|
|
|
name : "Infominer"
|
2019-07-11 01:17:40 -04:00
|
|
|
description : "Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
|
2019-06-09 16:06:22 -04:00
|
|
|
url : "https://decentralized-id.com"
|
2019-06-09 14:04:29 -04:00
|
|
|
baseurl : ""
|
2019-07-04 03:27:50 -04:00
|
|
|
repository : "didecentral/decentralized-id.com"
|
2019-03-28 19:40:33 -04:00
|
|
|
github : [metadata]
|
2019-06-18 17:06:46 -04:00
|
|
|
teaser : /images/didecentral-tw.png
|
2019-07-02 01:34:52 -04:00
|
|
|
logo : "https://decentralized-id.com/images/DID.png"
|
2019-07-12 23:41:28 -04:00
|
|
|
masthead_title : "Sovereign Identity Info"
|
2019-03-28 19:40:33 -04:00
|
|
|
# breadcrumbs : false # true, false (default)
|
|
|
|
words_per_minute : 200
|
|
|
|
comments:
|
2019-07-09 10:58:51 -04:00
|
|
|
provider : # "staticman_v2"
|
2019-03-28 19:40:33 -04:00
|
|
|
staticman:
|
2019-07-09 10:58:51 -04:00
|
|
|
allowedFields : ["name", "email", "url", "message"]
|
|
|
|
repository : didecentral/decentralized-id.com
|
|
|
|
branch : "master"
|
|
|
|
commitMessage : "New comment by {fields.name}"
|
|
|
|
filename : comment-{@timestamp}
|
|
|
|
format : "yml"
|
|
|
|
moderation : true
|
|
|
|
path : "_data/comments/{options.slug}"
|
|
|
|
requiredFields : ["name", "email", "message"]
|
2019-03-28 19:40:33 -04:00
|
|
|
transforms:
|
2019-07-09 10:58:51 -04:00
|
|
|
email : "md5"
|
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:
|
2019-07-09 10:58:51 -04:00
|
|
|
format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
|
|
|
|
endpoint : # https://staticman3.herokuapp.com/v3/entry/github/
|
|
|
|
reCaptcha:
|
|
|
|
siteKey:
|
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
|
|
|
|
search_provider : lunr # (default), algolia, google
|
2019-03-28 19:40:33 -04:00
|
|
|
algolia:
|
|
|
|
application_id : # YOUR_APPLICATION_ID
|
|
|
|
index_name : # YOUR_INDEX_NAME
|
|
|
|
search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY
|
|
|
|
powered_by : # true (default), false
|
|
|
|
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."
|
2019-06-09 16:06:22 -04:00
|
|
|
# image : "https://decentralized-id.com/images/IDecentralized.png"
|
2019-03-28 19:40:33 -04:00
|
|
|
facebook:
|
|
|
|
username :
|
|
|
|
app_id :
|
|
|
|
publisher :
|
2019-06-18 17:06:46 -04:00
|
|
|
og_image : https://decentralized-id.com/images/didecentral-tw.png
|
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:
|
|
|
|
provider : google # false (default), "google", "google-universal", "custom"
|
|
|
|
google:
|
2019-07-07 09:17:17 -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"
|
|
|
|
avatar : https://didecentral.com/assets/images/did-square.png
|
|
|
|
bio : "Open Source, Public Domain, Educational Initiative"
|
|
|
|
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"
|
2019-07-11 03:32:04 -04:00
|
|
|
url: "https://didecentral.com"
|
2019-07-09 00:01:25 -04:00
|
|
|
- label: "GitHub"
|
|
|
|
icon: "fab fa-fw fa-github"
|
|
|
|
url: "https://github.com/didecentral"
|
2019-04-05 15:27:26 -04:00
|
|
|
- label: "Discord"
|
|
|
|
icon: "fab fa-fw fa-discord"
|
2019-07-09 00:01:25 -04:00
|
|
|
url: "https://discord.gg/eYm2XvZ"
|
2019-07-09 12:23:56 -04:00
|
|
|
- label: "Twitter"
|
|
|
|
icon: "fab fa-fw fa-twitter-square"
|
|
|
|
url: "https://twitter.com/didecentral"
|
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"
|
2019-07-11 03:32:04 -04:00
|
|
|
url: "https://didecentral.com"
|
2019-07-09 00:01:25 -04:00
|
|
|
- label: "Twitter"
|
|
|
|
icon: "fab fa-fw fa-twitter-square"
|
|
|
|
url: "https://twitter.com/didecentral"
|
2019-03-28 19:40:33 -04:00
|
|
|
- label: "GitHub"
|
|
|
|
icon: "fab fa-fw fa-github"
|
2019-06-18 17:06:46 -04:00
|
|
|
url: "https://github.com/didecentral"
|
2019-04-05 15:27:26 -04:00
|
|
|
- label: "Discord"
|
|
|
|
icon: "fab fa-fw fa-discord"
|
2019-07-09 00:01:25 -04:00
|
|
|
url: "https://discord.gg/eYm2XvZ"
|
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
|
2019-03-28 19:40:33 -04:00
|
|
|
paginate_path: /page:num/
|
|
|
|
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
|
|
|
|
|
|
|
|
|
|
# Plugins (previously gems:)
|
|
|
|
plugins:
|
|
|
|
- jekyll-paginate
|
|
|
|
- jekyll-sitemap
|
|
|
|
- jekyll-gist
|
|
|
|
- jekyll-feed
|
|
|
|
- jemoji
|
|
|
|
- jekyll-include-cache
|
|
|
|
- jekyll-target-blank
|
|
|
|
- jekyll-optional-front-matter
|
|
|
|
- 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-target-blank
|
|
|
|
- jekyll-optional-front-matter
|
|
|
|
- jekyll-redirect-from
|
|
|
|
- jekyll-mentions
|
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
|
|
|
|
|
|
|
|
|
2019-06-03 09:04:09 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Collections
|
|
|
|
collections:
|
|
|
|
general:
|
|
|
|
output: true
|
|
|
|
permalink: /:collection/:path/
|
|
|
|
share: true
|
|
|
|
|
|
|
|
|
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:
|
|
|
|
layout: single
|
2019-04-11 22:07:59 -04:00
|
|
|
author_profile: false
|
2019-03-28 19:40:33 -04:00
|
|
|
read_time: false
|
|
|
|
comments: # true
|
|
|
|
share: true
|
|
|
|
related: true
|
|
|
|
sidebar:
|
2019-06-18 17:06:46 -04:00
|
|
|
title: DIDecentral
|
2019-04-11 23:26:37 -04:00
|
|
|
nav: "didnav"
|
2019-03-28 19:40:33 -04:00
|
|
|
toc: true
|
2019-04-07 17:04:31 -04:00
|
|
|
toc_label : "Contents"
|
|
|
|
toc_icon : "link"
|
2019-07-09 00:01:25 -04:00
|
|
|
toc_sticky : true
|
|
|
|
# _posts
|
|
|
|
- scope:
|
|
|
|
path: "_posts"
|
|
|
|
type: posts
|
|
|
|
values:
|
|
|
|
layout: single
|
2019-07-11 01:07:10 -04:00
|
|
|
author_profile: false
|
2019-07-09 00:01:25 -04:00
|
|
|
read_time: true
|
|
|
|
comments: # true
|
|
|
|
share: true
|
|
|
|
related: true
|
|
|
|
sidebar:
|
|
|
|
title: DIDecentral
|
|
|
|
nav: "didnav"
|
|
|
|
toc: true
|
|
|
|
toc_label : "Contents"
|
|
|
|
toc_icon : "link"
|
2019-04-07 17:04:31 -04:00
|
|
|
toc_sticky : true
|
2019-06-09 14:04:29 -04:00
|
|
|
|