From 491433afd527731ff27f9d701cd4c1ae901f1128 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 11 Jul 2023 12:28:48 +0100 Subject: Add OG image (#1097) * Add OG image * Fix * byebye --- docs/blog/2023/07/07-new-encryption/index.md | 5 +++++ docs/blog/2023/07/07-new-encryption/og.jpg | Bin 0 -> 116685 bytes docs/docusaurus.config.js | 1 - docs/static/img/encryption-og.jpg | Bin 0 -> 116685 bytes 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 docs/blog/2023/07/07-new-encryption/og.jpg create mode 100644 docs/static/img/encryption-og.jpg 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] --- + + + + + 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 Binary files /dev/null and b/docs/blog/2023/07/07-new-encryption/og.jpg 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 Binary files /dev/null and b/docs/static/img/encryption-og.jpg differ -- cgit v1.3.1