diff options
| -rw-r--r-- | docs/blog/2023/07/07-new-encryption/index.md | 5 | ||||
| -rw-r--r-- | docs/blog/2023/07/07-new-encryption/og.jpg | bin | 0 -> 116685 bytes | |||
| -rw-r--r-- | docs/docusaurus.config.js | 1 | ||||
| -rw-r--r-- | docs/static/img/encryption-og.jpg | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..6225c2f7 --- /dev/null +++ b/docs/blog/2023/07/07-new-encryption/og.jpg 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 Binary files differnew file mode 100644 index 00000000..6225c2f7 --- /dev/null +++ b/docs/static/img/encryption-og.jpg |
