Skip to content

Commit 4274644

Browse files
authored
Merge pull request #68 from rikurauhala/master
Update everything
2 parents 21157d1 + 8fea859 commit 4274644

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2209
-2465
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,12 @@ Content from the site comes from the files in the `content` folder. `.md` files
2424
github: lomake
2525
title: Tilannekuvalomake
2626
date: Helmikuu 2020 -
27-
tags: Deprekoitu,Testi
28-
key: 999
2927
---
3028
```
3129

3230
github: project name on GitHub
3331
title: project's name
3432
date: Project starting month - Project ending month (if any) e.g. Helmikuu 2020 - Kesäkuu 2021
35-
tags: (optional) Tags related to the project. If multiple separate with ,
36-
key: (optional - defaults to 0) Decides the order on the front page. Smaller number comes first. If tied uses alphabetical order.
3733

3834
3. Add the actual content describing the project
3935

@@ -52,7 +48,7 @@ _Note the order in the array is meaningful_
5248
| Property | Type | Description |
5349
| ------------ | ------------------------------ | ---------------------------------------------------------------- |
5450
| name | string | First name of the members. |
55-
| githubName | string | GitHub user of the member. Also used for fetching the avatar. |
51+
| gitHubName | string | GitHub user of the member. Also used for fetching the avatar. |
5652
| linkedInName | string | LinkedIn user of the member. |
57-
| joinedDate | {month: number, year: number} | Month and year of when the member joined. |
58-
| alumnDate | {month: number, year: number}? | Month and year of when the member became an alumn if applicable. |
53+
| joinDate | {month: number, year: number} | Month and year of when the member joined. |
54+
| exitDate | {month: number, year: number}? | Month and year of when the member became an alumn if applicable. |

components/Markdown.tsx

Lines changed: 0 additions & 145 deletions
This file was deleted.

components/Members.tsx

Lines changed: 0 additions & 80 deletions
This file was deleted.

components/Projects.tsx

Lines changed: 0 additions & 90 deletions
This file was deleted.

components/Section.tsx

Lines changed: 0 additions & 47 deletions
This file was deleted.

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)