From 86c268eebd492b684600898c1a1925d6d72244ef Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 19 Jun 2026 23:09:43 +0100 Subject: [PATCH] deploying the blogs --- .editorconfig | 7 ++- contrib/Makefile | 1 + src/PostIt/PostIt/Views/HomePage.axaml | 28 +++++----- src/Yavsc.Api/Program.cs | 2 +- src/Yavsc.Blogs/Program.cs | 53 +++++++++---------- src/Yavsc.Org/Directory.Packages.props | 6 +-- src/Yavsc.Org/Helpers/GoogleOAuthHelpers.cs | 6 +-- src/Yavsc.Server/Directory.Packages.props | 2 +- .../Interfaces/ICalendarManager.cs | 1 - 9 files changed, 52 insertions(+), 54 deletions(-) diff --git a/.editorconfig b/.editorconfig index 80392cb9..16c9e49a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,10 +16,15 @@ insert_final_newline = true charset = utf-8 # 4 space indentation -[*.py] +[*.py,*.xml,*.csproj] indent_style = space indent_size = 4 +# 2 space indentation +[*.xml,*.csproj,*.axaml] +indent_style = space +indent_size = 2 + # Tab indentation (no size specified) [Makefile] indent_style = tab diff --git a/contrib/Makefile b/contrib/Makefile index 8e0e5567..62e1e22d 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -74,6 +74,7 @@ install: build_publish copy-binaries copy-services done reinstall: copy-binaries + @sync @for project in $(APP_PROJECT_NAMES); do \ sudo systemctl start yavsc$${project} ; done diff --git a/src/PostIt/PostIt/Views/HomePage.axaml b/src/PostIt/PostIt/Views/HomePage.axaml index 1c188b31..bb7204d6 100644 --- a/src/PostIt/PostIt/Views/HomePage.axaml +++ b/src/PostIt/PostIt/Views/HomePage.axaml @@ -1,16 +1,16 @@ - - -