summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Arnold2025-04-16 05:14:34 -0400
committerMatt Arnold2025-04-16 05:14:34 -0400
commit2121722cef18c7deb85a5a1e21d9e81a2609ab42 (patch)
tree73fbcf501fd8a53f5dd1d78a24c73fe9e4725ded
parent86b3c15595708df0593109ca4cefbc7e05acb371 (diff)
Readme per dozens on irc. Front end tweaks
-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 %}