From 38d88a6d47156c6ff26428883f29c5a58ace7259 Mon Sep 17 00:00:00 2001 From: teascade Date: Tue, 21 Apr 2020 04:29:48 +0300 Subject: [PATCH] Change Saltosion to Neon Tea --- config.toml | 2 +- src/games.md | 4 ++-- src/{saltosion.md => neontea.md} | 6 +++--- src/{saltosion.toml => neontea.toml} | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) rename src/{saltosion.md => neontea.md} (62%) rename src/{saltosion.toml => neontea.toml} (74%) diff --git a/config.toml b/config.toml index 2e337d9..e607057 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ [website] website_name = "Teascade" -built_pages = ["src/about.toml", "src/games.toml", "src/saltosion.toml", "src/blog.toml" +built_pages = ["src/about.toml", "src/games.toml", "src/neontea.toml", "src/blog.toml" , "src/blogposts/beenalongtime.toml", "src/blogposts/bestworstyears.toml", "src/blogposts/creation.toml" , "src/blogposts/firstblogpost.toml", "src/blogposts/firstmeaningful.toml", "src/blogposts/januaryupdate.toml" , "src/blogposts/matrixisreal.toml", "src/blogposts/muchgoingon.toml", "src/blogposts/myabsence.toml" diff --git a/src/games.md b/src/games.md index 9271cdf..5294cc8 100644 --- a/src/games.md +++ b/src/games.md @@ -4,10 +4,10 @@ Games I have a tonne of games none of which are released! You can check some of them from my [selfhosted git](https://git.teasca.de/teascade) (Or [GitHub](https://github.com/teascade) if you're sceptical). Once I release them I'll make sure to post them here and on [my itch.io](https://teascade.itch.io)! -### [Saltosion](/saltosion) +### [Neon Tea](/neontea) I have this organization though ([See GitHub!](https://github.com/saltosion)), which I sometimes use when collaborating games with other people. -The games made under this organization then are listed here (aswell with [Saltosion's own itch.io](https://saltosion.itch.io)) +The games made under this organization then are listed here (aswell with [Neon Tea's own itch.io](https://neontea.itch.io)) [from_toml$src/from_toml/games_itch.toml] diff --git a/src/saltosion.md b/src/neontea.md similarity index 62% rename from src/saltosion.md rename to src/neontea.md index 21b07e2..402311b 100644 --- a/src/saltosion.md +++ b/src/neontea.md @@ -1,12 +1,12 @@ -# Saltosion +# Neon Tea -Saltosion is an organization founded by me, [Teascade](/about) +Neon Tea is an organization founded by me, [**Tea**scade](/about) and [Neon](https://nc.itch.io) which I sometimes use, when collaborating with other devs and making some art (and games sometimes) Saltosion also has a -[Selfhosted Git](https://git.teasca.de/saltosion), [GitHub](https://github.com/saltosion) and an [Itch.io](https://saltosion.itch.io) so check them out! +[Selfhosted Git](https://git.teasca.de/saltosion), [GitHub](https://github.com/saltosion) and an [Itch.io](https://neontea.itch.io) so check them out! Here's also all the games made by Saltosion! diff --git a/src/saltosion.toml b/src/neontea.toml similarity index 74% rename from src/saltosion.toml rename to src/neontea.toml index 661adab..b7f6c8a 100644 --- a/src/saltosion.toml +++ b/src/neontea.toml @@ -1,8 +1,8 @@ [page] -html_path = "saltosion/index.html" -title = "Teascade | Saltosion" +html_path = "neontea/index.html" +title = "Teascade | Neon Tea" description = "The games I've done with other people." -content_path = "saltosion.md" +content_path = "neontea.md" #favicon = "/favicon.png" #before_navbar_url = "/navbar.html" #before_content_url = "/before_content.html"