]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
add bitcoin whitepaper
authorCameron Otsuka <cameron@otsuka.haus>
Wed, 31 Jul 2024 02:49:16 +0000 (19:49 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Wed, 31 Jul 2024 02:49:16 +0000 (19:49 -0700)
_includes/css/style.css
content/bitcoin.md [new file with mode: 0644]
static/public/bitcoin.pdf [new file with mode: 0644]

index 6e588afea2c2ec938b950c75496cea78050eb703..0386116b1544806cee8b4f91c78da87dcced5b70 100644 (file)
@@ -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 (file)
index 0000000..e3a7fa2
--- /dev/null
@@ -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
+
+<object data="/public/bitcoin.pdf" height="890"></object>
\ No newline at end of file
diff --git a/static/public/bitcoin.pdf b/static/public/bitcoin.pdf
new file mode 100644 (file)
index 0000000..1e19b73
Binary files /dev/null and b/static/public/bitcoin.pdf differ