straighten up

This commit is contained in:
infominer 2019-06-18 17:06:46 -04:00
parent 3126890522
commit f8fd1b3ba8
4 changed files with 1152 additions and 73 deletions

View File

@ -24,8 +24,8 @@ url : "https://decentralized-id.com"
baseurl : ""
repository : "didecentral/didecentral.github.io"
github : [metadata]
teaser : # /assets/images/500x300.png
logo : "https://decentralized-id.com/assets/icons/apple-touch-icon.png"
teaser : /images/didecentral-tw.png
logo : "https://decentralized-id.com/assets/images/DID.png"
masthead_title : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
# breadcrumbs : false # true, false (default)
words_per_minute : 200
@ -88,16 +88,14 @@ naver_site_verification :
# Social Sharing
twitter:
username : "infominer33"
# title : "DIDecentral ⧉ Identity Decentralized"
site: didecentral
# description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
# image : "https://decentralized-id.com/images/IDecentralized.png"
# card : "summary_large_image"
# card : "summary"
facebook:
username :
app_id :
publisher :
og_image : https://decentralized-id.com/images/IDecentralized.png
og_image : https://decentralized-id.com/images/didecentral-tw.png
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
@ -112,20 +110,17 @@ analytics:
tracking_id : UA-132558656-3
anonymize_ip : # true, false (default)
author:
name:
email:
twitter: infominer33
# Site Author
author:
name : "⧉ Infominer"
avatar : "https://infominer.id/assets/img/bio-photo2.png"
# bio : ""
# location : "I spend most of my time right here."
# email : infominer@protonmail.com
twitter: infominer33
email : infominer@protonmail.com
links:
- label: "Inf⧉Mine"
- label: "Info⧉Hub"
icon: "fa fa-fw fa-cube"
url: "https://infominer.id"
- label: "Email"
@ -136,10 +131,10 @@ author:
url: "https://keybase.io/infominer"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/didecentral/didecentral.github.io"
url: "https://github.com/didecentral"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/infominer33"
url: "https://twitter.com/didecentral"
- label: "Discord"
icon: "fab fa-fw fa-discord"
url: "https://discord.gg/ahTuPMY"
@ -153,7 +148,7 @@ author:
# Site Footer
footer:
links:
- label: "Inf⧉Mine"
- label: "Info⧉Hub"
icon: "fa fa-fw fa-cube"
url: "https://infominer.id"
- label: "Email"
@ -164,7 +159,7 @@ footer:
url: "https://keybase.io/infominer"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/didecentral/didecentral.github.io"
url: "https://github.com/didecentral"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/infominer33"
@ -272,6 +267,11 @@ whitelist:
- jekyll-feed
- jemoji
- jekyll-include-cache
- jekyll-target-blank
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-redirect-from
- jekyll-mentions
# Archives
@ -337,12 +337,10 @@ defaults:
share: true
related: true
sidebar:
title: DIDecentralized
title: DIDecentral
nav: "didnav"
toc: true
toc_label : "Contents"
toc_icon : "link"
toc_sticky : true
twitter:
card: summary_large_image

File diff suppressed because it is too large Load Diff

View File

@ -1,30 +1,29 @@
# main links
main:
- title: "DiscoLog"
url: "/discolog/"
- title: "webwork.tools"
url: "https://infominer.id/web-work/"
- title: "IndieWeb"
url: "https://infominer.id/indieweb/"
- title: "Transcripts"
url: "https://infominer.id/transcripts"
- title: "Bitcoin Historical Index"
- title: "Info⧉Hub"
url: "https://infominer.id/"
- title: "Bitcoin Histories"
description: "Resources on the History leading up to and Surrounding Bitcoin."
url: "https://infominer.id/bitcoin-history"
- title: "S⧉urce Crypt⧉"
url: "https://sourcecrypto.pub"
- title: "Decentralized Web"
description: "Resources on the History leading up to and Surrounding Bitcoin."
url: "https://sourcecrypto.pub/decentralized-web/"
- title: "Source⧉Crypto"
description: "A Discord Chat for Creating a Database of Information Surrounding Blockchain and Cryptocurrency."
url: "https://infominer.id/SourceCrypto"
url: "https://sourcecrypto.pub"
- title: "Web-work.tools"
url: "https://web-work.tools"
- title: "IndieWeb"
url: "https://web-work.tools/indieweb/"
- title: "Transcripts"
url: "https://sourcecrypto.pub/transcripts"
- title: "Learn Crypto Trading"
description: "Resources for learning Technical Analysis and the Fundamentals of Crypto Trading"
url: "https://infominer.id/learn-crypto-trading"
url: "https://learncryptotrading.co"
- title: "DIDecentralized"
url: "https://decentralized-id.com"
- title: "Github Pages Starter Pack"
url: "https://infominer.id/gh-pages-starter-pack.html"
- title: "Minimal Mistakes Quickstart Guide"
url: "https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/"
- title: "⧉InfoMine⧉"
url: "https://infominer.id/"
url: "https://web-work.tools/github-pages-starter-pack/"
didnav:
@ -33,7 +32,7 @@ didnav:
- title: "• Sitemap"
url: "/sitemap/"
- title: "• #indieweb-dev on IIW RWoT and DID's -FreeNode"
url: "https://infominer.id/web-work/posts/indieweb-dev-on-did/"
url: "https://web-work.tools/indieweb/indieweb-dev-on-did/"
- title: "• Identity Commons on Github"
url: "https://github.com/identitywoman/identity-commons"
- title: "• Web Standards"
@ -52,8 +51,6 @@ didnav:
url: "https://decentralized-id.com/indy-ecosystem/"
- title: "• Practical Cryptography - PGP and Me"
url: "https://infominer.id/bitcoin-history/pgp-and-me/"
- title: "• Github Pages Starter Pack"
url: "https://infominer.id/gh-pages-starter-pack.html"
- title: DIDecentral
children:
- title: "• Our Values"
@ -134,16 +131,18 @@ didnav:
url: "https://decentralized-id.com/state-sponsored/"
- title: "⧉InfoMine⧉"
children:
- title: "• infominer.id"
- title: "• InfoHub"
url: "https://infominer.id/"
- title: "• Bitcoin Historical Index"
url: "https://infominer.id/bitcoin-history"
- title: "• Bitcoin Histories"
url: "https://sourcecrypto.pub/bitcoin-history"
- title: "• Source⧉Crypto"
url: "https://infominer.id/SourceCrypto"
url: "https://sourcecrypto.pub"
- title: "• Learn Crypto Trading"
url: "https://infominer.id/learn-crypto-trading"
url: "https://learncryptotrading.co"
- title: "• DIDecentralized"
url: "https://decentralized-id.com"
- title: "• Decentralized Web"
url: "https://sourcecrypto.pub/decentralized-web/"
@ -265,15 +264,17 @@ sovnav:
url: "https://infominer.id/gh-pages-starter-pack.html"
- title: "⧉InfoMine⧉"
children:
- title: "• infominer.id"
- title: "• InfoHub"
url: "https://infominer.id/"
- title: "Transcripts"
url: "https://infominer.id/transcripts"
- title: "Transcripts"
url: "https://sourcecrypto.pub/transcripts"
- title: "• Bitcoin Historical Index"
url: "https://infominer.id/bitcoin-history"
- title: "• S⧉urce Crypt⧉"
url: "https://infominer.id/SourceCrypto"
url: "https://sourcecrypto.pub/bitcoin-history"
- title: "• Source⧉Crypto"
url: "https://sourcecrypto.pub"
- title: "• Decentralized Web"
url: "https://sourcecrypto.pub/decentralized-web/"
- title: "• Learn Crypto Trading"
url: "https://infominer.id/learn-crypto-trading"
url: "https://learncryptotrading.co"
- title: "• DIDecentralized"
url: "https://decentralized-id.com"

View File

@ -6,22 +6,3 @@
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials
html {
/* apply a natural box layout model to all elements */
box-sizing: border-box;
background-color: $background-color;
font-size: 14px;
@include breakpoint($medium) {
font-size: 17px;
}
@include breakpoint($large) {
font-size: 19px;
}
@include breakpoint($x-large) {
font-size: 21px;
}
}