瀏覽代碼

Merge pull request #2 from AETH-erial/mod-fix

Mod fix
aeth 10 月之前
父節點
當前提交
203b291255
共有 2 個文件被更改,包括 12 次插入1 次删除
  1. 11 0
      README.md
  2. 1 1
      go.mod

+ 11 - 0
README.md

@@ -0,0 +1,11 @@
+## *keiji*, SSR blog + website using just HTMX and Golang
+
+This is my personal blogging site, in lieu of having social media like Facebook, Instagram, Tumblr, Twitter, etc. I have handrolled my own blogging platform to be used exclusively by me. Designed to be my 'virtual studio', where I can put my art, writings, and various updates onto the internet whilst retaining 99% control over the platform wherein they reside.
+
+### Highlights
+- clean contract between the webserver and the database
+- embedded web content to make deployments easier
+- dynamic population of navigation bars, menu, and the admin panel
+- cool mid 2000s website feel
+
+

+ 1 - 1
go.mod

@@ -1,4 +1,4 @@
-module git.aetherial.dev/aeth/keiji
+module github.com/AETH-erial/keiji
 
 go 1.21.6