diff --git a/config.toml b/config.toml index 40c71d7..49368dc 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,12 @@ publishdir = "/var/www/localhost/htdocs" url = "/blog/" title = "" weight = 1 + [[menu.main]] + identifier = "categories" + name = "categories" + url = "/categories/" + title = "" + weight = 2 [params] version = "0.2.X" diff --git a/content/Spiele/space.md b/content/Spiele/space.md new file mode 100644 index 0000000..74d6e7b --- /dev/null +++ b/content/Spiele/space.md @@ -0,0 +1,12 @@ +--- +title: Spaceshooter +date: 2023-05-07 +categories: + - games +--- +# Spaceshooter +![](/games/space/screenshot.png) + +[Spielen](/games/space/) + +[Downloaden](/games/space/download/2023-05-07.zip) \ No newline at end of file diff --git a/static/games/space/download/2023-05-07.zip b/static/games/space/download/2023-05-07.zip new file mode 100644 index 0000000..8c20586 Binary files /dev/null and b/static/games/space/download/2023-05-07.zip differ diff --git a/static/games/space/screenshot.PNG b/static/games/space/screenshot.PNG new file mode 100644 index 0000000..746a864 Binary files /dev/null and b/static/games/space/screenshot.PNG differ