mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
clean
This commit is contained in:
parent
c9f835901d
commit
a750cd20f6
4
Gemfile
4
Gemfile
@ -41,4 +41,6 @@ group :jekyll_plugins do
|
|||||||
gem "jekyll-redirect-from"
|
gem "jekyll-redirect-from"
|
||||||
gem "jekyll-seo-tag"
|
gem "jekyll-seo-tag"
|
||||||
gem "jekyll-mentions"
|
gem "jekyll-mentions"
|
||||||
end
|
gem "html-proofer"
|
||||||
|
|
||||||
|
end
|
||||||
|
13
Gemfile.lock
13
Gemfile.lock
@ -13,6 +13,7 @@ GEM
|
|||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.11.1)
|
coffee-script-source (1.11.1)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
|
colorize (0.8.1)
|
||||||
commonmarker (0.17.13)
|
commonmarker (0.17.13)
|
||||||
ruby-enum (~> 0.5)
|
ruby-enum (~> 0.5)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.5)
|
||||||
@ -84,6 +85,15 @@ GEM
|
|||||||
html-pipeline (2.11.0)
|
html-pipeline (2.11.0)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
nokogiri (>= 1.4)
|
nokogiri (>= 1.4)
|
||||||
|
html-proofer (3.9.3)
|
||||||
|
activesupport (>= 4.2, < 6.0)
|
||||||
|
addressable (~> 2.3)
|
||||||
|
colorize (~> 0.8)
|
||||||
|
mercenary (~> 0.3.2)
|
||||||
|
nokogiri (~> 1.8.1)
|
||||||
|
parallel (~> 1.3)
|
||||||
|
typhoeus (~> 1.3)
|
||||||
|
yell (~> 2.0)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (0.9.5)
|
i18n (0.9.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
@ -214,6 +224,7 @@ GEM
|
|||||||
mini_portile2 (~> 2.3.0)
|
mini_portile2 (~> 2.3.0)
|
||||||
octokit (4.14.0)
|
octokit (4.14.0)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
|
parallel (1.17.0)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (3.0.3)
|
public_suffix (3.0.3)
|
||||||
@ -242,12 +253,14 @@ GEM
|
|||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.5.0)
|
unicode-display_width (1.5.0)
|
||||||
|
yell (2.1.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
github-pages
|
github-pages
|
||||||
|
html-proofer
|
||||||
jekyll-feed
|
jekyll-feed
|
||||||
jekyll-gist
|
jekyll-gist
|
||||||
jekyll-include-cache
|
jekyll-include-cache
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Microledgers and Edge-Chains — A Primer
|
title: Microledgers and Edge-Chains - A Primer
|
||||||
description: A Transcript of Daniel Hardman of Evernym Presenting at Hyperledger Global Forum — 2018
|
description: A Transcript of Daniel Hardman of Evernym Presenting at Hyperledger Global Forum — 2018
|
||||||
image: "https://infominer.id/images/edge-card.png"
|
image: "https://infominer.id/images/edge-card.png"
|
||||||
permalink: hgf-2018/Microledgers-Edgechains-Hardman-HGF/
|
permalink: hgf-2018/Microledgers-Edgechains-Hardman-HGF/
|
||||||
|
Loading…
Reference in New Issue
Block a user