-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93631ae
commit 22d82b8
Showing
9 changed files
with
67 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,4 @@ export default function Projects() { | |
</div> | ||
</section> | ||
); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
export interface Project { | ||
title: string; | ||
year: number; | ||
description: string; | ||
url: string; | ||
} | ||
|
||
export const projects: Project[] = [ | ||
{ | ||
title: "Тут скоро будут проекты...", | ||
year: 2023, | ||
description: | ||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam veritatis dolorem rem praesentium dicta labore, at laudantium quisquam.", | ||
url: "https://example.com/", | ||
}, | ||
{ | ||
title: "Следующий проект", | ||
year: 2022, | ||
description: | ||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam veritatis dolorem rem praesentium dicta labore, at laudantium quisquam.", | ||
url: "https://example.com/", | ||
}, | ||
{ | ||
title: "Еще один очень интересный", | ||
year: 2021, | ||
description: | ||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam veritatis dolorem rem praesentium dicta labore, at laudantium quisquam.", | ||
url: "https://example.com/", | ||
}, | ||
]; | ||
title: string; | ||
year: number; | ||
description: string; | ||
url: string; | ||
} | ||
export const projects: Project[] = [ | ||
{ | ||
title: "Тут скоро будут проекты...", | ||
year: 2023, | ||
description: | ||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam veritatis dolorem rem praesentium dicta labore, at laudantium quisquam.", | ||
url: "https://example.com/", | ||
}, | ||
{ | ||
title: "Следующий проект", | ||
year: 2022, | ||
description: | ||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam veritatis dolorem rem praesentium dicta labore, at laudantium quisquam.", | ||
url: "https://example.com/", | ||
}, | ||
{ | ||
title: "Еще один очень интересный", | ||
year: 2021, | ||
description: | ||
"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam veritatis dolorem rem praesentium dicta labore, at laudantium quisquam.", | ||
url: "https://example.com/", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: "GitHub Pages - мой опыт настройки конвейера сборки." | ||
publishedAt: "2024-08-13" | ||
publishedAt: "2024-11-01" | ||
summary: "Небольшой рассказ о том как я делал пайплайн для этого сайта." | ||
tags: "Configuration, Web development" | ||
--- |