diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index adf12dc..b0f732d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,9 +19,9 @@ jobs: uses: actions/checkout@v3 - name: Install Deno - uses: denoland/setup-deno@v1 + uses: denoland/setup-deno@v2 with: - deno-version: v1.x + deno-version: v2.x - name: Build step run: "deno task generate" @@ -29,6 +29,6 @@ jobs: - name: Upload to Deno Deploy uses: denoland/deployctl@v1 with: - project: "fart-dot-tools" + project: "fartlabs-dot-org" entrypoint: "main.ts" root: "generated" diff --git a/README.md b/README.md index bf021b7..2f96942 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# fart.tools +# fartlabs.org 🧪 Official website of FartLabs. diff --git a/blog/css.md b/blog/css.md index acbb985..8d940e6 100644 --- a/blog/css.md +++ b/blog/css.md @@ -45,10 +45,10 @@ Additionally, the developer community has adopted Fart.css for personal projects, further demonstrating its effectiveness in accelerating development. Examples include: -- : FartLabs landing page. +- : FartLabs landing page. - : Fart.css documentation website. - : Concentration game. -- : Personal website of Ethan. +- : Ethan's personal website. ## In honor of Halloween @@ -65,5 +65,6 @@ This release marks the foundation for Fart.css. The development team actively seeks feedback from the community to optimize future iterations of the library. To contribute your insights, please [create a new issue](https://github.com/FartLabs/fart.css/issues/new) on our -[Fart.css GitHub repository](https://github.com/FartLabs/fart.css) or join the -discussion on our [Discord server](https://go.fart.tools/chat). +Fart.css GitHub repository +★Source↗ +or join the discussion on our [Discord server](https://go.fart.tools/chat). diff --git a/codegen/feed.ts b/codegen/feed.ts index a5abcd8..3c2d748 100644 --- a/codegen/feed.ts +++ b/codegen/feed.ts @@ -1,7 +1,7 @@ import { Feed } from "feed"; import { posts } from "#/components/blog_page/data.ts"; -const ORIGIN = "https://fart.tools"; +const ORIGIN = "https://fartlabs.org"; const ID = `${ORIGIN}/blog`; const COPYRIGHT = `Copyright ${new Date().getFullYear()} FartLabs`; diff --git a/components/landing_page/projects_section.tsx b/components/landing_page/projects_section.tsx index d50666a..4cac1b0 100644 --- a/components/landing_page/projects_section.tsx +++ b/components/landing_page/projects_section.tsx @@ -72,12 +72,13 @@ export function ProjectsSection() { - fart.css + Fart.css } descriptionHTML={

- CSS library reusable across fart-tastic frontends. Visit{" "} + CSS library reusable across{" "} + fart-tastic frontends. Visit{" "} css.fart.tools {" "}