Skip to content

Commit 2256e81

Browse files
author
S. K. Rotwang MMMMMMMMM
committed
feat(brand): social-card og:image + Seneschal brand assets (avatar/banner)
1 parent dddc3bc commit 2256e81

6 files changed

Lines changed: 8 additions & 2 deletions

File tree

brand/seneschal-avatar.png

1.65 MB
Loading

brand/seneschal-banner.png

1.69 MB
Loading

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
<meta property="og:url" content="https://docs.seneschal.space/">
1212
<meta property="og:title" content="Monero &amp; Zcash payment webhooks — view-key only, no node">
1313
<meta property="og:description" content="A webhook the instant an XMR or ZEC payment lands at your address, from a read-only view key. Pay-per-call in USDC (x402); free read tier, no signup or API key.">
14-
<meta name="twitter:card" content="summary">
14+
<meta property="og:image" content="https://docs.seneschal.space/og.png">
15+
<meta name="twitter:card" content="summary_large_image">
1516
<meta name="twitter:title" content="Monero &amp; Zcash payment webhooks — view-key only, no node">
1617
<meta name="twitter:description" content="A webhook the instant an XMR or ZEC payment lands at your address, from a read-only view key. Pay-per-call in USDC (x402); free read tier.">
18+
<meta name="twitter:image" content="https://docs.seneschal.space/og.png">
1719
<script type="application/ld+json">
1820
{
1921
"@context": "https://schema.org",

docs/landing.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
<meta property="og:url" content="https://seneschal.space/">
1212
<meta property="og:title" content="Private Watch — Monero &amp; Zcash payment webhooks, view-key only">
1313
<meta property="og:description" content="Get pinged the instant an XMR or ZEC payment lands at your address — from a read-only view key, no node to run. $0.02/day + $0.005/webhook in USDC via x402. No signup, no API key.">
14-
<meta name="twitter:card" content="summary">
14+
<meta property="og:image" content="https://seneschal.space/og.png">
15+
<meta name="twitter:card" content="summary_large_image">
1516
<meta name="twitter:title" content="Private Watch — Monero &amp; Zcash payment webhooks, view-key only">
1617
<meta name="twitter:description" content="Get pinged the instant an XMR or ZEC payment lands at your address — from a read-only view key, no node. Pay-per-use in USDC via x402. No signup.">
18+
<meta name="twitter:image" content="https://seneschal.space/og.png">
1719
<script type="application/ld+json">
1820
{
1921
"@context": "https://schema.org",

docs/og.png

1.69 MB
Loading

scripts/publish-docs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ MAPPINGS=(
4040
"robots.txt:robots.txt"
4141
"robots.txt:docs/robots.txt"
4242
"sitemap.xml:sitemap.xml"
43+
"og.png:og.png"
44+
"og.png:docs/og.png"
4345
)
4446

4547
echo "Publishing docs from ${REMOTE}:${SRC}/docs to ${REMOTE}:${WEB_ROOT}"

0 commit comments

Comments
 (0)