diff --git a/README.md b/README.md index abbd473..e28436e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Toastie's blog +# Toastielab blog -The code responsible for making the blog at https://blog.toastiet0ast.com work +The code responsible for making the blog at https://blog.toastielab.dev work diff --git a/src/assets/images/Toastielab.png b/src/assets/images/Toastielab.png deleted file mode 100644 index 116c741..0000000 Binary files a/src/assets/images/Toastielab.png and /dev/null differ diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 35faf99..a5dfdd5 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -16,7 +16,7 @@ const { noMarginTop = false } = Astro.props; diff --git a/src/config.ts b/src/config.ts index 9650eff..3a78b36 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,11 +1,12 @@ import type { Site, SocialObjects } from "./types"; export const SITE: Site = { - website: "https://blog.toastiet0ast.com/", // replace this with your deployed domain - author: "Toastie", - desc: "The ramblins of a random software developer.", - title: "Toastie's blog", - ogImage: "", + website: "https://blog.toastielab.dev/", // replace this with your deployed domain + author: "Toastielab Team", + desc: "The chaos of the team behind Toastielab.", + title: "Toastielab blog", + ogImage: + "https://cdn.dragonschildstudios.com/toastielab-high-resolution-color-logo.png", lightAndDarkMode: true, postPerPage: 3, }; @@ -22,32 +23,32 @@ export const LOGO_IMAGE = { export const SOCIALS: SocialObjects = [ { name: "Mail", - href: "mailto:toastie@toastiet0ast.com", - linkTitle: `Send an email to me`, + href: "mailto:contact@toastielab.xyz", + linkTitle: `Send an email to us`, active: true, }, { name: "Twitch", - href: "https://twitch.tv/toastie_t0ast", - linkTitle: `My channel on Twitch`, + href: "https://twitch.tv/Dragonschildstudios", + linkTitle: `Our parent group's channel on Twitch`, active: true, }, { name: "YouTube", - href: "https://youtube.com/@toastie_t0ast", - linkTitle: `My YouTube channel`, + href: "https://youtube.com/@Dragonschildstudios", + linkTitle: `Our parent group's channel`, active: true, }, { name: "Discord", href: "https://discord.gg/aAsGMFPfdu", - linkTitle: `My Discord server`, + linkTitle: `Our parent group's Discord server`, active: true, }, { name: "Mastodon", - href: "https://valkyriecoms.com/@toastie", - linkTitle: `My profile on Valkyriecoms`, + href: "https://valkyriecoms.com/@dragonschildstudios", + linkTitle: `Our parent group's profile on Valkyriecoms`, active: true, }, ]; diff --git a/src/content/blog/image.png b/src/content/blog/image.png deleted file mode 100644 index 43d1f62..0000000 Binary files a/src/content/blog/image.png and /dev/null differ diff --git a/src/content/blog/new-things.md b/src/content/blog/new-things.md deleted file mode 100644 index f6fd3eb..0000000 --- a/src/content/blog/new-things.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -author: Toastie -pubDatetime: 2023-12-09 -title: New projects -description: The projects I have started. -tags: - - project-update -featured: true ---- - -Hi there, it has been a while. - -I am back to let you all know how life has been treating me so far as well as share the projects I have been working on. - -### First up is Valkyriecoms, - -Valkyriecoms is a social site I have been working on since December last year and just got things fully up, below is a screenshot of the site. - -![](https://cdn.discordapp.com/attachments/1138770664342441984/1182117160609386650/image.png) - -### Next up is Dragon's child hosting - -Dragon's child hosting is a small server hosting service I started under the Dragon's child studios name right now we are just starting out on our journey. - -Below is a screenshot of our panel (there is a new one which will replace this in the works) - -![](https://cdn.discordapp.com/attachments/881396607218753607/1182651077384994816/dashboard.png) - -### Last up is Toastielab - -Toastielab is a small git platform that I operate wit the help of Dragon's child studios which is where I host all my projects (even the one which this site is located at) - -I am going to include a screenshot of Toastielab below (our icons a little bit bugged right now so it is currently showing the default Forgejo icons) - -![](https://cdn.discordapp.com/attachments/881396607218753607/1182653249480835163/image.png) - -### Here is a list of links for the projects listed above - -- https://valkyriecoms.com -- https://dragonschildhosting.net -- https://toastielab.dev diff --git a/src/content/blog/welcome.md b/src/content/blog/welcome.md new file mode 100644 index 0000000..6645528 --- /dev/null +++ b/src/content/blog/welcome.md @@ -0,0 +1,15 @@ +--- +author: Toastielab Team +pubDatetime: 2024-04-29 +title: Welcome to our blog +description: A small introduction from the team. +tags: + - welcome +featured: true +--- + +Hi there, we are the team behind [Toastielab](https://toastielab.dev) who make sure things are working correctly, and respond to support requests/tickets. + +Thanks for reading our introduction. + +Toastielab team diff --git a/src/content/blog/where-i-have-been.md b/src/content/blog/where-i-have-been.md deleted file mode 100644 index 53e1fd9..0000000 --- a/src/content/blog/where-i-have-been.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -pubDatetime: 2023-06-21 -title: Update on things -description: Where I have been among other things. -tags: - - update ---- - -Hey guys it has been a while and I have not streamed in a little while and I want to update you on why this has happened, First of all I have been having somputer issues as well as some IRL stuff taking over a lot, Secondly I have started some major projects, one with a friend and another to support me first project. These projects are as follows [Valkyriecoms](https://valkyriecoms.com), [Toastielab](https://toastielab.dev) and last but not least a small group stared by me and a good friend who you may know by Elearu called [Dragon's Child Studios](https://dragonschildstudios.com). - -As you can see I have been quite busy but I hope I will be able to return to streaming once everything starts to quiet down a little. - -Thanks for taking the time to read this, - -Toastie_t0ast diff --git a/src/pages/about.md b/src/pages/about.md index d01c0ae..0f06e39 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -3,4 +3,16 @@ layout: ../layouts/AboutLayout.astro title: "About" --- -Hi there I am Toastie a software developer from New Zealand I mostly write Discord bots and some other things, I hope you like what I post here. +![](https://cdn.dragonschildstudios.com/toastielab-high-resolution-color-logo.png) + +Hi there, we are the team behind Toastielab, on this site we will post updates on what we are doing behind the scenes as well as announcements of maintenance/updates. + +Now enough about that time to learn about how Toastielab came to be, + +Toastielab was initially created by [Toastie_t0ast](https://blog.toastiet0ast.com) in June 2023 as a way to get away from GitHub and Gitlab due to how weird their sites can be, and was adopted to be under [Dragon's child studios](https://dragonschildstudios.com) (another thing created by Toastie and a friend of his) so it can get the support of the hosting that Toastie was offering through that group. + +Today Toastie still does the day to day tasks to maintain the system that Toastielab runs on and plans to do so until he physically can not (which will probably not happen). + +Thanks for reading about our team and history we hope you learned something about how we run. + +Toastie and the Toastielab team.