mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
remove typo
This commit is contained in:
parent
83d7078160
commit
2d42b53efa
2
Gemfile
2
Gemfile
@ -35,8 +35,6 @@ group :jekyll_plugins do
|
||||
gem "jekyll-feed"
|
||||
gem "jemoji"
|
||||
gem "jekyll-include-cache"
|
||||
gem "jekyll-target-blank"
|
||||
gem "jekyll-optional-front-matter"
|
||||
gem "jekyll-redirect-from"
|
||||
gem "jekyll-mentions"
|
||||
gem "html-proofer"
|
||||
|
36
Gemfile.lock
36
Gemfile.lock
@ -6,18 +6,17 @@ GEM
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.3, >= 0.3.4)
|
||||
tzinfo (~> 1.1)
|
||||
addressable (2.6.0)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
coffee-script (2.4.1)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.11.1)
|
||||
colorator (1.1.0)
|
||||
colorize (0.8.1)
|
||||
commonmarker (0.17.13)
|
||||
ruby-enum (~> 0.5)
|
||||
concurrent-ruby (1.1.5)
|
||||
dnsruby (1.61.2)
|
||||
dnsruby (1.61.3)
|
||||
addressable (~> 2.5)
|
||||
em-websocket (0.5.1)
|
||||
eventmachine (>= 0.12.9)
|
||||
@ -73,7 +72,7 @@ GEM
|
||||
listen (= 3.1.5)
|
||||
mercenary (~> 0.3)
|
||||
minima (= 2.5.0)
|
||||
nokogiri (>= 1.10.4, < 2.0)
|
||||
nokogiri (>= 1.8.5, < 2.0)
|
||||
rouge (= 2.2.1)
|
||||
terminal-table (~> 1.4)
|
||||
github-pages-health-check (1.16.1)
|
||||
@ -82,16 +81,15 @@ GEM
|
||||
octokit (~> 4.0)
|
||||
public_suffix (~> 3.0)
|
||||
typhoeus (~> 1.3)
|
||||
html-pipeline (2.11.0)
|
||||
html-pipeline (2.12.0)
|
||||
activesupport (>= 2)
|
||||
nokogiri (>= 1.10.4)
|
||||
html-proofer (3.9.3)
|
||||
activesupport (>= 4.2, < 6.0)
|
||||
nokogiri (>= 1.4)
|
||||
html-proofer (3.12.2)
|
||||
addressable (~> 2.3)
|
||||
colorize (~> 0.8)
|
||||
mercenary (~> 0.3.2)
|
||||
nokogiri (~> 1.10.4)
|
||||
mercenary (~> 0.3)
|
||||
nokogiri (~> 1.10)
|
||||
parallel (~> 1.3)
|
||||
rainbow (~> 3.0)
|
||||
typhoeus (~> 1.3)
|
||||
yell (~> 2.0)
|
||||
http_parser.rb (0.6.0)
|
||||
@ -155,9 +153,6 @@ GEM
|
||||
jekyll-sitemap (1.2.0)
|
||||
jekyll (~> 3.3)
|
||||
jekyll-swiss (0.4.0)
|
||||
jekyll-target-blank (1.1.1)
|
||||
jekyll (~> 3.0)
|
||||
nokogiri (~> 1.10.4)
|
||||
jekyll-theme-architect (0.1.1)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-seo-tag (~> 2.0)
|
||||
@ -213,7 +208,7 @@ GEM
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
ruby_dep (~> 1.2)
|
||||
mercenary (0.3.6)
|
||||
mini_portile2 (2.3.0)
|
||||
mini_portile2 (2.4.0)
|
||||
minima (2.5.0)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-feed (~> 0.9)
|
||||
@ -221,13 +216,14 @@ GEM
|
||||
minitest (5.11.3)
|
||||
multipart-post (2.1.1)
|
||||
nokogiri (1.10.4)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
octokit (4.14.0)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
parallel (1.17.0)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (3.1.1)
|
||||
rainbow (3.0.0)
|
||||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.10.0)
|
||||
ffi (~> 1.0)
|
||||
@ -235,7 +231,7 @@ GEM
|
||||
ruby-enum (0.7.2)
|
||||
i18n
|
||||
ruby_dep (1.5.0)
|
||||
rubyzip (1.2.3)
|
||||
rubyzip (1.2.4)
|
||||
safe_yaml (1.0.5)
|
||||
sass (3.7.4)
|
||||
sass-listen (~> 4.0.0)
|
||||
@ -265,13 +261,9 @@ DEPENDENCIES
|
||||
jekyll-gist
|
||||
jekyll-include-cache
|
||||
jekyll-mentions
|
||||
jekyll-optional-front-matter
|
||||
jekyll-paginate
|
||||
jekyll-readme-index
|
||||
jekyll-redirect-from
|
||||
jekyll-seo-tag
|
||||
jekyll-sitemap
|
||||
jekyll-target-blank
|
||||
jemoji
|
||||
|
||||
BUNDLED WITH
|
||||
|
@ -223,8 +223,6 @@ plugins:
|
||||
- jekyll-feed
|
||||
- jemoji
|
||||
- jekyll-include-cache
|
||||
- jekyll-target-blank
|
||||
- jekyll-optional-front-matter
|
||||
- jekyll-redirect-from
|
||||
- jekyll-mentions
|
||||
|
||||
@ -239,8 +237,6 @@ whitelist:
|
||||
- jekyll-feed
|
||||
- jemoji
|
||||
- jekyll-include-cache
|
||||
- jekyll-target-blank
|
||||
- jekyll-optional-front-matter
|
||||
- jekyll-redirect-from
|
||||
- jekyll-mentions
|
||||
|
||||
|
@ -4,6 +4,8 @@ layout: single
|
||||
permalink: values/
|
||||
canonical_url: 'https://decentralized-id.com/values/'
|
||||
redirect_from: values
|
||||
toc: false
|
||||
classes: wide
|
||||
---
|
||||
|
||||
Decentralized-id.com is a collaborative, participatory learning community oriented that strives to support the elaboration and adoption of a user-controlled decentralized identity layer for the internets of the future. All of this is a labor of love and a work in progress, but certain shared values undergird our work and set the terms of our engagement with the broader public. We strive to be:
|
||||
@ -18,4 +20,4 @@ We and/or our contributors are likely to have our own prejudices. However, we ai
|
||||
|
||||
\- **Not for Profit.** The purpose of this site is to learn and share knowledge. That being said, the research involved is a lot of work, along with building the site. We accept private donations and/or corporate sponsorships to cover expenses. Additionally, individual contributors may do paid consulting, writing, or other commercial ventures independent of this project.
|
||||
|
||||
\- **Public Domain** Unless otherwise noted, all the content of this site is released to the public domain. Any contributions belong solely to their contributors unless otherwise specified. This work
|
||||
\- **Public Domain** Unless otherwise noted, all the content of this site is released to the public domain. Any contributions belong solely to their contributors unless otherwise specified.
|
Loading…
Reference in New Issue
Block a user