diff --git a/config.toml b/config.toml index a2bf2c1..408a3d0 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,7 @@ enableInlineShortcodes = true tag = "tags" platform = "platforms" series = "series" + generation = "generations" [params] github_repo = "https://github.com/tphummel/oldgames.win" diff --git a/content/platforms/3ds.md b/content/platforms/3ds.md index a227878..a623e0c 100644 --- a/content/platforms/3ds.md +++ b/content/platforms/3ds.md @@ -1,3 +1,5 @@ --- title: Nintendo 3DS +releaseDate: "1985-07-15" +generations: ["eighth"] --- diff --git a/content/platforms/ds.md b/content/platforms/ds.md index 62b7ed0..b63d7a9 100644 --- a/content/platforms/ds.md +++ b/content/platforms/ds.md @@ -1,3 +1,5 @@ --- title: Nintendo DS +releaseDate: "2004-11-21" +generations: ["seventh"] --- diff --git a/content/platforms/gba.md b/content/platforms/gba.md index 6877b02..be4be55 100644 --- a/content/platforms/gba.md +++ b/content/platforms/gba.md @@ -1,3 +1,5 @@ --- title: Game Boy Advance +releaseDate: "2001-06-11" +generations: ["sixth"] --- diff --git a/content/platforms/gcn.md b/content/platforms/gcn.md index e470a56..c55a406 100644 --- a/content/platforms/gcn.md +++ b/content/platforms/gcn.md @@ -1,3 +1,5 @@ --- -title: Nintendo Gamecube +title: Nintendo GameCube +releaseDate: "2001-11-05" +generations: ["sixth"] --- diff --git a/content/platforms/n64.md b/content/platforms/n64.md index 761ab72..7f74696 100644 --- a/content/platforms/n64.md +++ b/content/platforms/n64.md @@ -1,3 +1,5 @@ --- title: Nintendo 64 +releaseDate: "1996-06-23" +generations: ["fifth"] --- diff --git a/content/platforms/ps1.md b/content/platforms/ps1.md index b1c2d19..fbffb73 100644 --- a/content/platforms/ps1.md +++ b/content/platforms/ps1.md @@ -1,3 +1,5 @@ --- -title: Sony Playstation +title: Sony PlayStation +releaseDate: "1995-09-09" +generations: ["fifth"] --- diff --git a/content/platforms/ps2.md b/content/platforms/ps2.md index 5290aef..175da08 100644 --- a/content/platforms/ps2.md +++ b/content/platforms/ps2.md @@ -1,3 +1,5 @@ --- -title: Sony Playstation 2 +title: Sony PlayStation 2 +releaseDate: "2000-10-26" +generations: ["sixth"] --- diff --git a/content/platforms/ps3.md b/content/platforms/ps3.md index 01814f8..32f99b3 100644 --- a/content/platforms/ps3.md +++ b/content/platforms/ps3.md @@ -1,3 +1,5 @@ --- -title: Sony Playstation 3 +title: Sony PlayStation 3 +releaseDate: "2006-11-17" +generations: ["seventh"] --- diff --git a/content/platforms/psp.md b/content/platforms/psp.md index ada2cd4..24c756f 100644 --- a/content/platforms/psp.md +++ b/content/platforms/psp.md @@ -1,3 +1,5 @@ --- title: Sony PSP +generations: ["seventh"] +releaseDate: "2005-03-24" --- diff --git a/content/platforms/sdc.md b/content/platforms/sdc.md index 8231a4b..1f75742 100644 --- a/content/platforms/sdc.md +++ b/content/platforms/sdc.md @@ -1,3 +1,5 @@ --- title: Sega Dreamcast +generations: ["sixth"] +releaseDate: "1999-09-09" --- diff --git a/content/platforms/vita.md b/content/platforms/vita.md index 1a98719..0137d6c 100644 --- a/content/platforms/vita.md +++ b/content/platforms/vita.md @@ -1,3 +1,5 @@ --- title: PS Vita +generations: ["eighth"] +releaseDate: "2012-02-22" --- diff --git a/content/platforms/wii.md b/content/platforms/wii.md index 739b49c..18cb440 100644 --- a/content/platforms/wii.md +++ b/content/platforms/wii.md @@ -1,3 +1,5 @@ --- title: Nintendo Wii +releaseDate: "2006-11-19" +generations: ["seventh"] --- diff --git a/content/platforms/wiiu.md b/content/platforms/wiiu.md index 25e8334..651e924 100644 --- a/content/platforms/wiiu.md +++ b/content/platforms/wiiu.md @@ -1,3 +1,5 @@ --- title: Nintendo Wii U +releaseDate: "2012-11-18" +generations: ["eighth"] --- diff --git a/content/platforms/xbox.md b/content/platforms/xbox.md index dc9bb9a..cd49260 100644 --- a/content/platforms/xbox.md +++ b/content/platforms/xbox.md @@ -1,3 +1,5 @@ --- title: Microsoft Xbox +generations: ["sixth"] +releaseDate: "2001-11-15" --- diff --git a/content/platforms/xbox360.md b/content/platforms/xbox360.md index b379b52..0d5ceb9 100644 --- a/content/platforms/xbox360.md +++ b/content/platforms/xbox360.md @@ -1,3 +1,5 @@ --- title: Xbox 360 +generations: ["eighth"] +releaseDate: "2005-11-22" ---