Skip to content

Commit

Permalink
deploy: 3792b95
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 4, 2024
1 parent 28b3758 commit 7cb4b02
Show file tree
Hide file tree
Showing 202 changed files with 21,768 additions and 19,701 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ssg-site.servicestack.net
ssg-site.servicestack.netssg-site.servicestack.net
148 changes: 74 additions & 74 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,22 +116,22 @@
<section>
<div class="mb-8 md:mb-16">
<div class="sm:mx-0">
<a aria-label="ServiceStack.Swift client library rewritten for Swift 6" href="posts/swift6-upgrade">
<img src="https://images.unsplash.com/photo-1534972195531-d756b9bfa9f2?crop=entropy&amp;fit=crop&amp;h=1000&amp;w=2000" alt="Cover Image for ServiceStack.Swift client library rewritten for Swift 6" class="shadow-sm hover:shadow-2xl transition-shadow duration-200">
<a aria-label="DTOs in all languages downloadable without .NET" href="posts/npx-get-dtos">
<img src="https://images.unsplash.com/photo-1639262498805-17c7dc422d37?crop=entropy&amp;fit=crop&amp;h=1000&amp;w=2000" alt="Cover Image for DTOs in all languages downloadable without .NET" class="shadow-sm hover:shadow-2xl transition-shadow duration-200">
</a>
</div>
</div>
<div class="md:grid md:grid-cols-2 md:gap-x-16 lg:gap-x-8 mb-20 md:mb-28">
<div>
<h3 class="mb-4 text-4xl lg:text-6xl leading-tight">
<a class="hover:underline" href="posts/swift6-upgrade">ServiceStack.Swift client library rewritten for Swift 6</a>
<a class="hover:underline" href="posts/npx-get-dtos">DTOs in all languages downloadable without .NET</a>
</h3>
<div class="mb-4 md:mb-0 text-lg">
<time datetime="2024-12-03T00:00:00.0000000">December 3, 2024</time>
<time datetime="2024-12-04T00:00:00.0000000">December 4, 2024</time>
</div>
</div>
<div>
<p class="text-lg leading-relaxed mb-4">ServiceStack.Swift has been rewritten to take advantage of Swift 6 features, now dependency-free.</p>
<p class="text-lg leading-relaxed mb-4">ServiceStack Typed DTOs for all languages can now be downloaded and uploaded without .NET installed</p>
<a class="flex items-center text-xl font-bold" href="posts/author/demis-bellot">
<img src="/img/authors/demis.jpg" class="w-12 h-12 rounded-full mr-4" alt="Author">
<span>Demis Bellot</span>
Expand All @@ -142,6 +142,42 @@ <h3 class="mb-4 text-4xl lg:text-6xl leading-tight">
<section>
<h2 class="mb-8 text-6xl md:text-7xl font-bold tracking-tighter leading-tight">More from the blog</h2>
<div class="mx-auto mt-12 grid max-w-lg gap-5 lg:max-w-none lg:grid-cols-3">
<div class="flex flex-col overflow-hidden rounded-lg shadow-lg">
<div class="flex-shrink-0">
<a href="posts/swift6-upgrade">
<img class="h-48 w-full object-cover" src="https://images.unsplash.com/photo-1534972195531-d756b9bfa9f2?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=crop&amp;w=420&amp;q=80" alt="">
</a>
</div>
<div class="flex flex-1 flex-col justify-between bg-white dark:bg-black p-6">
<div class="flex-1">
<p class="text-sm font-medium text-indigo-600 dark:text-indigo-300">
Article
</p>
<a href="posts/swift6-upgrade" class="mt-2 block">
<p class="text-xl font-semibold text-gray-900 dark:text-gray-50">ServiceStack.Swift client library rewritten for Swift 6</p>
<p class="mt-3 text-base text-gray-500">ServiceStack.Swift has been rewritten to take advantage of Swift 6 features, now dependency-free.</p>
</a>
</div>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<span>
<span class="sr-only">Demis Bellot</span>
<img class="h-10 w-10 rounded-full" src="/img/authors/demis.jpg" alt="ServiceStack.Swift client library rewritten for Swift 6 background">
</span>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">
<a href="posts/author/demis-bellot" class="hover:underline">Demis Bellot</a>
</p>
<div class="flex space-x-1 text-sm text-gray-500">
<time datetime="2024-12-03T00:00:00.0000000">December 3, 2024</time>
<span aria-hidden="true">&middot;</span>
<span>3 min read</span>
</div>
</div>
</div>
</div>
</div>
<div class="flex flex-col overflow-hidden rounded-lg shadow-lg">
<div class="flex-shrink-0">
<a href="posts/typed-openai-chat-ollama-apis">
Expand Down Expand Up @@ -322,47 +358,44 @@ <h2 class="mb-8 text-6xl md:text-7xl font-bold tracking-tighter leading-tight">M
</div>
</div>
</div>
<div class="flex flex-col overflow-hidden rounded-lg shadow-lg">
<div class="flex-shrink-0">
<a href="posts/scalable-sqlite">
<img class="h-48 w-full object-cover" src="https://images.unsplash.com/photo-1558494949-ef010cbdcc31?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=crop&amp;w=420&amp;q=80" alt="">
</a>
</div>
<div class="flex flex-1 flex-col justify-between bg-white dark:bg-black p-6">
<div class="flex-1">
<p class="text-sm font-medium text-indigo-600 dark:text-indigo-300">
Article
</p>
<a href="posts/scalable-sqlite" class="mt-2 block">
<p class="text-xl font-semibold text-gray-900 dark:text-gray-50">Scalable Server SQLite Apps</p>
<p class="mt-3 text-base text-gray-500">Learn how to build concurrent, safe scalable SQLite .NET Apps in C#</p>
</a>
</div>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<span>
<span class="sr-only">Demis Bellot</span>
<img class="h-10 w-10 rounded-full" src="/img/authors/demis.jpg" alt="Scalable Server SQLite Apps background">
</span>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">
<a href="posts/author/demis-bellot" class="hover:underline">Demis Bellot</a>
</p>
<div class="flex space-x-1 text-sm text-gray-500">
<time datetime="2024-09-26T00:00:00.0000000">September 26, 2024</time>
<span aria-hidden="true">&middot;</span>
<span>10 min read</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mt-24 flex justify-center">
<div class="flex max-w-screen-lg">
<div class="w-2/3">
<div class="border-b pb-4 mb-4">
<div class="flex justify-between">
<div class="w-3/4">
<a href="posts/scalable-sqlite" class="mt-2 block">
<p class="text-xl font-semibold text-gray-900 dark:text-gray-50">Scalable Server SQLite Apps</p>
<p class="mt-3 text-base text-gray-500">Learn how to build concurrent, safe scalable SQLite .NET Apps in C#</p>
</a>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<span>
<span class="sr-only">Demis Bellot</span>
<img class="h-10 w-10 rounded-full" src="/img/authors/demis.jpg" alt="Scalable Server SQLite Apps background">
</span>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">
<a href="posts/author/demis-bellot" class="hover:underline">Demis Bellot</a>
</p>
<div class="flex space-x-1 text-sm text-gray-500">
<time datetime="2024-09-26T00:00:00.0000000">September 26, 2024</time>
<span aria-hidden="true">&middot;</span>
<span>10 min read</span>
</div>
</div>
</div>
</div>
<div class="w-1/4">
<a href="posts/scalable-sqlite" class="pt-4">
<img class="w-full object-cover max-h-[130px]" src="https://images.unsplash.com/photo-1558494949-ef010cbdcc31?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=crop&amp;w=420&amp;q=80" alt="">
</a>
</div>
</div>
</div>
<div class="border-b pb-4 mb-4">
<div class="flex justify-between">
<div class="w-3/4">
Expand Down Expand Up @@ -825,39 +858,6 @@ <h2 class="mb-8 text-6xl md:text-7xl font-bold tracking-tighter leading-tight">M
</div>
</div>
</div>
<div class="border-b pb-4 mb-4">
<div class="flex justify-between">
<div class="w-3/4">
<a href="posts/identity-auth-admin-ui" class="mt-2 block">
<p class="text-xl font-semibold text-gray-900 dark:text-gray-50">Built-In Identity Auth Admin UI</p>
<p class="mt-3 text-base text-gray-500">Explore the new Identity Auth Admin UI for creating and managing Identity Auth users in .NET 8</p>
</a>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<span>
<span class="sr-only">Demis Bellot</span>
<img class="h-10 w-10 rounded-full" src="/img/authors/demis.jpg" alt="Built-In Identity Auth Admin UI background">
</span>
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">
<a href="posts/author/demis-bellot" class="hover:underline">Demis Bellot</a>
</p>
<div class="flex space-x-1 text-sm text-gray-500">
<time datetime="2024-02-21T00:00:00.0000000">February 21, 2024</time>
<span aria-hidden="true">&middot;</span>
<span>3 min read</span>
</div>
</div>
</div>
</div>
<div class="w-1/4">
<a href="posts/identity-auth-admin-ui" class="pt-4">
<img class="w-full object-cover max-h-[130px]" src="https://images.unsplash.com/photo-1563920443079-783e5c786b83?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=crop&amp;w=420&amp;q=80" alt="">
</a>
</div>
</div>
</div>
<div class="mt-8 text-center">
<a class="text-sm font-semibold hover:underline" href="posts/">view all posts</a>
</div>
Expand Down
25 changes: 13 additions & 12 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,22 @@
</image>
<generator>razor-ssg</generator>
<copyright></copyright>
<lastBuildDate>Wed, 04 Dec 2024 02:14:23 GMT</lastBuildDate>
<lastBuildDate>Wed, 04 Dec 2024 12:18:18 GMT</lastBuildDate>
<managingEditor>[email protected] (Team ServiceStack)</managingEditor>
<webMaster>[email protected] (Team ServiceStack)</webMaster>
<atom:link href="https://servicestack.net/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>DTOs in all languages downloadable without .NET</title>
<link>https://servicestack.net/posts/npx-get-dtos</link>
<author>[email protected] (Demis Bellot)</author>
<guid isPermaLink="false">https://servicestack.net/posts/npx-get-dtos</guid>
<pubDate>Wed, 04 Dec 2024 00:00:00 GMT</pubDate>
<atom:updated>2024-12-04T00:00:00Z</atom:updated>
<category>api</category>
<category>service-reference</category>
<category>js</category>
<description>ServiceStack Typed DTOs for all languages can now be downloaded and uploaded without .NET installed</description>
</item>
<item>
<title>ServiceStack.Swift client library rewritten for Swift 6</title>
<link>https://servicestack.net/posts/swift6-upgrade</link>
Expand Down Expand Up @@ -126,16 +138,5 @@
<category>.net8</category>
<description>Introducing C# Background Jobs for managing background jobs and scheduled tasks</description>
</item>
<item>
<title>Utilize C# Commands to build more robust and observable systems</title>
<link>https://servicestack.net/posts/commands-feature</link>
<author>[email protected] (Demis Bellot)</author>
<guid isPermaLink="false">https://servicestack.net/posts/commands-feature</guid>
<pubDate>Wed, 03 Jul 2024 00:00:00 GMT</pubDate>
<atom:updated>2024-07-03T00:00:00Z</atom:updated>
<category>commands</category>
<category>.net8</category>
<description>Learn how to build testable, robust observable systems with the new Commands Feature</description>
</item>
</channel>
</rss>
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,29 +161,29 @@ <h2 class="mb-4 text-gray-100 dark:text-gray-800">from the blog:</h2>
<div class="border-b border-gray-700 pb-4 mb-4">
<div class="flex justify-between">
<div class="w-1/5 flex-grow-0 mr-4">
<a href="posts/swift6-upgrade" class="pt-4">
<img class="w-full object-cover max-h-[72px]" src="https://images.unsplash.com/photo-1534972195531-d756b9bfa9f2?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=crop&amp;w=420&amp;q=80" alt="">
<a href="posts/npx-get-dtos" class="pt-4">
<img class="w-full object-cover max-h-[72px]" src="https://images.unsplash.com/photo-1639262498805-17c7dc422d37?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=crop&amp;w=420&amp;q=80" alt="">
</a>
</div>
<div class="w-4/5">
<a href="posts/swift6-upgrade" class="block">
<p class="text-lg font-semibold text-gray-50">ServiceStack.Swift client library rewritten for Swift 6</p>
<p class="mt-1 text-sm text-gray-500">ServiceStack.Swift has been rewritten to take advantage of Swift 6 features, now dependency-free.</p>
<a href="posts/npx-get-dtos" class="block">
<p class="text-lg font-semibold text-gray-50">DTOs in all languages downloadable without .NET</p>
<p class="mt-1 text-sm text-gray-500">ServiceStack Typed DTOs for all languages can now be downloaded and uploaded without .NET installed</p>
</a>
</div>
</div>
</div>
<div class="border-b border-gray-700 pb-4 mb-4">
<div class="flex justify-between">
<div class="w-1/5 flex-grow-0 mr-4">
<a href="posts/typed-openai-chat-ollama-apis" class="pt-4">
<img class="w-full object-cover max-h-[72px]" src="https://images.unsplash.com/photo-1593486544625-13ef2368e43a?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=crop&amp;w=420&amp;q=80" alt="">
<a href="posts/swift6-upgrade" class="pt-4">
<img class="w-full object-cover max-h-[72px]" src="https://images.unsplash.com/photo-1534972195531-d756b9bfa9f2?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=crop&amp;w=420&amp;q=80" alt="">
</a>
</div>
<div class="w-4/5">
<a href="posts/typed-openai-chat-ollama-apis" class="block">
<p class="text-lg font-semibold text-gray-50">Typed Open AI Chat &amp; Ollama APIs in 11 Languages</p>
<p class="mt-1 text-sm text-gray-500">Introducing AI Server - an OSS Self Hosted Gateway for running LLM, Ollama, Media and Comfy UI APIs</p>
<a href="posts/swift6-upgrade" class="block">
<p class="text-lg font-semibold text-gray-50">ServiceStack.Swift client library rewritten for Swift 6</p>
<p class="mt-1 text-sm text-gray-500">ServiceStack.Swift has been rewritten to take advantage of Swift 6 features, now dependency-free.</p>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion meta/2024/all.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7cb4b02

Please sign in to comment.