diff --git a/docs/blog/2023/07/07-new-encryption/index.md b/docs/blog/2023/07/07-new-encryption/index.md index 0fd44ae..0452447 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 0000000..6225c2f 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 1779dec..74b17c7 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 0000000..6225c2f Binary files /dev/null and b/docs/static/img/encryption-og.jpg differ