forked from BitcoinQnA/Bitcoiner.Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1facea
commit 15d3305
Showing
671 changed files
with
250,122 additions
and
170 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"names": { | ||
"qna": "a60e79e0edad5100d7543b669e513dbc1c2170e8e9b74fdb8e971afd1e0e6813", | ||
"spa": "4a38463c2a75e68c24416e7720a3b3befbb0ea6872d5a04692c39e18e8f2dcac", | ||
"whiteh0rse": "f910453526bd360a66f4dd009a3916da8a2c5ed1cb6bae65079b4ae5239fa55a", | ||
"test": "bab2d953e716ccf44c39f548168496f2ac27eda00142a7305ae18484c62917dd" | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ source "https://rubygems.org" | |
|
||
gemspec | ||
|
||
|
||
gem "webrick", "~> 1.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,29 +10,32 @@ | |
############################ | ||
|
||
# Name of website | ||
title: My Website | ||
title: Bitcoiner.Guide | ||
|
||
# Your name to show in the footer | ||
author: Some Person | ||
author: QnA | ||
|
||
############################################### | ||
# --- List of links in the navigation bar --- # | ||
############################################### | ||
|
||
navbar-links: | ||
About Me: "aboutme" | ||
Resources: | ||
- Beautiful Jekyll: "https://beautifuljekyll.com" | ||
- Learn markdown: "https://www.markdowntutorial.com/" | ||
Author's home: "https://deanattali.com" | ||
About: "about" | ||
1-on-1 Support: "support" | ||
Tips: "tips" | ||
Contribute: "contribute" | ||
Other: | ||
- Nostr Identifiers: "https://bitcoiner.chat" | ||
- Podcasts: "podcasts" | ||
- Contact: "contact" | ||
|
||
################ | ||
# --- Logo --- # | ||
################ | ||
|
||
# Image to show in the navigation bar - works best with a square image | ||
# Remove this parameter if you don't want an image in the navbar | ||
avatar: "/assets/img/avatar-icon.png" | ||
avatar: "/assets/img/bitcoin.png" | ||
|
||
# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false' | ||
round-avatar: true | ||
|
@@ -49,26 +52,27 @@ round-avatar: true | |
# Select the social network links that you want to show in the footer. | ||
# Uncomment the links you want to show and add your information to each one. | ||
social-network-links: | ||
email: "[email protected]" | ||
email: "[email protected]" | ||
rss: true # remove this line if you don't want to show an RSS link at the bottom | ||
facebook: deanattali | ||
github: daattali | ||
twitter: daattali | ||
patreon: DeanAttali | ||
youtube: c/daattali | ||
# facebook: deanattali | ||
github: BitcoinQnA | ||
twitter: bitcoinq_a | ||
# patreon: DeanAttali | ||
# youtube: c/daattali | ||
# medium: yourname | ||
# reddit: yourname | ||
# linkedin: daattali | ||
# xing: yourname | ||
# stackoverflow: "3943160/daattali" | ||
# stackoverflow: "3943160/daattali" | ||
# snapchat: deanat78 | ||
# instagram: deanat78 | ||
# spotify: yourname | ||
# telephone: +14159998888 | ||
# steam: deanat78 | ||
# twitch: yourname | ||
# yelp: yourname | ||
# telegram: yourname | ||
telegram: BitcoinQnA | ||
nostr: npub15c88nc8d44gsp4658dnfu5fahswzzu8gaxm5lkuwjud068swdqfspxssvx | ||
# calendly: yourname | ||
# mastodon: instance.url/@username | ||
# ORCID: your ORCID ID | ||
|
@@ -79,22 +83,22 @@ social-network-links: | |
|
||
# If you want your website to generate an RSS feed, provide a description | ||
# The URL for the feed will be https://<your_website>/feed.xml | ||
rss-description: This website is a virtual proof that I'm awesome | ||
rss-description: Bitcoiner.Guide - A collection of Bitcoin resources by QnA | ||
|
||
########################### | ||
# --- General options --- # | ||
########################### | ||
|
||
# Select which social network share links to show in posts | ||
share-links-active: | ||
twitter: true | ||
facebook: true | ||
linkedin: true | ||
twitter: false | ||
facebook: false | ||
linkedin: false | ||
vk: false | ||
|
||
# How to display the link to your website in the footer | ||
# Remove this if you don't want a link in the footer | ||
url-pretty: "MyWebsite.com" | ||
url-pretty: "Bitcoiner.Guide" | ||
|
||
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words | ||
excerpt_length: 50 | ||
|
@@ -114,7 +118,7 @@ edit_page_button: true | |
# Allow sub-menu items (second-level navigation menu items) to be longer than the top-level menu | ||
# If this setting is off, then long sub-menu words might get cut off | ||
# See https://github.com/daattali/beautiful-jekyll/issues/765 to understand the issue this setting can solve | ||
navbar-var-length: false | ||
navbar-var-length: true | ||
|
||
# The keywords to associate with your website, for SEO purposes | ||
#keywords: "my,list,of,keywords" | ||
|
@@ -125,17 +129,17 @@ navbar-var-length: false | |
|
||
# Personalize the colours in your website. Colour values can be any valid CSS colour | ||
|
||
navbar-col: "#EAEAEA" | ||
navbar-text-col: "#404040" | ||
navbar-border-col: "#DDDDDD" | ||
page-col: "#FFFFFF" | ||
text-col: "#404040" | ||
link-col: "#008AFF" | ||
hover-col: "#0085A1" | ||
footer-col: "#EAEAEA" | ||
footer-text-col: "#777777" | ||
footer-link-col: "#404040" | ||
footer-hover-col: "#0085A1" | ||
navbar-col: "#23262a" | ||
navbar-text-col: "#a0a0a0" | ||
navbar-border-col: "#a0a0a0" | ||
page-col: "#23262a" | ||
text-col: "#a0a0a0" | ||
link-col: "#f99925" | ||
hover-col: "#f99925" | ||
footer-col: "#23262a" | ||
footer-text-col: "#a0a0a0" | ||
footer-link-col: "#f99925" | ||
footer-hover-col: "#fbae51" | ||
|
||
# Alternatively, the navbar, footer, and page background can be set to an image | ||
# instead of colour | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
layout: page | ||
title: About | ||
subtitle: Bitcoiner.Guide | ||
#thumbnail-img: /assets/img/thumb.png | ||
share-img: https://bitcoiner.guide/assets/img/share.png | ||
tags: [books, test] | ||
--- | ||
|
||
<p align="center"> | ||
My name is QnA. I am a Bitcoiner and I like to help other Bitcoiners. <br/> | ||
<br/> | ||
I spend my days building Bitcoin-centric sovereignty tools at <a href="http://foundationdevices.com/">Foundation</a>. <br/> | ||
<br/> | ||
This site is a collection of my contributions that I can point people towards to help them along their journey. If you find it valuable, please share it with your peers and consider <a href="/contribute">contributing</a> or sending a <a href="/tips">tip</a>. <br/> | ||
|
||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://iris.to/npub15c88nc8d44gsp4658dnfu5fahswzzu8gaxm5lkuwjud068swdqfspxssvx" title="QnA"> | ||
<img src="/assets/img/qna-circle.png" alt="QnA" class=responsive width="280" height="280" maxheight="280" /> | ||
</a> | ||
</p> | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.