aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-02-21-self-hosting-otter-wiki.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-07-02 23:24:15 -0500
committerChristian Cleberg <hello@cleberg.net>2024-07-02 23:24:15 -0500
commit89e6c0f9c8edd029aeeb553dcb11b62c878d11b1 (patch)
tree55a4fd7d3de25de21fe296c8353642bae1e4579b /content/blog/2024-02-21-self-hosting-otter-wiki.md
parentc5a2b7970f2187456dd094105e38b1d5482cb90f (diff)
downloadcleberg.net-89e6c0f9c8edd029aeeb553dcb11b62c878d11b1.tar.gz
cleberg.net-89e6c0f9c8edd029aeeb553dcb11b62c878d11b1.tar.bz2
cleberg.net-89e6c0f9c8edd029aeeb553dcb11b62c878d11b1.zip
fix 2024 blog posts for missing images
Diffstat (limited to 'content/blog/2024-02-21-self-hosting-otter-wiki.md')
-rw-r--r--content/blog/2024-02-21-self-hosting-otter-wiki.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/content/blog/2024-02-21-self-hosting-otter-wiki.md b/content/blog/2024-02-21-self-hosting-otter-wiki.md
index c087292..8f8116c 100644
--- a/content/blog/2024-02-21-self-hosting-otter-wiki.md
+++ b/content/blog/2024-02-21-self-hosting-otter-wiki.md
@@ -120,19 +120,3 @@ Once enabled, restart the Nginx server to start serving the app externally.
sudo systemctl restart nginx.service
```
-# Screenshots
-
-In the screenshot below, you can see the initial launch screen for An Otter
-Wiki. Start by creating your admin account and configure the app as necessary.
-
-![An Otter Wiki - Initial
-Screen](https://img.cleberg.net/blog/20240221-otterwiki/otterwiki.png)
-
-You can also see the default editing screen for creating and editing pages. It's
-as easy as typing Markdown and hitting the save button.
-
-![An Otter Wiki - Editing
-Screen](https://img.cleberg.net/blog/20240221-otterwiki/otterwiki-edit.png)
-
-Overall, I like An Otter Wiki and will be looking forward to seeing how much use
-I get out of it going forward.