Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinQnA committed Apr 17, 2023
1 parent e1facea commit 15d3305
Show file tree
Hide file tree
Showing 671 changed files with 250,122 additions and 170 deletions.
4 changes: 0 additions & 4 deletions .github/FUNDING.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .well-known/nostr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"names": {
"qna": "a60e79e0edad5100d7543b669e513dbc1c2170e8e9b74fdb8e971afd1e0e6813",
"spa": "4a38463c2a75e68c24416e7720a3b3befbb0ea6872d5a04692c39e18e8f2dcac",
"whiteh0rse": "f910453526bd360a66f4dd009a3916da8a2c5ed1cb6bae65079b4ae5239fa55a",
"test": "bab2d953e716ccf44c39f548168496f2ac27eda00142a7305ae18484c62917dd"

}
}
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ source "https://rubygems.org"

gemspec


gem "webrick", "~> 1.8"
70 changes: 37 additions & 33 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer-minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{% if site.url-pretty %}
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
<a href="{{ '' | absolute_url }}">{{ site.url-pretty }}</a>
<a href="/">{{ site.url-pretty }}</a>
{% endif %}
</div>
</footer>
3 changes: 1 addition & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@

</p>
{% unless site.remove-ads %}<p class="theme-by text-muted">
Powered by
<a href="https://beautifuljekyll.com">Beautiful Jekyll</a>
<a href="/contribute">Get involved</a> 🧡
</p>{% endunless %}
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<head>
<meta charset="utf-8">
<meta property="twitter:card" content="summary_large_image">
<meta http-equiv="onion-location" content="http://lq2thd4kcnqvbm6k47qkt2ctzrfd567ewqeowehgqbekesgvn4npcmid.onion" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

{% capture title %}
Expand Down
6 changes: 3 additions & 3 deletions _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<nav class="navbar navbar-expand-xl navbar-light fixed-top navbar-custom {% if page.nav-short %}top-nav-short-permanent{% else %}top-nav-regular{% endif %}">

{%- if site.title-img -%}
<a class="navbar-brand navbar-brand-logo" href="{{ '' | absolute_url }}"><img alt="{{ site.title }} Logo" src="{{ site.title-img | relative_url}}"/></a>
<a class="navbar-brand navbar-brand-logo" href="/"><img alt="{{ site.title }} Logo" src="{{ site.title-img | relative_url}}"/></a>
{%- elsif site.title -%}
<a class="navbar-brand" href="{{ '' | absolute_url }}">{{ site.title }}</a>
<a class="navbar-brand" href="/">{{ site.title }}</a>
{%- endif -%}

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-navbar" aria-controls="main-navbar" aria-expanded="false" aria-label="Toggle navigation">
Expand Down Expand Up @@ -50,7 +50,7 @@
{% if site.avatar and page.show-avatar != false %}
<div class="avatar-container">
<div class="avatar-img-border">
<a href="{{ '' | absolute_url }}">
<a href="/">
<img alt="Navigation bar avatar" class="avatar-img" src="{{ site.avatar | relative_url }}" />
</a>
</div>
Expand Down
14 changes: 14 additions & 0 deletions _includes/social-networks-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@
</li>
{%- endif -%}

{%- if site.social-network-links.nostr -%}
<li class="list-inline-item">
<a href="https://iris.to/{{ site.social-network-links.nostr }}" title="Nostr">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-sticky-note fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">Nostr</span>
</a>
</li>
{%- endif -%}

{%- if site.social-network-links.twitter -%}
<li class="list-inline-item">
<a href="https://twitter.com/{{ site.social-network-links.twitter }}" title="Twitter">
Expand Down Expand Up @@ -336,4 +348,6 @@
</li>
{%- endif -%}



</ul>
13 changes: 13 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@

{{ content }}

<script
src="/bundle.js"
// YOUR PUBKEY IN HEX FORMAT
data-website-owner-pubkey="a60e79e0edad5100d7543b669e513dbc1c2170e8e9b74fdb8e971afd1e0e6813"
// THE TYPE OF CHAT YOU WANT: GLOBAL or DMs
data-chat-type="DM"
// If you use GLOBAL you can choose set a comma-separated list of hashtags
data-chat-tags="nostrica,bitcoin"
// Relays you'd like to use, change this this as you wish
data-relays="wss://relay.f7z.io,wss://nos.lol,wss://relay.nostr.info,wss://nostr-pub.wellorder.net,wss://relay.current.fyi,wss://relay.nostr.band"
></script>
<link rel="stylesheet" href="/bundle.css">

{% if page.after-content %}
<div class="after-content">
{% for file in page.after-content %}
Expand Down
17 changes: 0 additions & 17 deletions _posts/2020-02-26-flake-it-till-you-make-it.md

This file was deleted.

78 changes: 0 additions & 78 deletions _posts/2020-02-28-test-markdown.md

This file was deleted.

25 changes: 25 additions & 0 deletions about.md
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>


16 changes: 0 additions & 16 deletions aboutme.md

This file was deleted.

Loading

0 comments on commit 15d3305

Please sign in to comment.