From 8f8d41413ff775b6d721059783a0e2de4f90f50c Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 7 Mar 2026 15:09:42 +0530 Subject: feat: add configuration management and server setup - Implemented configuration file creation and loading in config.go. - Added default configuration content embedded in embed.go. - Introduced logging middleware for HTTP requests. - Created Makefile for build and setup automation. - Integrated Tailwind CSS and HTMX for frontend styling and interactivity. - Developed basic authentication flow with login and dashboard pages. - Enhanced error handling and user feedback in templates. - Updated dependencies in go.mod and go.sum. --- static/css/tailwind.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/css/tailwind.css (limited to 'static/css') diff --git a/static/css/tailwind.css b/static/css/tailwind.css new file mode 100644 index 0000000..f1d8c73 --- /dev/null +++ b/static/css/tailwind.css @@ -0,0 +1 @@ +@import "tailwindcss"; -- cgit v1.2.3