Skip to content

Commit 8702706

Browse files
Merge pull request #12 from btcpay-monero/twitter-card
Add card previews
2 parents 52c10f2 + 75d917a commit 8702706

File tree

10 files changed

+30
-62
lines changed

10 files changed

+30
-62
lines changed

404.html

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
11
---
2-
permalink: /404.html
3-
layout: page
4-
---
5-
6-
<style type="text/css" media="screen">
7-
.container {
8-
margin: 10px auto;
9-
max-width: 600px;
10-
text-align: center;
11-
}
12-
h1 {
13-
margin: 30px 0;
14-
font-size: 4em;
15-
line-height: 1;
16-
letter-spacing: -1px;
17-
}
18-
</style>
19-
20-
<div class="container">
21-
<h1>404</h1>
22-
23-
<p><strong>Page not found :(</strong></p>
24-
<p>The requested page could not be found.</p>
25-
</div>
2+
layout: 404
3+
---

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ description: >- # this means to ignore newlines until "baseurl:"
2828
It includes guides, FAQs, and troubleshooting tips to help you navigate
2929
the integration of Monero with BTCPay Server effectively.
3030
baseurl: "" # the subpath of your site, e.g. /blog
31-
url: "" # the base hostname & protocol for your site, e.g. http://example.com
31+
url: "https://btcpay.host" # the base hostname & protocol for your site, e.g. http://example.com
32+
logo: "/assets/images/logo.png" # the path to your logo image
3233

3334
# Build settings
3435
remote_theme: "jeffreytse/jekyll-theme-yat"

_includes/head.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<head>
2+
<meta charset="utf-8">
3+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<meta name="google-translate-customization" content="108d9124921d80c3-80e20d618ff053c8-g4f02ec6f3dba68b7-c">
6+
{%- seo -%}
7+
<link rel="icon" href="{{ site.favicon }}">
8+
<link rel="canonical" href="{{ site.url }}">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
10+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/typeface-noto-sans@0.0.72/index.min.css">
11+
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
12+
<script src="{{ "/assets/js/main.js" | relative_url }}"></script>
13+
{%- feed_meta -%}
14+
{%- if jekyll.environment == 'production' and site.google_analytics -%}
15+
{%- include extensions/google-analytics.html -%}
16+
{%- endif -%}
17+
{%- include extensions/code-highlight.html -%}
18+
{%- include extensions/photo-swipe.html -%}
19+
{%- include custom-head.html -%}
20+
{% seo %}
21+
</head>

_layouts/page.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

_posts/2025-06-07-btcpay-monero-deployment.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
layout: post
33
title: "BTCPay with Bitcoin and Monero on External Disk - Docker Deployment Guide"
4+
description: "Deploy BTCPay Server with Bitcoin and Monero on an external disk."
45
excerpt_image: ../assets/images/hdd.jpg
56
date: 2025-06-07 08:45:02 +0200
67
categories: vendor
8+
image: ../assets/images/hdd.jpg
79
---
810

911
This post guides you through deploying BTCPay Server with Bitcoin and Monero on an external disk using Docker. This configuration is ideal for those aiming to keep blockchain data separate from the main system drive, ensuring better performance and easier management.

_posts/2025-06-07-btcpay-monero-developer-setup.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: post
33
title: "Developer Setup for BTCPay Monero Plugin"
44
excerpt_image: ../assets/images/hacker.jpg
5+
image: ../assets/images/hacker.jpg
56
date: 2025-06-09 6:45:02 +0200
67
categories: developer
78
---

about.markdown

Lines changed: 0 additions & 18 deletions
This file was deleted.

assets/images/ccs1.jpg

31.5 KB
Loading

assets/images/logo.jpg

49.3 KB
Loading

ccs.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: default
33
title: Milestones
44
banner: "/assets/images/background.jpg"
5+
description: "Latest updates on BTCPay Server - Monero development."
6+
image: /assets/images/ccs1.jpg
57
---
68
<h1>Milestone 1 Complete: Laying the Foundation</h1>
79
<h2>What We’ve Accomplished</h2>

0 commit comments

Comments
 (0)