diff --git a/_src/gaming/checklists.md b/_src/gaming/checklists.md new file mode 100644 index 0000000..c32ff36 --- /dev/null +++ b/_src/gaming/checklists.md @@ -0,0 +1,17 @@ +--- +eleventyNavigation: + key: Checklists + parent: Gaming +title: Checklists +--- + +# What is this page? + +I love 100%-completing video games. Sometimes that is difficult because of a lack of resources in-game to check what I have done and what I haven't done. That's why I created some checklists for some games that I provide for free for other players in case they want to use them. They are all delieverd as an ODS spreadsheet, which can be opened with most office suites that follow open standards (sorry MS Office users). I wrote them in LibreOffice, so I assume that's the best to use for compatibility reasons. + +This page will be periodically updated once a new list has been created and published, but I am not doing that _very_ often. + +# List + +- [The Legend of Zelda: Breath of the Wild](https://public-files.arian.li/Gaming-Checklists/BotW-Checklists.ods) +- [Assassin's Creed 2](https://public-files.arian.li/Gaming-Checklists/AC2-Checklists.ods) diff --git a/_src/gaming/gaming.json b/_src/gaming/gaming.json new file mode 100644 index 0000000..b1b0668 --- /dev/null +++ b/_src/gaming/gaming.json @@ -0,0 +1,4 @@ +{ + "layout": "base", + "tags": "gaming" +} \ No newline at end of file diff --git a/_src/gaming/index.md b/_src/gaming/index.md new file mode 100644 index 0000000..e87bb40 --- /dev/null +++ b/_src/gaming/index.md @@ -0,0 +1,6 @@ +--- +eleventyNavigation: + key: Gaming +title: Gaming +permalink: false +--- \ No newline at end of file