Skip to content

Commit 64ca271

Browse files
feat: add stylings
1 parent b8a23eb commit 64ca271

13 files changed

Lines changed: 222 additions & 17 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
3+
https://github.com/fanteastick/quartz-test
4+
https://github.com/bfahrenfort/quartz

src/content/01-topics/01-problem-solving/00-Overview.md renamed to src/content/01-topics/01-problem-solving/0-Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## 🛠️ Workshop & Assignments
2525

2626
- 💬 [Workshop Questions](./workshops)
27-
- 🧮 [Assignments](01-Workshop.md)
27+
- 🧮 [Assignments](01-topics/01-problem-solving/1-Workshop.md)
2828
-[Q&A and Common Issues](./resources/qa.md)
2929

3030
---

src/content/01-topics/01-problem-solving/01-Workshop.md renamed to src/content/01-topics/01-problem-solving/1-Workshop.md

File renamed without changes.

src/content/01-topics/01-problem-solving/02-Assignment.md renamed to src/content/01-topics/01-problem-solving/2-Assignment.md

File renamed without changes.

src/content/01-topics/02-basics-and-data-types/03-QnA.md renamed to src/content/01-topics/01-problem-solving/3-Q&A.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
2-
# **Q&A**
3-
41
## ❓ Question 1
52

63
> Question: _“What’s the difference between `int` and `float` in C++?”_
74
85
> [!info] **Answer**
9-
`int` stores whole numbers without decimals, while `float` stores numbers with fractional parts.
10-
For example:
6+
> `int` stores whole numbers without decimals, while `float` stores numbers with fractional parts.
7+
> For example:
118
> - `int x = 5;`
129
> - `float y = 5.25;`
1310

src/content/01-topics/02-basics-and-data-types/00-Overview.md renamed to src/content/01-topics/02-basics-and-data-types/0-Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## 🛠️ Workshop & Assignments
2525

2626
- 💬 [Workshop Questions](./workshops)
27-
- 🧮 [Assignments](01-Workshop.md)
27+
- 🧮 [Assignments](01-topics/02-basics-and-data-types/1-Workshop.md)
2828
-[Q&A and Common Issues](./resources/qa.md)
2929

3030
---

src/content/01-topics/02-basics-and-data-types/01-Workshop.md renamed to src/content/01-topics/02-basics-and-data-types/1-Workshop.md

File renamed without changes.

src/content/01-topics/02-basics-and-data-types/02-Assignment.md renamed to src/content/01-topics/02-basics-and-data-types/2-Assignment.md

File renamed without changes.

src/content/01-topics/01-problem-solving/03-QnA.md renamed to src/content/01-topics/02-basics-and-data-types/3-Q&A.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
# **Q&A**
3-
41
## ❓ Question 1
52

63
> Question: _“What’s the difference between `int` and `float` in C++?”_

src/quartz.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ const config: QuartzConfig = {
8989
Plugin.Static(),
9090
Plugin.Favicon(),
9191
Plugin.NotFoundPage(),
92-
// Comment out CustomOgImages to speed up build time
93-
Plugin.CustomOgImages(),
92+
//Plugin.CustomOgImages(),
9493
],
9594
},
9695
}

0 commit comments

Comments
 (0)