Titles for all pages, custom entrypoint with cache invalidator etag setup so site doesn't do bad things on redeploy
All checks were successful
Build and Test - Staging / determine_version (pull_request) Successful in 35s
Build and Test - Staging / build_and_push (pull_request) Successful in 2m26s
Build and Test - Staging / test (pull_request) Successful in 3s
Build and Test - Staging / deploy_staging (pull_request) Successful in 6s
All checks were successful
Build and Test - Staging / determine_version (pull_request) Successful in 35s
Build and Test - Staging / build_and_push (pull_request) Successful in 2m26s
Build and Test - Staging / test (pull_request) Successful in 3s
Build and Test - Staging / deploy_staging (pull_request) Successful in 6s
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
<HobbyLayout title="Homelab - Home Automation">
|
||||
</HobbyLayout>
|
||||
@@ -22,7 +22,7 @@ const headerCarouselGroup: carouselGroup = {
|
||||
}
|
||||
---
|
||||
|
||||
<HobbyLayout title="Home Server Rack">
|
||||
<HobbyLayout title="Homelab - Home Server Rack">
|
||||
<Carousel carouselGroup={headerCarouselGroup}/>
|
||||
|
||||
<!--<h2 class="font-bold md:text-2xl my-4">Prior Homelab</h2>-->
|
||||
|
||||
@@ -16,7 +16,7 @@ const headerCarouselGroup: carouselGroup = {
|
||||
}
|
||||
---
|
||||
|
||||
<HobbyLayout title="Kubernetes Cluster">
|
||||
<HobbyLayout title="Homelab - Kubernetes Cluster">
|
||||
<Carousel carouselGroup={headerCarouselGroup}/>
|
||||
|
||||
<!--<h2 class="font-bold md:text-2xl my-4">Prior Homelab</h2>-->
|
||||
|
||||
@@ -38,7 +38,7 @@ const headerCarouselGroup: carouselGroup = {
|
||||
}
|
||||
---
|
||||
|
||||
<HobbyLayout title="Offsite Backup Rack">
|
||||
<HobbyLayout title="Homelab - Offsite Backup Rack">
|
||||
<Carousel carouselGroup={headerCarouselGroup}/>
|
||||
|
||||
<!--<h2 class="font-bold md:text-2xl my-4">Prior Homelab</h2>-->
|
||||
|
||||
@@ -30,6 +30,6 @@ const headerCarouselGroup: carouselGroup = {
|
||||
}
|
||||
---
|
||||
|
||||
<HobbyLayout title="Chubby Buttons 2 Mount">
|
||||
<HobbyLayout title="Motorcycling - Chubby Buttons 2 Mount">
|
||||
<Carousel carouselGroup={headerCarouselGroup}/>
|
||||
</HobbyLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
<HobbyLayout title="Motorcycling - Lineup">
|
||||
</HobbyLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
<HobbyLayout title="NixOS">
|
||||
</HobbyLayout>
|
||||
Reference in New Issue
Block a user