Skip to content

Commit 00d797f

Browse files
committed
improve repetitive subheadlines
1 parent b42d206 commit 00d797f

17 files changed

+39
-47
lines changed

_posts/draft-material/blockchain dev.md

+3-18
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,13 @@ published: false
44
---
55

66

7-
[Programming With Bitcoin](https://programmingwithbitcoin.com/)
8-
9-
[Building a Blockchain: The Grey Paper – Hacker Noon](https://hackernoon.com/building-a-blockchain-the-grey-paper-5be456018040)
107

118
[From “What is Blockchain?” to building a blockchain in less th...](https://medium.freecodecamp.org/from-what-is-blockchain-to-building-a-blockchain-within-an-hour-4e738efc819d)
129

13-
[Programming Blockchain - gitbook](https://legacy.gitbook.com/book/programmingblockchain/programmingblockchain/details)
14-
15-
[Coinbase Digital Currency API](https://developers.coinbase.com/)
16-
> Bitcoin, Bitcoin Cash, Litecoin, and Ethereum APIs to power the payments in your application
17-
18-
[A Gentle Introduction to Bitcoin Core Development – Bitcoin Tech...](https://bitcointechtalk.com/a-gentle-introduction-to-bitcoin-core-development-fdc95eaee6b8)
19-
> If you’re a developer and you own any Bitcoin at all, contributing to Bitcoin Core can be one of the best things you can do to help out…
20-
21-
[openblockchains/programming-bitcoin-script](https://github.com/openblockchains/programming-bitcoin-script)
22-
> Programming Bitcoin Script Transaction (Crypto) Contracts Step-by-Step - Let's start with building your own bitcoin stack machine from zero / scratch and let's run your own bitcoin ops (operations)...
23-
24-
[Programming Cryptocurrencies and Blockchains (Book Edition)](https://yukimotopress.github.io/blockchains)
10+
[Building a Blockchain: The Grey Paper – Hacker Noon](https://hackernoon.com/building-a-blockchain-the-grey-paper-5be456018040)
2511

12+
[Top 10 Most Useful Cryptocurrency APIs](https://coinpedia.org/top-10/top-10-useful-cryptocurrency-apis)
13+
There are very useful APIs, developers can choose from. Please note that while selecting these APIs we relied on online reviews from other users.
2614
[msjaiswal/awesome-python-cryptocurrency](https://github.com/msjaiswal/awesome-python-cryptocurrency)
2715
A curated list of awesome Python Cryptocurrency frameworks, libraries, software and resources. - msjaiswal/awesome-python-cryptocurrency
2816

@@ -31,14 +19,11 @@ A curated list of awesome Python Cryptocurrency frameworks, libraries, software
3119
3220
[Learn Blockchains by Building One – Hacker Noon](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46) - The fastest way to learn how Blockchains work is to build one
3321

34-
[Top 10 Most Useful Cryptocurrency APIs](https://coinpedia.org/top-10/top-10-useful-cryptocurrency-apis)
35-
There are very useful APIs, developers can choose from. Please note that while selecting these APIs we relied on online reviews from other users.
3622

3723
[ChristopherA/Blockchain-Developer-Resources](https://github.com/ChristopherA/Blockchain-Developer-Resources)
3824

3925
List of opinionated links to resources useful to blockchain and bitcoin developers - ChristopherA/Blockchain-Developer-Resources
4026

41-
[Programming The Blockchain in C#](https://programmingblockchain.gitbook.io/programmingblockchain)
4227

4328
[Blockchain's tools](https://blockchains.tools/) - Provide developers blockchain-related tools / functions
4429
- [nujabes403/blockchains-tools](https://github.com/nujabes403/blockchains-tools)

_posts/practical/2019-07-22-lightning.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Practical
4-
title: "Lightning Network Info: Wallets, Applications, Guides and Development"
3+
subheadline: Wallets, Applications, Guides and Development
4+
title: "Lightning Network Info"
55
description: A curated list related to using the Lightning Network.
66
teaser: Apps, tools, howtos, and other resources for using the Lightning network.
77
permalink: /layer-2/lightning/practical/

_posts/practical/2019-12-29-applications.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Practical
4-
title: Layer One applications leveraging the Bitcoin blockchain
3+
subheadline: Leveraging the Bitcoin blockchain
4+
title: Layer One Applications
55
teaser: Proofs, Payments, BTCPayserver, and Open Bazaar
66
permalink: /layer-1/applications/
77
categories: ["Practical"]

_posts/practical/2019-12-29-data-analytics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Practical
3+
subheadline: Data data data
44
title: Bitcoin Data and Analytics
55
teaser: Blockchain data, databases, UTXO, market and exchange data.
66
permalink: /practical/data-analytics/

_posts/practical/2019-12-29-development.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Practical
4-
title: Bitcoin Development - Resources
5-
teaser: Learning Bitcoin
3+
subheadline: Books, Resources and other Guides
4+
title: Programming with Bitcoin
5+
teaser: Learning Bitcoin Development
66
permalink: /practical/development/
77
categories: ["Practical"]
88
tags: ["Tech Info"]
@@ -31,7 +31,8 @@ tags: ["Tech Info"]
3131
* [bitcoin.org/en/developer-guide](https://bitcoin.org/en/developer-guide)
3232
* [bitcoin.org/en/developer-reference](https://bitcoin.org/en/developer-reference)
3333
* [btcinformation.org/en/developer-documentation](https://btcinformation.org/en/developer-documentation) - Community led and supported fork of Bitcoin.org.
34-
* [bitcointechtalk.com/a-gentle-introduction-to-bitcoin-core-development-fdc95eaee6b8](https://bitcointechtalk.com/a-gentle-introduction-to-bitcoin-core-development-fdc95eaee6b8)
34+
* [A Gentle Introduction to Bitcoin Core Development](https://bitcointechtalk.com/a-gentle-introduction-to-bitcoin-core-development-fdc95eaee6b8)
35+
> If you’re a developer and you own any Bitcoin at all, contributing to Bitcoin Core can be one of the best things you can do to help out…
3536
* [teachbitcoin.io/](https://teachbitcoin.io/)
3637
> Teach Bitcoin protocol training is an in-depth program that was inspired from the study of several hundred thousand lines of implementation code. It teaches you both the high and low-level designs of the Bitcoin Protocol, so you can greatly accelerate your journey to becoming a Bitcoin implementation developer or protocol researcher.
3738
* [teachbitcoin.io](https://teachbitcoin.io)
@@ -62,6 +63,8 @@ tags: ["Tech Info"]
6263
* [chaincodelabs/bitcoin-curriculum](https://github.com/chaincodelabs/bitcoin-curriculum) *!!!!!!!!*
6364
* [MrHash/bitcoin-dev-stack](https://github.com/MrHash/bitcoin-dev-stack)
6465
* [Blockchain Development — Zero to Hero [Guide]](https://medium.com/programmers-blockchain/blockchain-development-mega-guide-5a316e6d10df)
66+
* [Programming The Blockchain in C#](https://programmingblockchain.gitbook.io/programmingblockchain)
67+
* [Programming Cryptocurrencies and Blockchains (Book Edition)](https://yukimotopress.github.io/blockchains)
6568

6669
### Read
6770

@@ -130,8 +133,9 @@ tags: ["Tech Info"]
130133
* [yasaricli/chainradar-api](https://github.com/yasaricli/chainradar-api)
131134
* [RomelTorres/alpha_vantage](https://github.com/RomelTorres/alpha_vantage) - A python wrapper for Alpha Vantage API
132135
* [danpaquin/coinbasepro-python](https://github.com/danpaquin/coinbasepro-python)
133-
* [developers.coinbase.com/](https://developers.coinbase.com/)
134136
* [Coinbase Wallet](https://wallet.coinbase.com/)
137+
* [Coinbase Digital Currency API](https://developers.coinbase.com/)
138+
> Bitcoin, Bitcoin Cash, Litecoin, and Ethereum APIs to power the payments in your application
135139
136140
### Scripting
137141

_posts/practical/2019-12-29-full-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Practical
3+
subheadline: Validate the Blockchain
44
title: "Bitcoin Full-Node"
55
permalink: /layer-1/full-node/
66
categories: ["Practical"]

_posts/practical/2019-12-29-get-bitcoin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get Bitcoin!!!!!
3-
subheadline: Practical
3+
subheadline: Earn or Buy, don't borrow!
44
layout: page-fullwidth
55
teaser: Resources related to earning or buying Bitcoin
66
permalink: /practical/get-bitcoin/

_posts/practical/2019-12-29-satellite.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Bitcoin Satellite Nodes 🛰️
2+
title: Bitcoin Satellite Nodes
33
layout: page-fullwidth
44
teaser: Blockstream Satellite broadcasts the Bitcoin blockchain to the entire planet via satellite, reducing Bitcoin’s dependency on internet access. Everyone in the world now has an opportunity to use Bitcoin.
5-
subheadline: Practical
5+
subheadline: 🛰️
66
permalink: /practical/satellite/
77
categories: ["Practical"]
88
tags: ["Tech Info"]

_posts/practical/2019-12-29-trading.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page-fullwidth
3-
title: Bitcoin Trading Tools and Apps
4-
subheadline: Practical
3+
title: Bitcoin Trading
4+
subheadline: Tools and Apps
55
permalink: /practical/trading/
66
categories: ["Practical"]
77
tags: ["Data"]

_posts/practical/2019-12-29-wallets-utilities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Bitcoin Wallets and Utilities"
3-
subheadline: Practical
3+
subheadline: Paper, Mobile, Desktop, and Hardware
44
layout: page-fullwidth
55
permalink: /layer-1/wallets-utilities/
66
categories: ["Practical"]

_posts/tech/2019-12-29-decentralization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
subheadline: Technical
2+
subheadline: Assorted thoughts on
33
title: Decentralization
44
permalink: /tech/decentralization/
55
categories: ["Tech Info"]

_posts/tech/2019-12-29-layer-1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Technical
4-
title: "Bitcoin Layer 1 - Info"
3+
subheadline: Proof of Work
4+
title: "Bitcoin's Layer 1"
55
permalink: /layer-1/
66
categories: ["Tech Info"]
77
---

_posts/tech/2019-12-29-layer-2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
subheadline: Technical
3-
title: "Bitcoin - Layer 2 - Lightning, Liquid and Beyond"
2+
subheadline: "Layer 2"
3+
title: "Liquid, Drivechain, and Rootstock"
44
permalink: "/layer-2/"
55
categories: ["Tech Info"]
66
tags: ["Layer 2"]

_posts/tech/2019-12-29-lightningfo.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Technical
4-
title: "Lightning - Info"
3+
subheadline: Layer 2
4+
title: "Lightning Network Info"
55
permalink: /layer-2/lightning/
66
categories: ["Tech Info"]
77
tags: ["Layer 2", "Lightning"]

_posts/tech/2019-12-29-privacy.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Technical
3+
subheadline: Tips, and best practices
44
title: Privacy and Bitcoin
5+
teaser: With proper understanding of the technology, bitcoin can indeed be used in a very private and anonymous way.
56
permalink: /info/privacy/
67
categories: ["Tech Info"]
78

@@ -24,11 +25,12 @@ categories: ["Tech Info"]
2425
{% include _improve_content.html %}
2526

2627
* [Bitcoin Anonymity Guide 2019: How to use BTC like a straight up G](https://www.coincache.net/2019/01/02/bitcoin-anonymity-guide-2019-how-to-use-btc-like-a-straight-up-g/?v=3e8d115eb4b3)
27-
* [Jolly Roger's Security Guide for Beginners - Deep Dot Web](https://gir.pub/deepdotweb/jolly-rogers-security-guide-for-beginners/) (old, but, perhaps still worth a read)
28+
* [Jolly Roger's Security Guide for Beginners - Deep Dot Web](https://github.com/GIR-pub/deepdotweb/tree/master/_pages/jolly-rogers-security-guide-for-beginners) (old, but, perhaps still worth a browse)
2829
* [Buying and Using Bitcoin Anonymously Without ID (2019 Updated)](https://99bitcoins.com/buy-bitcoin/anonymously-without-id/)
2930
* [Bitcoin Security Brief Volume 1 with Dhruv Bansal](https://link.medium.com/hYHYNewq9Y)
3031
> One of the most often overlooked aspects to owning Bitcoin is how to safely secure and store it. Most people have their own best practices…
3132
* [en.bitcoin.it/wiki/Privacy](https://en.bitcoin.it/wiki/Privacy)
33+
> With proper understanding of the technology, bitcoin can indeed be used in a very private and anonymous way.
3234
* [Privacy for HODLers @6102Bitcoin](https://github.com/6102bitcoin/FAQ/blob/master/hodl-privacy.md)
3335
* [Open Bitcoin Privacy Project - Accelerating Progress to Our Financial Future](http://www.openbitcoinprivacyproject.org/)
3436
The Open Bitcoin Privacy Project is an open source, global organization whose mission is to improve financial privacy within the Bitcoin ecosystem.

_posts/tech/2019-12-29-technical.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: page-fullwidth
3-
subheadline: Technical
3+
subheadline: Technical literature
44
title: "Assorted Technical Topics"
5+
teaser: BIPS, scripts and deep dives
56
permalink: /tech/
67
categories: ["Tech Info"]
78
---

_posts/tech/2019-12-31-security.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
subheadline: Technical
3-
title: "Bitcoin Security Info + Best Practices"
2+
subheadline: Info + Best Practices
3+
title: "Bitcoin Security "
44
permalink: /info/security/
55
categories: ["Tech Info", "Practical"]
66

0 commit comments

Comments
 (0)