aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-07-11 12:28:48 +0100
committerGitHub <noreply@github.com>2023-07-11 12:28:48 +0100
commit491433afd527731ff27f9d701cd4c1ae901f1128 (patch)
tree08f7a94bb6889c116c890205629ec23f4c214758 /docs
parentatuin crypto blog post (#1079) (diff)
downloadatuin-491433afd527731ff27f9d701cd4c1ae901f1128.zip
Add OG image (#1097)
* Add OG image * Fix * byebye
Diffstat (limited to 'docs')
-rw-r--r--docs/blog/2023/07/07-new-encryption/index.md5
-rw-r--r--docs/blog/2023/07/07-new-encryption/og.jpgbin0 -> 116685 bytes
-rw-r--r--docs/docusaurus.config.js1
-rw-r--r--docs/static/img/encryption-og.jpgbin0 -> 116685 bytes
4 files changed, 5 insertions, 1 deletions
diff --git a/docs/blog/2023/07/07-new-encryption/index.md b/docs/blog/2023/07/07-new-encryption/index.md
index 0fd44aea..04524471 100644
--- a/docs/blog/2023/07/07-new-encryption/index.md
+++ b/docs/blog/2023/07/07-new-encryption/index.md
@@ -6,6 +6,11 @@ authors: [conrad]
tags: [insights]
---
+<head>
+ <meta data-rh="true" property="og:image" content="https://atuin.sh/img/encryption-og.jpg" />
+ <meta data-rh="true" property="twitter:image" content="https://atuin.sh/img/encryption-og.jpg" />
+</head>
+
End-to-end encryption is an essential component of Atuin.
One of our core philosophies, when we created the sync service, was that
we didn't want to worry about storing user data. The shell is a very
diff --git a/docs/blog/2023/07/07-new-encryption/og.jpg b/docs/blog/2023/07/07-new-encryption/og.jpg
new file mode 100644
index 00000000..6225c2f7
--- /dev/null
+++ b/docs/blog/2023/07/07-new-encryption/og.jpg
Binary files differ
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 1779dec1..74b17c78 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -64,7 +64,6 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
- image: 'img/docusaurus-social-card.jpg',
navbar: {
title: '🐢 Atuin',
items: [
diff --git a/docs/static/img/encryption-og.jpg b/docs/static/img/encryption-og.jpg
new file mode 100644
index 00000000..6225c2f7
--- /dev/null
+++ b/docs/static/img/encryption-og.jpg
Binary files differ