Skip to content

Commit 46f0158

Browse files
authored
Merge pull request #1 from velolib/dev
New post: 8Sched - Smandel's Schedule
2 parents dcf1c64 + e9a4ae7 commit 46f0158

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/assets/posts/8sched/cover.png

287 KB
Loading

src/content/posts/8sched.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "8Sched - Smandel's Schedule"
3+
pubDate: 2025-02-24
4+
description: "My latest project: A school schedule website."
5+
image: "../../assets/posts/8sched/cover.png"
6+
imageAlt: "A school schedule website."
7+
tags: ["school", "smandel", "project"]
8+
---
9+
10+
Check out my latest project: [8sched.pages.dev](https://8sched.pages.dev/)
11+
12+
It's a website where everyone in my grade can check their schedule for each day of the week.
13+
Each time block is separated into their own piece and time blocks that are the same are combined so that it's easier to parse.
14+
15+
Right now, the data is manually inputted from me by updating the `.csv` file in the repository.
16+
In the future, I want to integrate this with the Google Sheets API so that I (and maybe someone else in the future) will be able to maintain this project more easily.
17+
18+
That's all. Thanks for reading.

0 commit comments

Comments
 (0)