From 2121722cef18c7deb85a5a1e21d9e81a2609ab42 Mon Sep 17 00:00:00 2001
From: Matt Arnold
Date: Wed, 16 Apr 2025 05:14:34 -0400
Subject: Readme per dozens on irc. Front end tweaks

---
 README.md           | 9 ++++++---
 templates/base.html | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index fc5c771..0d71c94 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-# VibeEngine
+# VibesHome
 
-A sort of blog thing, for my personal journal main feature, over conventional
-blogs, obsidian type things is, i can post as a faccet (part in ifs speak)
+**Where all your vibes live**
+
+A forum engine in progress. Do not use in production. Run ./migrate.py install and follow the prompts.
+
+It needs everything, posting, and reply works! So it can be hacked on further 😅
diff --git a/templates/base.html b/templates/base.html
index d014cd9..8761412 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -11,7 +11,7 @@
 
 <body>
     <header>
-        <h1><a href="{{ url_for('index') }}">My Blog</a></h1>
+        <h1><a href="{{ url_for('index') }}"> VibesHome</a></h1>
     </header>
     <main>
         {% block content %}{% endblock %}
-- 
cgit 1.4.1-2-gfad0