summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--templates/base.html2
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 %}