From: Cameron Otsuka Date: Wed, 31 Jul 2024 02:49:16 +0000 (-0700) Subject: add bitcoin whitepaper X-Git-Tag: v1.0.0~93 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=eb8ea118cf04bb39b505bc38552078daabd969cd;p=cotsuka.github.io add bitcoin whitepaper --- diff --git a/_includes/css/style.css b/_includes/css/style.css index 6e588af..0386116 100644 --- a/_includes/css/style.css +++ b/_includes/css/style.css @@ -64,6 +64,9 @@ th, td { vertical-align: middle; padding: 0.5rem; } +object { + width: 100%; +} footer { text-align: center; font-style: italic; diff --git a/content/bitcoin.md b/content/bitcoin.md new file mode 100644 index 0000000..e3a7fa2 --- /dev/null +++ b/content/bitcoin.md @@ -0,0 +1,12 @@ +--- +layout: layouts/base.njk +title: "Bitcoin: A Peer-to-Peer Electronic Cash System" +permalink: bitcoin.html +date: 2024-07-30 +tags: +- bitcoin +--- + +# Bitcoin: A Peer-to-Peer Electronic Cash System + + \ No newline at end of file diff --git a/static/public/bitcoin.pdf b/static/public/bitcoin.pdf new file mode 100644 index 0000000..1e19b73 Binary files /dev/null and b/static/public/bitcoin.pdf differ