Skip to content

Commit

Permalink
Merge pull request #49 from nblackburn/feature/update-projects
Browse files Browse the repository at this point in the history
Update projects
  • Loading branch information
nblackburn committed Nov 9, 2022
2 parents bbab9d5 + 36ebb15 commit cd36af1
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nblackburn/website",
"private": true,
"version": "1.7.5",
"version": "1.8.0",
"scripts": {
"start": "astro dev",
"build": "astro build",
Expand Down
Binary file modified src/assets/img/projects/thumbnails/micro-match.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/projects/thumbnails/wandering.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/pages/projects/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const getStaticPaths: GetStaticPaths = async ({ paginate }) => {
};
});
return paginate(mappedProjects, { pageSize: 6 });
return paginate(mappedProjects, { pageSize: 4 });
};
const title = 'Projects';
Expand All @@ -57,6 +57,7 @@ const subTitle = 'Some of the things i have worked on';
alt={props.title}
width={768}
height={200}
fit="outside"
loading="eager"
format="webp"
/>
Expand Down
11 changes: 11 additions & 0 deletions src/pages/projects/on-the-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: On The Move
publishedDate: 2022-09-19
url: https://soundcloud.com/nblackburn/on-the-move
thumbnail: ./src/assets/img/projects/thumbnails/on-the-move.png
description: My second ever composition, sit back and vibe.
tags:
- music
- 80's
- pop
---
14 changes: 14 additions & 0 deletions src/pages/projects/wandering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Wandering
publishedDate: 2022-05-02
url: https://soundcloud.com/nblackburn/wandering
thumbnail: ./src/assets/img/projects/thumbnails/wandering.png
description:
You awaken to find yourself deep within a forest shrouded in fog. With no
idea how you ended up here, you notice clearing in the distance. Could this
be your way out?
tags:
- music
- atmospheric
- mood
---

0 comments on commit cd36af1

Please sign in to comment.