diff --git a/hugo.toml b/hugo.toml index 0e659fd..23c0089 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,4 +14,4 @@ title = 'Spaces Protocol' noclasses = false [security] - enableInlineShortcodes = true \ No newline at end of file + enableInlineShortcodes = true diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 63a3c33..402d1f6 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -6,6 +6,10 @@ + + + + {{ $CSS := resources.Match "css/*.css" | resources.Concat "spaces.css" }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 7ca4431..7b67b57 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,6 +4,9 @@ {{ .Title }} + + + diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index afd4379..f47da00 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -1,7 +1,7 @@ -
+
home | explorer | paper | - - docs + docs | + marketplace
diff --git a/public/categories/index.xml b/public/categories/index.xml index baa09ca..485d2af 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -4,7 +4,7 @@ Categories on Spaces Protocol https://spacesprotocol.org/categories/ Recent content in Categories on Spaces Protocol - Hugo -- gohugo.io + Hugo en-us diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..2e95c96 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/images/favicon.ico b/public/images/favicon.ico new file mode 100644 index 0000000..2e95c96 Binary files /dev/null and b/public/images/favicon.ico differ diff --git a/public/index.html b/public/index.html index 4add233..8582f2a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,12 +1,16 @@ - + Spaces Protocol | Scalable & Permissionless Bitcoin Identities + + + + @@ -53,12 +57,12 @@
-
+ diff --git a/public/index.xml b/public/index.xml index c6415df..01ba217 100644 --- a/public/index.xml +++ b/public/index.xml @@ -4,15 +4,16 @@ Spaces Protocol | Scalable & Permissionless Bitcoin Identities on Spaces Protocol https://spacesprotocol.org/ Recent content in Spaces Protocol | Scalable & Permissionless Bitcoin Identities on Spaces Protocol - Hugo -- gohugo.io + Hugo en-us + Thu, 15 Feb 2024 12:54:32 -0700 Spaces Protocol | White Paper https://spacesprotocol.org/paper/ Thu, 15 Feb 2024 12:54:32 -0700 https://spacesprotocol.org/paper/ - White paper Spaces Protocol | Scalable & Permissionless Bitcoin Identities Note this information is outdated some details have changed. Spaces is a naming protocol that leverages the existing infrastructure and security of Bitcoin1 without requiring a new blockchain or any modifications to Bitcoin itself. &ldquo;Spaces&rdquo; serve as community identifiers that are distributed through an auction process built using existing Bitcoin scripting capabilities. Proceeds generated through auctions are irrevocably burned. Within each Space, users can create &ldquo;Subspaces,&rdquo; which serve as trustless individual identities, operating with a high degree of autonomy primarily off-chain but can also submit transactions directly on-chain. + <h1 id="white-paper">White paper</h1> <div style="margin-bottom:2em;margin-top:0em;"> <p style="font-size: 1.4em;font-weight:bold;"> Spaces Protocol | Scalable & Permissionless Bitcoin Identities</h1> </div> <p style="background-color: #fff5ea; padding: 1em 1.5em;margin-bottom:2em;margin-top:4em;display:block; border-radius: 10px;"> <strong>Note</strong> this information is outdated some details have changed. </p> <p>Spaces is a naming protocol that leverages the existing infrastructure and security of Bitcoin<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> without requiring a new blockchain or any modifications to Bitcoin itself. &ldquo;Spaces&rdquo; serve as community identifiers that are distributed through an auction process built using existing Bitcoin scripting capabilities. Proceeds generated through auctions are irrevocably burned. Within each Space, users can create &ldquo;Subspaces,&rdquo; which serve as trustless individual identities, operating with a high degree of autonomy primarily off-chain but can also submit transactions directly on-chain. Spaces is designed to be verifiable by end-users in a trustless manner without requiring a full node. This is achieved through a stateless zero-knowledge light client built using RISC0 zkVM<sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup>. The protocol essentially acts as a scalable &amp; trustless ~250KB Bitcoin certificate authority.</p> diff --git a/public/paper/index.html b/public/paper/index.html index cb33ad8..8f6a960 100644 --- a/public/paper/index.html +++ b/public/paper/index.html @@ -4,6 +4,9 @@ Spaces Protocol | White Paper + + + @@ -92,12 +95,12 @@
-
+ diff --git a/public/sitemap.xml b/public/sitemap.xml index bdc7930..71145fb 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,12 +2,13 @@ + https://spacesprotocol.org/ + 2024-02-15T12:54:32-07:00 + https://spacesprotocol.org/paper/ 2024-02-15T12:54:32-07:00 https://spacesprotocol.org/categories/ - - https://spacesprotocol.org/ https://spacesprotocol.org/tags/ diff --git a/public/tags/index.xml b/public/tags/index.xml index ed89224..997c888 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -4,7 +4,7 @@ Tags on Spaces Protocol https://spacesprotocol.org/tags/ Recent content in Tags on Spaces Protocol - Hugo -- gohugo.io + Hugo en-us diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..2e95c96 Binary files /dev/null and b/static/favicon.ico differ