Skip to content

Commit

Permalink
update website origin
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Oct 30, 2024
1 parent 40402c2 commit 05452f5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ 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"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "fart-dot-tools"
project: "fartlabs-dot-org"
entrypoint: "main.ts"
root: "generated"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fart.tools
# fartlabs.org

🧪 Official website of FartLabs.

Expand Down
9 changes: 5 additions & 4 deletions blog/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Additionally, the developer community has adopted Fart.css for personal
projects, further demonstrating its effectiveness in accelerating development.
Examples include:

- <https://fart.tools/>: FartLabs landing page.
- <https://fartlabs.org/>: FartLabs landing page.
- <https://css.fart.tools/>: Fart.css documentation website.
- <https://concentration.fart.tools/>: Concentration game.
- <https://etok.me/>: Personal website of Ethan.
- <https://etok.me/>: Ethan's personal website.

## In honor of Halloween

Expand All @@ -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
<a class="fart-button" href="https://github.com/FartLabs/fart.css">★Source<small>↗</small></a>
or join the discussion on our [Discord server](https://go.fart.tools/chat).
2 changes: 1 addition & 1 deletion codegen/feed.ts
Original file line number Diff line number Diff line change
@@ -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`;

Expand Down
5 changes: 3 additions & 2 deletions components/landing_page/projects_section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ export function ProjectsSection() {
<ProjectSection
titleHTML={
<A href="https://github.com/FartLabs/fart.css" class="fart-link">
fart.css
Fart.css
</A>
}
descriptionHTML={
<P>
CSS library reusable across fart-tastic frontends. Visit{" "}
CSS library reusable across{" "}
<SPAN class="sparkle">fart-tastic</SPAN> frontends. Visit{" "}
<A href="https://css.fart.tools/" class="fart-link">
css.fart.tools
</A>{" "}
Expand Down

0 comments on commit 05452f5

Please sign in to comment.