Skip to content

Commit d1cf9c9

Browse files
committed
about >> project
1 parent 497e639 commit d1cf9c9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import HeaderLink from './HeaderLink.astro';
99
<div class="internal-links">
1010
<HeaderLink href="/">Home</HeaderLink>
1111
<HeaderLink href="/lessons">Lessons</HeaderLink>
12-
<HeaderLink href="/about">About</HeaderLink>
12+
<HeaderLink href="/project">Project</HeaderLink>
1313
</div>
1414
<div class="social-links">
1515
<!--

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Place any global data in this file.
22
// You can import this data from anywhere in your site by using the `import` keyword.
33

4-
export const SITE_TITLE = 'Generative Models Blog';
4+
export const SITE_TITLE = 'Generative Models Course';
55
export const SITE_DESCRIPTION = 'Welcome to the Generative Models blog"!';

src/pages/about.astro renamed to src/pages/project.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
---
21
import AboutHeroImage from '../assets/blog-placeholder-about.jpg';
32
import Layout from '../layouts/LessonLayout.astro';
4-
---
3+
54

65
<Layout
7-
title="About"
6+
title="Project"
87
description="Lorem ipsum dolor sit amet"
98
pubDate={new Date('August 08 2021')}
109
heroImage={AboutHeroImage}
1110
>
11+
1212
<p>
13+
this is a test
1314
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
1415
labore et dolore magna aliqua. Vitae ultricies leo integer malesuada nunc vel risus commodo
1516
viverra. Adipiscing enim eu turpis egestas pretium. Euismod elementum nisi quis eleifend quam

0 commit comments

Comments
 (0)