Skip to content

Commit

Permalink
chore/aiep: rename ssg -> anna
Browse files Browse the repository at this point in the history
  • Loading branch information
polarhive committed Apr 1, 2024
1 parent e3d58a9 commit 67640e8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/aiep/[slug]/[week]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export async function generateStaticParams() {
'academyx',
'exploring-database-internals',
'design-and-simulation-of-uavs',
'ssg'
'anna'
];
const weeks = ['week-1', 'week-2', 'week-3', 'week-4', 'week-5', 'week-6'];
const staticPaths: { slug: string; week: string }[] = [];
Expand Down
8 changes: 4 additions & 4 deletions app/aiep/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export async function generateStaticParams() {
'academyx',
'exploring-database-internals',
'design-and-simulation-of-uavs',
'ssg'
'anna'
];
return slugs.map((slug) => ({ slug: slug }));
}
Expand Down Expand Up @@ -69,9 +69,9 @@ const projects = {
desc: `Dive deep into the fascinating realm of Unmanned Aerial Vehicles (UAVs) as we explore their intricacies
through innovative design and realistic simulation.`
},
ssg: {
slug: 'ssg',
title: 'SSG: A static site generator built with Go!',
anna: {
slug: 'anna',
title: 'Anna: A static site generator built with Go!',
lead: '',
members: ['Adhesh Athrey', 'Nathan Paul', 'Anirudh Sudhir', 'Aditya Hegde'],
desc: (
Expand Down
4 changes: 2 additions & 2 deletions app/aiep/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ export default function AIEP() {
slug="design-and-simulation-of-uavs"
/>
<ProjectCard
title="SSG: A static site generator built with Go!"
title="Anna: A static site generator built with Go!"
lead=""
desc=""
slug="ssg"
slug="anna"
/>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Week 1
title: Week-1 Progress
lead:
date: 18 March 2024
summary: Bootstrap our Static Site Generator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Week 2 Progress
title: Week-2 Progress
lead:
date: 25 March 2024
summary: Goroutines and Parallel rendering
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 67640e8

Please sign in to comment.