refacts, and launching Blogs

This commit is contained in:
Paul Schneider 2026-06-04 22:04:20 +01:00
commit 80144bf9fc
11 changed files with 417 additions and 113 deletions

View file

@ -1,4 +1,11 @@
{
"Site": {
"Title": "Yavsc Blogs",
"Description": "A collection of blogs about software development, technology, and programming.",
"Keywords": "software development, technology, programming, coding, blogs",
"Authority": "https://localhost:5001",
"Audience": "https://localhost:5005"
},
"Logging": {
"LogLevel": {
"Default": "Information",
@ -10,7 +17,7 @@
"Kestrel": {
"Endpoints": {
"Https": {
"Url": "https://localhost:6001"
"Url": "https://localhost:5005"
}
}
}