fix collections

This commit is contained in:
infominer 2019-09-08 21:02:49 -04:00
parent 71734615fa
commit f073fbccb9
4 changed files with 17 additions and 36 deletions

View File

@ -286,7 +286,6 @@ compress_html:
# Collections # Collections
collections_dir: history-archive
collections: collections:
1970thru90s: 1970thru90s:
output: true output: true
@ -306,9 +305,6 @@ collections:
assorted: assorted:
output: true output: true
permalink: /history/archive/:collection/:path/ permalink: /history/archive/:collection/:path/
people:
output: true
permalink: /history/archive/:collection/:path/
# Defaults # Defaults
@ -326,7 +322,7 @@ defaults:
related: true related: true
sidebar: sidebar:
title: DIDecentral title: DIDecentral
nav: "didnav" nav: didnav
toc: true toc: true
toc_label : "Contents" toc_label : "Contents"
toc_icon : "link" toc_icon : "link"
@ -344,14 +340,14 @@ defaults:
related: true related: true
sidebar: sidebar:
title: DIDecentral title: DIDecentral
nav: "didnav" nav: didnav
toc: true toc: true
toc_label : "Contents" toc_label : "Contents"
toc_icon : "link" toc_icon : "link"
toc_sticky : true toc_sticky : true
# _1970thru90s # _1970thru90s
- scope: - scope:
path: "_1970thru90s" path: "/history-archive/_1970thru90s"
type: 1970thru90s type: 1970thru90s
values: values:
layout: single layout: single
@ -368,7 +364,7 @@ defaults:
teaser: https://didecentral.com/assets/images/did-og.png teaser: https://didecentral.com/assets/images/did-og.png
# _2000s # _2000s
- scope: - scope:
path: "_2000s" path: "/history-archive/_2000s"
type: 2000s type: 2000s
values: values:
layout: single layout: single
@ -385,7 +381,7 @@ defaults:
teaser: https://didecentral.com/assets/images/did-og.png teaser: https://didecentral.com/assets/images/did-og.png
# _2010s # _2010s
- scope: - scope:
path: "_2010s" path: "/history-archive/_2010s"
type: 2010s type: 2010s
values: values:
layout: single layout: single
@ -402,7 +398,7 @@ defaults:
teaser: https://didecentral.com/assets/images/did-og.png teaser: https://didecentral.com/assets/images/did-og.png
# _2016class # _2016class
- scope: - scope:
path: "_2016class" path: "/history-archive/_2016class"
type: 2016class type: 2016class
values: values:
layout: single layout: single
@ -419,7 +415,7 @@ defaults:
teaser: https://didecentral.com/assets/images/did-og.png teaser: https://didecentral.com/assets/images/did-og.png
# _2017present # _2017present
- scope: - scope:
path: "_2017present" path: "/history-archive/_2017present"
type: 2017present type: 2017present
values: values:
layout: single layout: single
@ -436,7 +432,7 @@ defaults:
teaser: https://didecentral.com/assets/images/did-og.png teaser: https://didecentral.com/assets/images/did-og.png
# _assorted # _assorted
- scope: - scope:
path: "_assorted" path: "/history-archive/_assorted"
type: assorted type: assorted
values: values:
layout: single layout: single
@ -451,21 +447,4 @@ defaults:
image: /images/did-header1.png image: /images/did-header1.png
og_image: https://didecentral.com/assets/images/did-og.png og_image: https://didecentral.com/assets/images/did-og.png
teaser: https://didecentral.com/assets/images/did-og.png teaser: https://didecentral.com/assets/images/did-og.png
# _people
- scope:
path: "_people"
type: people
values:
layout: single
share: true
related: true
sidebar:
title: DID History
nav: "didhistory"
classes: wide
disco: true
header:
image: /images/did-header1.png
og_image: https://didecentral.com/assets/images/did-og.png
teaser: https://didecentral.com/assets/images/did-og.png

View File

@ -1,5 +1,7 @@
# main links # main links
main: main:
- title: "Historical Archive"
url: "/history/archive/"
- title: "Posts by Tag" - title: "Posts by Tag"
url: "/tags/" url: "/tags/"
- title: "Sitemap" - title: "Sitemap"
@ -15,7 +17,6 @@ main:
- title: "IndieWeb" - title: "IndieWeb"
url: "https://web-work.tools/indieweb/" url: "https://web-work.tools/indieweb/"
didnav: didnav:
- title: Featured - title: Featured
children: children:
@ -91,8 +92,6 @@ didnav:
url: "https://decentralized-id.com/id-initiatives/bitcoin/" url: "https://decentralized-id.com/id-initiatives/bitcoin/"
- title: "• Democracy Earth" - title: "• Democracy Earth"
url: "https://decentralized-id.com/id-initiatives/democracy-earth/" url: "https://decentralized-id.com/id-initiatives/democracy-earth/"
#- title: "• Digital Bazaar"
#url: "https://decentralized-id.com/id-initiatives/digital-bazaar/"
- title: "• Ethereum" - title: "• Ethereum"
url: "https://decentralized-id.com/id-initiatives/ethereum/" url: "https://decentralized-id.com/id-initiatives/ethereum/"
- title: "• Cryptonomica" - title: "• Cryptonomica"
@ -111,8 +110,6 @@ didnav:
url: "https://decentralized-id.com/id-initiatives/microsoft/" url: "https://decentralized-id.com/id-initiatives/microsoft/"
- title: "• Ontology" - title: "• Ontology"
url: "https://decentralized-id.com/id-initiatives/ontology/" url: "https://decentralized-id.com/id-initiatives/ontology/"
#- title: "• Spid-chain"
# url: "https://decentralized-id.com/id-initiatives/spid-chain/"
- title: "• State Led" - title: "• State Led"
url: "https://decentralized-id.com/state-sponsored/" url: "https://decentralized-id.com/state-sponsored/"
- title: "⧉InfoMine⧉" - title: "⧉InfoMine⧉"

View File

@ -5,7 +5,7 @@ permalink: /sitemap/
canonical_url: 'https://decentralized-id.com/sitemap/' canonical_url: 'https://decentralized-id.com/sitemap/'
author_profile: false author_profile: false
sidebar: sidebar:
nav: "sourcenav" nav: "didnav"
share: true share: true
--- ---

View File

@ -10,14 +10,19 @@ redirect_from: /history
permalink: /history/ permalink: /history/
categories: ["History"] categories: ["History"]
tags: ["Index"] tags: ["Index"]
sidebar:
nav: didhistory
classes: wide
published: true published: true
--- ---
## See Also
⇉⇉ [Collab-Curation Historical Archive](/history/archive/) ⇇⇇
## Losing Control Over our Personal Information ## Losing Control Over our Personal Information
![](assets/img/chaum-security-without-identification-big-brother.png) ![](/images/chaum-security-without-identification-big-brother.png)
* [Security without Identification: Transaction Systems to Make Big Brother Obsolete](https://www.cs.ru.nl/~jhh/pub/secsem/chaum1985bigbrother.pdf) - David Chaum, 1985. * [Security without Identification: Transaction Systems to Make Big Brother Obsolete](https://www.cs.ru.nl/~jhh/pub/secsem/chaum1985bigbrother.pdf) - David Chaum, 1985.
* The large-scale automated transaction systems of the near future can be designed to protect the privacy and maintain the security of both individuals and organizations. * The large-scale automated transaction systems of the near future can be designed to protect the privacy and maintain the security of both individuals and organizations.