Skip to content

Commit

Permalink
Rename cubing to cubing-competition
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 20, 2024
1 parent 9c476d4 commit ff9f04b
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .imgbotconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ignoredFiles": ["src/assets/cubing/cubing-photography.jpg"]
"ignoredFiles": ["src/assets/cubing-competition/cubing-photography.jpg"]
}
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ results: [
]
---
import ContentImage from "../../components/ContentImage.astro";
import halfMural from "../../assets/cubing/half-mural.jpg";
import mural from "../../assets/cubing/mural.jpg";
import halfMural from "../../assets/cubing-competition/half-mural.jpg";
import mural from "../../assets/cubing-competition/mural.jpg";

Once again, I went to this competition with my friend [Adrian](https://bithole.dev). We spent the morning helping build a Rubik's cube mural.

Expand Down
2 changes: 1 addition & 1 deletion src/content/cubing-competition/Berkeley Winter B 2023.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ date: 2023-01-22T08:00:00
results: []
---
import ContentImage from "../../components/ContentImage.astro";
import maxPark from "../../assets/cubing/max-park.jpg"
import maxPark from "../../assets/cubing-competition/max-park.jpg"

This the first competition I went to after the COVID-19 pandemic. *Unfortunately*, I only found out about it after the registration window deadline :( . Though, my friend [Adrian](https://bithole.dev) had already independently signed up for it, so I decided to go with him for the fun of it.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/cubing.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import Layout from "../layouts/Layout.astro";
import CubingCompetition from "../components/CubingCompetition.astro";
import * as CubingContent from "../assets/cubing/content.mdx";
import * as CubingContent from "../assets/cubing-competition/content.mdx";
import { getCollection } from "astro:content";
const cubingCompetitions = await getCollection("cubing-competition");
Expand Down

0 comments on commit ff9f04b

Please sign in to comment.