diff --git a/Gemfile.bak b/Gemfile.bak deleted file mode 100644 index 35fa24ab..00000000 --- a/Gemfile.bak +++ /dev/null @@ -1,31 +0,0 @@ -source "https://rubygems.org" -gemspec - -gem "jekyll" -gem "minimal-mistakes-jekyll" - - -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and -# uncomment the line below. To upgrade, run `bundle update github-pages`. -# gem "github-pages", group: :jekyll_plugins - -# gem "jekyll-avatar" -# gem "jekyll-default-layout" -# -# If you have any plugins, put them here! -group :jekyll_plugins do - gem "jekyll-paginate" - gem "jekyll-sitemap" - gem "jekyll-gist" - gem "jekyll-feed" - gem "jemoji" - gem "jekyll-include-cache" - gem "jekyll-target-blank" - gem "jekyll-optional-front-matter" - gem "jekyll-readme-index" - gem "jekyll-redirect-from" - gem "jekyll-seo-tag" -end - - - - diff --git a/_data/navigation.yml b/_data/navigation.yml index 947ad406..1b659203 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -26,9 +26,12 @@ didnav: url: "/identity-github/" - title: "RWoT - Papers Index" url: "/workshops/rebooting-web-of-trust/" - - title: "Blockchain Identity TOML" - description: "The contents of two Blockchain-ID TOML files." - url: "toml/id-toml.html" + - title: "Microledgers and Edge-Chains - Daniel Hardman - HGF" + description: "A Transcript of Daniel Hardman of Evernym Presenting at Hyperledger Global Forum — 2018" + url: "hgf-2018/Microledgers-Edgechains-Hardman-HGF/" + - title: "Verifiable Organizations Network - A Production Government Deployment of Hyperledger Indy" + description: "Transcript of Presentation by John Jordan and Stephen Curran at HGF 2018" + url: "hgf-2018/VerifiableOrganizationsNetwork-HGF/" - title: "Hyperledger Indy" url: "indy-ecosystem" - title: "Practical Cryptography - PGP and Me" @@ -87,12 +90,14 @@ didnav: url: "/id-initiatives/bitcoin/" - title: "Democracy Earth" url: "/id-initiatives/democracy-earth/" - - title: "Digital Bazaar" - url: "/id-initiatives/digital-bazaar/" + #- title: "Digital Bazaar" + #url: "/id-initiatives/digital-bazaar/" - title: "Ethereum" url: "/id-initiatives/ethereum/" - title: "Cryptonomica" url: "/id-initiatives/ethereum/cryptonomica/" + - title: "uPort" + url: "/id-initiatives/ethereum/uPort/" - title: "Handshake" url: "/id-initiatives/handshake/" - title: "Hyperledger Indy" @@ -105,8 +110,8 @@ didnav: url: "/id-initiatives/microsoft/" - title: "Ontology" url: "/id-initiatives/ontology/" - - title: "Spid-chain" - url: "/id-initiatives/spid-chain/" + #- title: "Spid-chain" + # url: "/id-initiatives/spid-chain/" - title: "State Led" url: "/state-sponsored/" - title: "⧉InfoMine⧉" diff --git a/id-toml/blockchain-id.toml b/_data/toml/blockchain-id.toml similarity index 100% rename from id-toml/blockchain-id.toml rename to _data/toml/blockchain-id.toml diff --git a/id-toml/blockchain-id2.toml b/_data/toml/blockchain-id2.toml similarity index 100% rename from id-toml/blockchain-id2.toml rename to _data/toml/blockchain-id2.toml diff --git a/PeopleofID.md b/_pages/PeopleofID.md similarity index 99% rename from PeopleofID.md rename to _pages/PeopleofID.md index b1604bd2..8fbb408d 100644 --- a/PeopleofID.md +++ b/_pages/PeopleofID.md @@ -1,6 +1,7 @@ --- title: Women of Decentralized Identity layout: single +published: false --- ![](https://i.imgur.com/jN2CaDz.png) diff --git a/adoption.md b/_pages/adoption.md similarity index 98% rename from adoption.md rename to _pages/adoption.md index 28965d8f..4f6ba148 100644 --- a/adoption.md +++ b/_pages/adoption.md @@ -3,6 +3,8 @@ title: DID Adoption layout: single classes: wide toc: false +permalink: adoption/ +redirect_from: adoption --- **[DID Method Registry](https://w3c-ccg.github.io/did-method-registry/#the-registry)** diff --git a/gdpr.md b/_pages/gdpr.md similarity index 98% rename from gdpr.md rename to _pages/gdpr.md index 7923dd0d..48d85cb7 100644 --- a/gdpr.md +++ b/_pages/gdpr.md @@ -3,7 +3,8 @@ title: EU General Data Protection Regulation Act layout: single classes: wide toc: false - +permalink: gdpr/ +redirect_from: gdpr --- diff --git a/hgf-2018/Microledgers-Edgechains-Hardman-HGF.md b/_pages/hgf-2018/Microledgers-Edgechains-Hardman-HGF.md similarity index 99% rename from hgf-2018/Microledgers-Edgechains-Hardman-HGF.md rename to _pages/hgf-2018/Microledgers-Edgechains-Hardman-HGF.md index e4725658..0a286068 100644 --- a/hgf-2018/Microledgers-Edgechains-Hardman-HGF.md +++ b/_pages/hgf-2018/Microledgers-Edgechains-Hardman-HGF.md @@ -2,6 +2,8 @@ title: Microledgers and Edge-Chains — A Primer description: A Transcript of Daniel Hardman of Evernym Presenting at Hyperledger Global Forum — 2018 image: "https://infominer.id/images/edge-card.png" +permalink: hgf-2018/Microledgers-Edgechains-Hardman-HGF/ +redirect_from: hgf-2018/Microledgers-Edgechains-Hardman-HGF --- # Hyperledger Global Forum 2018 — Microledgers and Edge-Chains diff --git a/hgf-2018/README.md b/_pages/hgf-2018/README.md similarity index 100% rename from hgf-2018/README.md rename to _pages/hgf-2018/README.md diff --git a/hgf-2018/VerifiableOrganizationsNetwork-HGF.md b/_pages/hgf-2018/VerifiableOrganizationsNetwork-HGF.md similarity index 99% rename from hgf-2018/VerifiableOrganizationsNetwork-HGF.md rename to _pages/hgf-2018/VerifiableOrganizationsNetwork-HGF.md index 2821f5c9..8586001c 100644 --- a/hgf-2018/VerifiableOrganizationsNetwork-HGF.md +++ b/_pages/hgf-2018/VerifiableOrganizationsNetwork-HGF.md @@ -2,6 +2,8 @@ title: Verifiable Organizations Network - A Production Government Deployment of Hyperledger Indy description: Transcript of Presentation by John Jordan and Stephen Curran at HGF 2018 image: "https://infominer.id/images/VON.png" +permalink: hgf-2018/VerifiableOrganizationsNetwork-HGF/ +redirect_from: hgf-2018/VerifiableOrganizationsNetwork-HGF --- # Hyperledger Global Forum 2018 — Verifiable Organizations Network diff --git a/hgf-2018/index.md b/_pages/hgf-2018/index.md similarity index 99% rename from hgf-2018/index.md rename to _pages/hgf-2018/index.md index 2ffd3dc8..be8023b3 100644 --- a/hgf-2018/index.md +++ b/_pages/hgf-2018/index.md @@ -3,6 +3,8 @@ title: Hyperledger Global Forum—2018 layout: single classes: wide toc: false +permalink: hgf-2018/ +redirect_from: hgf-2018 --- For Identity Related Presentations at HGF-2018 diff --git a/history.md b/_pages/history.md similarity index 99% rename from history.md rename to _pages/history.md index 5afeb6ba..585a487f 100644 --- a/history.md +++ b/_pages/history.md @@ -6,7 +6,8 @@ header: image: "https://infominer.id/DIDecentralized/assets/img/history-user-centric-identity.png" twitter: card: "summary_large_image" - +permalink: history/ +redirect_from: history --- diff --git a/id-initiatives/README.md b/_pages/id-initiatives/README.md similarity index 100% rename from id-initiatives/README.md rename to _pages/id-initiatives/README.md diff --git a/id-initiatives/bitcoin.md b/_pages/id-initiatives/bitcoin.md similarity index 98% rename from id-initiatives/bitcoin.md rename to _pages/id-initiatives/bitcoin.md index 3dc41488..39858fa1 100644 --- a/id-initiatives/bitcoin.md +++ b/_pages/id-initiatives/bitcoin.md @@ -3,6 +3,8 @@ title: Bitcoin Identity Standards and Applications layout: single classes: wide toc: false +permalink: id-initiatives/bitcoin/ +redirect_from: id-initiatives/bitcoin --- ![](https://i.imgur.com/q32lAXY.png) diff --git a/id-initiatives/blockpass.md b/_pages/id-initiatives/blockpass.md similarity index 85% rename from id-initiatives/blockpass.md rename to _pages/id-initiatives/blockpass.md index 638a2257..503cfd44 100644 --- a/id-initiatives/blockpass.md +++ b/_pages/id-initiatives/blockpass.md @@ -3,6 +3,8 @@ title: Blockpass layout: single classes: wide toc: false +permalink: id-initiatives/blockpass/ +redirect_from: id-initiatives/blockpass --- diff --git a/id-initiatives/blockstack.md b/_pages/id-initiatives/blockstack.md similarity index 94% rename from id-initiatives/blockstack.md rename to _pages/id-initiatives/blockstack.md index 19853959..b1a8746e 100644 --- a/id-initiatives/blockstack.md +++ b/_pages/id-initiatives/blockstack.md @@ -3,6 +3,8 @@ title: Blockstack layout: single classes: wide toc: false +permalink: id-initiatives/blockstack/ +redirect_from: id-initiatives/blockstack --- ![](https://i.imgur.com/ZZx8lfR.png) * [Blockstack](https://blockstack.org/) • [[**G**](https://github.com/blockstack)]ithub • [[**F**](https://forum.blockstack.org/)]orum • [[**B**](https://blockstack.org/blog)]log • [[**T**](https://twitter.com/blockstack)]witter • [[**W**](https://blockstack.org/whitepaper.pdf)]hitepaper • [[**bitcoinwiki**](https://en.bitcoinwiki.org/wiki/BlockStack)] diff --git a/id-initiatives/danube.md b/_pages/id-initiatives/danube.md similarity index 99% rename from id-initiatives/danube.md rename to _pages/id-initiatives/danube.md index 06fd2138..41d13984 100644 --- a/id-initiatives/danube.md +++ b/_pages/id-initiatives/danube.md @@ -1,6 +1,8 @@ --- title: Project Danube layout: single +permalink: id-initiatives/danube/ +redirect_from: id-initiatives/danube --- Danube Tech must be the longest running firm working towards user-owned and controlled internet identity. diff --git a/id-initiatives/democracy-earth.md b/_pages/id-initiatives/democracy-earth.md similarity index 96% rename from id-initiatives/democracy-earth.md rename to _pages/id-initiatives/democracy-earth.md index 45b96e66..fb9a43c5 100644 --- a/id-initiatives/democracy-earth.md +++ b/_pages/id-initiatives/democracy-earth.md @@ -3,6 +3,8 @@ title: Democracy Earth layout: single classes: wide toc: false +permalink: id-initiatives/democracy-earth/ +redirect_from: id-initiatives/democracy-earth --- ![](https://i.imgur.com/KxbXb1t.png) diff --git a/_pages/id-initiatives/digital-bazaar.md b/_pages/id-initiatives/digital-bazaar.md new file mode 100644 index 00000000..1d2f132c --- /dev/null +++ b/_pages/id-initiatives/digital-bazaar.md @@ -0,0 +1,9 @@ +--- +title: Digital Bazaar +layout: single +classes: wide +toc: false +permalink: id-initiatives/digital-bazaar/ +redirec_from: id-initiatives/digital-bazaar +published: false +--- \ No newline at end of file diff --git a/id-initiatives/ethereum/cryptonomica.md b/_pages/id-initiatives/ethereum/cryptonomica.md similarity index 98% rename from id-initiatives/ethereum/cryptonomica.md rename to _pages/id-initiatives/ethereum/cryptonomica.md index a2c5f3d7..6868b77f 100644 --- a/id-initiatives/ethereum/cryptonomica.md +++ b/_pages/id-initiatives/ethereum/cryptonomica.md @@ -3,6 +3,8 @@ title: Cryptonomica layout: single classes: wide toc: false +permalink: id-initiatives/ethereum/cryptonomica/ +redirect_from: id-initiatives/ethereum/cryptonomica --- [![](https://i.imgur.com/moVyrrt.png)](https://cryptonomica.github.io) diff --git a/id-initiatives/ethereum/eth-id-github.md b/_pages/id-initiatives/ethereum/eth-id-github.md similarity index 100% rename from id-initiatives/ethereum/eth-id-github.md rename to _pages/id-initiatives/ethereum/eth-id-github.md diff --git a/id-initiatives/ethereum/index.md b/_pages/id-initiatives/ethereum/index.md similarity index 98% rename from id-initiatives/ethereum/index.md rename to _pages/id-initiatives/ethereum/index.md index 6f2fb2d8..80d7828b 100644 --- a/id-initiatives/ethereum/index.md +++ b/_pages/id-initiatives/ethereum/index.md @@ -3,6 +3,9 @@ title : "Ethereum Identity Specs and Apps" description : "A Collection of Ethereum-based Decentralized Identity Specs, Literature, (d)Apps, and GitHub Repositories." image : "https://infominer.id/DIDecentralized/images/ethereum.png" layout: single +author_profile: true +permalink: id-initiatives/ethereum/ +redirect_from: id-initiatives/ethereum --- # Ethereum Identity diff --git a/id-initiatives/ethereum/uport.md b/_pages/id-initiatives/ethereum/uport.md similarity index 96% rename from id-initiatives/ethereum/uport.md rename to _pages/id-initiatives/ethereum/uport.md index 7b6b7c1b..91f7fa30 100644 --- a/id-initiatives/ethereum/uport.md +++ b/_pages/id-initiatives/ethereum/uport.md @@ -3,6 +3,8 @@ title: uPort layout: single classes: wide toc: false +permalink: id-initiatives/ethereum/uPort/ +redirect_from: id-initiatives/ethereum/uport/ --- diff --git a/id-initiatives/handshake.md b/_pages/id-initiatives/handshake.md similarity index 88% rename from id-initiatives/handshake.md rename to _pages/id-initiatives/handshake.md index 7c6ac05c..bab47b7d 100644 --- a/id-initiatives/handshake.md +++ b/_pages/id-initiatives/handshake.md @@ -3,6 +3,8 @@ title: Handshake layout: single classes: wide toc: false +permalink: id-initiatives/handshake/ +redirect_from: id-initiatives/handshake --- diff --git a/id-initiatives/ibm.md b/_pages/id-initiatives/ibm.md similarity index 96% rename from id-initiatives/ibm.md rename to _pages/id-initiatives/ibm.md index 9f0a4fff..89d3d37f 100644 --- a/id-initiatives/ibm.md +++ b/_pages/id-initiatives/ibm.md @@ -3,6 +3,8 @@ title: IBM Identity layout: single classes: wide toc: false +permalink: id-initiatives/ibm/ +redirect_from: id-initiatives/ibm --- ![](https://i.imgur.com/CvZI7R1.png) diff --git a/id-initiatives/index.md b/_pages/id-initiatives/index.md similarity index 97% rename from id-initiatives/index.md rename to _pages/id-initiatives/index.md index fe1419e7..4065eb14 100644 --- a/id-initiatives/index.md +++ b/_pages/id-initiatives/index.md @@ -1,6 +1,9 @@ --- title: Decentralized Identity Initiatives layout: single +permalink: id-initiatives/ +redirect_from: id-initiatives +author_profile: true --- ## Directory diff --git a/id-initiatives/indy-ecosystem/README.md b/_pages/id-initiatives/indy-ecosystem/README.md similarity index 100% rename from id-initiatives/indy-ecosystem/README.md rename to _pages/id-initiatives/indy-ecosystem/README.md diff --git a/id-initiatives/indy-ecosystem/VON.md b/_pages/id-initiatives/indy-ecosystem/VON.md similarity index 100% rename from id-initiatives/indy-ecosystem/VON.md rename to _pages/id-initiatives/indy-ecosystem/VON.md diff --git a/id-initiatives/indy-ecosystem/adoption.md b/_pages/id-initiatives/indy-ecosystem/adoption.md similarity index 100% rename from id-initiatives/indy-ecosystem/adoption.md rename to _pages/id-initiatives/indy-ecosystem/adoption.md diff --git a/id-initiatives/indy-ecosystem/index.md b/_pages/id-initiatives/indy-ecosystem/index.md similarity index 99% rename from id-initiatives/indy-ecosystem/index.md rename to _pages/id-initiatives/indy-ecosystem/index.md index ab2b745a..2ad8eaf0 100644 --- a/id-initiatives/indy-ecosystem/index.md +++ b/_pages/id-initiatives/indy-ecosystem/index.md @@ -14,7 +14,7 @@ redirect_from: sidebar: title: DIDecentralized nav: "sovnav" - +author_profile: true --- **Protocol, Governance, Education, Ecosystem** diff --git a/id-initiatives/indy-ecosystem/indy-github.md b/_pages/id-initiatives/indy-ecosystem/indy-github.md similarity index 100% rename from id-initiatives/indy-ecosystem/indy-github.md rename to _pages/id-initiatives/indy-ecosystem/indy-github.md diff --git a/id-initiatives/indy-ecosystem/literature.md b/_pages/id-initiatives/indy-ecosystem/literature.md similarity index 100% rename from id-initiatives/indy-ecosystem/literature.md rename to _pages/id-initiatives/indy-ecosystem/literature.md diff --git a/id-initiatives/microsoft.md b/_pages/id-initiatives/microsoft.md similarity index 94% rename from id-initiatives/microsoft.md rename to _pages/id-initiatives/microsoft.md index f835187b..503c1e73 100644 --- a/id-initiatives/microsoft.md +++ b/_pages/id-initiatives/microsoft.md @@ -3,6 +3,8 @@ title: Microsoft Identity layout: single classes: wide toc: false +permalink: id-initiatives/microsoft/ +redirect_from: id-initiatives/microsoft --- ![](https://i.imgur.com/MEN8iSn.png) diff --git a/id-initiatives/ontology.md b/_pages/id-initiatives/ontology.md similarity index 85% rename from id-initiatives/ontology.md rename to _pages/id-initiatives/ontology.md index 54d060f8..a2b4be98 100644 --- a/id-initiatives/ontology.md +++ b/_pages/id-initiatives/ontology.md @@ -3,6 +3,8 @@ title: Ontology layout: single classes: wide toc: false +permalink: id-initiatives/ontology/ +redirect_from: id-initiatives/ontology --- * [ONTology](https://ont.io/) [[**G**](https://github.com/ontio/ontology-DID)]— "a "Distributed Trust Network" which combines a cross-chain identity system, peer-to-peer data transmission, data authorization mechanisms, distributed data storage, attestation, and various industry-specific modules. It also includes an Ontology Crypto Package (OCP) and an Ontology Marketplace (OM)." diff --git a/_pages/id-initiatives/spid-chain.md b/_pages/id-initiatives/spid-chain.md new file mode 100644 index 00000000..c5eab05f --- /dev/null +++ b/_pages/id-initiatives/spid-chain.md @@ -0,0 +1,12 @@ +--- +title: Spidchain +layout: single +classes: wide +toc: false +permalink: id-initiatives/spid-chain/ +redirect_from: + - id-initiatives/spid-chain + - id-initiatives/spidchain + - id-initiatives/spidchain/ +published: false +--- \ No newline at end of file diff --git a/state-sponsored.md b/_pages/id-initiatives/state-sponsored.md similarity index 97% rename from state-sponsored.md rename to _pages/id-initiatives/state-sponsored.md index 9d79eed8..21485f58 100644 --- a/state-sponsored.md +++ b/_pages/id-initiatives/state-sponsored.md @@ -1,6 +1,11 @@ --- title: State Sponsored Identity Initiatives layout: single +permalink: id-initiatives/state-sponsored/ +redirect_from: + - id-initiatives/state-sponsored + - state-sponsored/ + - state-sponsored --- * [Identity Validation as a Public Sector Digital Service?](https://blog.aniljohn.com/2014/07/identity-validation-as-a-public-sector-digital-service.html) diff --git a/id-toml/index.md b/_pages/id-toml.md similarity index 78% rename from id-toml/index.md rename to _pages/id-toml.md index 240d9be5..32cde5d4 100644 --- a/id-toml/index.md +++ b/_pages/id-toml.md @@ -3,7 +3,12 @@ layout: single classes: wide title: Blockchain Identity Reources - TOML description: The beginnings of a tagged database for blockchain identity related resources. -permalink: toml/id-toml.html +permalink: toml/id-toml/ +redirect_from: + - toml/id-toml.html + - toml/id-toml + - id-toml/ + - id-toml --- My first page besides "home" with the minimal mistakes theme. All of my pages will migrate to minimal mistakes, and integrated, once I get the feel for it. @@ -30,12 +35,12 @@ Scraping a list of links from wherever I want is simple.. so really the two thin ## blockchain-id.toml -* [SourceCrypto/toml/application/blockchain-id.toml](https://github.com/infominer33/SourceCrypto/blob/master/toml/application/blockchain-id.toml) +* [SourceCrypto/_data/toml/blockchain-id.toml](https://github.com/infominer33/SourceCrypto/blob/master/_data/toml/blockchain-id.toml) - + ## blockchain-id2.toml -* [SourceCrypto/toml/application/blockchain-id2.toml](https://github.com/infominer33/SourceCrypto/blob/master/toml/application/blockchain-id2.toml) +* [SourceCrypto/_data/toml/blockchain-id2.toml](https://github.com/infominer33/SourceCrypto/blob/master/_data/toml/blockchain-id2.toml) - + diff --git a/identity-github.md b/_pages/identity-github.md similarity index 99% rename from identity-github.md rename to _pages/identity-github.md index 189461b1..1b2bf1a4 100644 --- a/identity-github.md +++ b/_pages/identity-github.md @@ -6,7 +6,9 @@ header: image: "https://infominer.id/images/github.jpeg" twitter: card: summary_large_image - +author_profile: true +permalink: identity-github/ +redirect_from: identity-github toc_sticky: false --- diff --git a/index.md b/_pages/index.md similarity index 99% rename from index.md rename to _pages/index.md index 09dbe219..c1e135cb 100644 --- a/index.md +++ b/_pages/index.md @@ -6,7 +6,8 @@ twitter: card : "summary_large_image" header: image : "https://infominer.id/DIDecentralized/assets/img/didecentral.png" - +author_profile: true +permalink: / --- diff --git a/literature.md b/_pages/literature.md similarity index 99% rename from literature.md rename to _pages/literature.md index a5aaa4b9..46770ae8 100644 --- a/literature.md +++ b/_pages/literature.md @@ -1,6 +1,8 @@ --- title: Identity Articles, Research and Literature layout: single +permalink: literature +redirect_from: literature/ --- diff --git a/media.md b/_pages/media.md similarity index 98% rename from media.md rename to _pages/media.md index 9084db38..01733ad8 100644 --- a/media.md +++ b/_pages/media.md @@ -1,6 +1,8 @@ --- title: SSI and DID Related Media layout: single +permalink: media/ +redirect_from: media --- diff --git a/organizations/README.md b/_pages/organizations/README.md similarity index 100% rename from organizations/README.md rename to _pages/organizations/README.md diff --git a/humanitarian.md b/_pages/organizations/humanitarian.md similarity index 96% rename from humanitarian.md rename to _pages/organizations/humanitarian.md index a9480370..884f01c0 100644 --- a/humanitarian.md +++ b/_pages/organizations/humanitarian.md @@ -3,6 +3,8 @@ title: Humanitarian layout: single classes: wide toc: false +permalink: humanitarian/ +redirect_from: humanitarian --- * [Blockchain Can Empower Stateless Refugees](https://www.law360.com/technology/articles/1095148/blockchain-can-empower-stateless-refugees) diff --git a/organizations/identity-foundation.md b/_pages/organizations/identity-foundation.md similarity index 99% rename from organizations/identity-foundation.md rename to _pages/organizations/identity-foundation.md index 54f24028..1c0f88fb 100644 --- a/organizations/identity-foundation.md +++ b/_pages/organizations/identity-foundation.md @@ -1,6 +1,8 @@ --- title: Decentralized Identity Foundation - DIF layout: single +permalink: organizations/identity-foundation/ +redirect_from: organizations/identity-foundation --- >A key piece of the decentralized identity equation is how people, organizations, and devices can be identified and located without centralized systems of identifiers (e.g. email addresses). DIF members are actively working on protocols and implementations that enable creation, resolution, and discovery of decentralized identifiers and names across decentralized systems, like blockchains and distributed ledgers. diff --git a/organizations/index.md b/_pages/organizations/index.md similarity index 82% rename from organizations/index.md rename to _pages/organizations/index.md index e9706d52..e1f914c9 100644 --- a/organizations/index.md +++ b/_pages/organizations/index.md @@ -1,6 +1,8 @@ --- title: DID-SSI Organizations layout: single +permalink: organizations/ +redirect_from: organizations --- work in progress.... diff --git a/organizations/mydata.md b/_pages/organizations/mydata.md similarity index 90% rename from organizations/mydata.md rename to _pages/organizations/mydata.md index 797241fb..35cd1b4f 100644 --- a/organizations/mydata.md +++ b/_pages/organizations/mydata.md @@ -3,6 +3,8 @@ title: MyData layout: single classes: wide toc: false +permalink: organizations/mydata/ +redirect_from: organizations/mydata --- * [Mydata](http://mydata.org/) [[**T**](https://twitter.com/mydataorg)] [[**D**](https://mydata.org/papers/)] [[**D**](https://mydata.org/declaration/)] diff --git a/organizations/sovrin.foundation.md b/_pages/organizations/sovrin.foundation.md similarity index 97% rename from organizations/sovrin.foundation.md rename to _pages/organizations/sovrin.foundation.md index 8d94a864..cc9880b9 100644 --- a/organizations/sovrin.foundation.md +++ b/_pages/organizations/sovrin.foundation.md @@ -3,6 +3,11 @@ title: The Sovrin Foundation layout: single classes: wide toc: false +permalink: organizations/sovrin-foundation/ +redirect_from: + - organizations/sovrin.foundation/ + - organizations/sovrin.foundation + - organizations/sovrin-foundation --- diff --git a/organizations/ssi-meetup.md b/_pages/organizations/ssi-meetup.md similarity index 85% rename from organizations/ssi-meetup.md rename to _pages/organizations/ssi-meetup.md index 8f558bb7..aae1a03a 100644 --- a/organizations/ssi-meetup.md +++ b/_pages/organizations/ssi-meetup.md @@ -3,6 +3,8 @@ title: SSI-Meetup layout: single classes: wide toc: false +permalink: organizations/ssi-meetup/ +redirect_from: organizations/ssi-meetup --- diff --git a/self-sovereign-identity/README.md b/_pages/self-sovereign-identity/README.md similarity index 100% rename from self-sovereign-identity/README.md rename to _pages/self-sovereign-identity/README.md diff --git a/self-sovereign-identity/evolution-of-ssi.md b/_pages/self-sovereign-identity/evolution-of-ssi.md similarity index 98% rename from self-sovereign-identity/evolution-of-ssi.md rename to _pages/self-sovereign-identity/evolution-of-ssi.md index 16ba2638..fc767ff9 100644 --- a/self-sovereign-identity/evolution-of-ssi.md +++ b/_pages/self-sovereign-identity/evolution-of-ssi.md @@ -4,6 +4,8 @@ description: A start at examining leading thought around SSI since 2016, and pre layout: single classes: wide toc: false +permalink: self-sovereign-identity/evolution-of-ssi/ +redirect_from: self-sovereign-identity/evolution-of-ssi --- diff --git a/self-sovereign-identity/index.md b/_pages/self-sovereign-identity/index.md similarity index 99% rename from self-sovereign-identity/index.md rename to _pages/self-sovereign-identity/index.md index 04fd2d6e..283dab15 100644 --- a/self-sovereign-identity/index.md +++ b/_pages/self-sovereign-identity/index.md @@ -5,7 +5,9 @@ image : "https://infominer.id/DIDecentralized/images/sovereign-identity.pn twitter: card : "summary_large_image" layout: single - +author_profile: true +permalink: self-sovereign-identity/ +redirect_from: self-sovereign-identity ---
diff --git a/self-sovereign-identity/ssi-principles-vs-characteristics.md b/_pages/self-sovereign-identity/ssi-principles-vs-characteristics.md similarity index 99% rename from self-sovereign-identity/ssi-principles-vs-characteristics.md rename to _pages/self-sovereign-identity/ssi-principles-vs-characteristics.md index 25e906a4..5c5762e5 100644 --- a/self-sovereign-identity/ssi-principles-vs-characteristics.md +++ b/_pages/self-sovereign-identity/ssi-principles-vs-characteristics.md @@ -3,6 +3,8 @@ title: A Comparison Between SSI Principles, and Characteristics layout: single classes: wide toc: false +permalink: self-sovereign-identity/ssi-principles-vs-characteristics/ +redirect_from: self-sovereign-identity/ssi-principles-vs-characteristics --- diff --git a/self-sovereign-identity/user-experience.md b/_pages/self-sovereign-identity/user-experience.md similarity index 97% rename from self-sovereign-identity/user-experience.md rename to _pages/self-sovereign-identity/user-experience.md index 17c3982f..764b7f56 100644 --- a/self-sovereign-identity/user-experience.md +++ b/_pages/self-sovereign-identity/user-experience.md @@ -3,6 +3,8 @@ title: How would self-sovereign identity work for the user? layout: single classes: wide toc: false +permalink: self-sovereign-identity/user-experience/ +redirect_from: self-sovereign-identity/user-experience --- Adapted from [A gentle introduction to self-sovereign-identity](https://bitsonblocks.net/2017/05/17/gentle-introduction-self-sovereign-identity/) by [@antonylewis](https://github.com/antonylewis). I think this could use some polishing, but this is a good start, and a good example of a basic necessary SSI explainer. diff --git a/standards/README.md b/_pages/standards/README.md similarity index 100% rename from standards/README.md rename to _pages/standards/README.md diff --git a/standards/index.md b/_pages/standards/index.md similarity index 99% rename from standards/index.md rename to _pages/standards/index.md index 1558a619..4ec4b327 100644 --- a/standards/index.md +++ b/_pages/standards/index.md @@ -1,6 +1,8 @@ --- title: DID Related Web Standards layout: single +permalink: standards/ +redirect_from: standards --- ## contents diff --git a/standards/xdi.md b/_pages/standards/xdi.md similarity index 99% rename from standards/xdi.md rename to _pages/standards/xdi.md index f06a4f82..d7ac1a56 100644 --- a/standards/xdi.md +++ b/_pages/standards/xdi.md @@ -1,6 +1,8 @@ --- title: XDI layout: single +permalink: standards/xdi/ +redirect_from: standards/xdi --- * [tutorial.xdi2.org](https://tutorial.xdi2.org) diff --git a/workshops/README.md b/_pages/workshops/README.md similarity index 100% rename from workshops/README.md rename to _pages/workshops/README.md diff --git a/workshops/rebooting-web-of-trust.md b/_pages/workshops/rebooting-web-of-trust.md similarity index 99% rename from workshops/rebooting-web-of-trust.md rename to _pages/workshops/rebooting-web-of-trust.md index fd8b3f4d..4304bffa 100644 --- a/workshops/rebooting-web-of-trust.md +++ b/_pages/workshops/rebooting-web-of-trust.md @@ -4,8 +4,12 @@ title: Rebooting Web Of Trust - Papers and Advance Readings Index description: "A reasonably complete listing of #RebootingWebOfTrust Papers, Topics, and Advance Readings" header: image: "https://i.imgur.com/Nmxk4fE.png" +permalink: rebooting-web-of-trust/ redirect_from: - "Rebooting-Web-of-Trust.html" + - workshops/rebooting-web-of-trust/ + - rebooting-web-of-trust +author_profile: true --- I wanted a list of all RWoT papers in one place, rather than having to directory hop to look for what I need. I'll be adding a short exerpt to each advance reading and then turning this into a database, so that it's easily searchable.+ diff --git a/workshops/index.md b/_pages/workshops/workshops.md similarity index 98% rename from workshops/index.md rename to _pages/workshops/workshops.md index faa1d9be..47cb21bf 100644 --- a/workshops/index.md +++ b/_pages/workshops/workshops.md @@ -3,6 +3,8 @@ title: Decentralized-ID Workshops layout: single classes: wide toc: false +permalink: workshops/ +redirect_from: workshops --- ![](https://www.yubico.com/wp-content/uploads/2013/10/IIW-blog.jpg) diff --git a/id-initiatives/digital-bazaar.md b/id-initiatives/digital-bazaar.md deleted file mode 100644 index 8f553f31..00000000 --- a/id-initiatives/digital-bazaar.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Digital Bazaar -layout: single -classes: wide -toc: false ---- \ No newline at end of file diff --git a/id-initiatives/spid-chain.md b/id-initiatives/spid-chain.md deleted file mode 100644 index d1b1c4b8..00000000 --- a/id-initiatives/spid-chain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Spidchain -layout: single -classes: wide -toc: false ---- \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index b95bb1f5..00000000 --- a/index.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: home -author_profile: true ---- diff --git a/screenshot-layouts.png b/screenshot-layouts.png deleted file mode 100644 index 88ef60fd..00000000 Binary files a/screenshot-layouts.png and /dev/null differ