Setup inital blog site

This commit is contained in:
Toastie 2024-04-29 01:37:48 +12:00
parent bfa17dfb78
commit fad77580d3
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
8 changed files with 44 additions and 72 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

View file

@ -16,7 +16,7 @@ const { noMarginTop = false } = Astro.props;
<div class="footer-wrapper"> <div class="footer-wrapper">
<Socials centered /> <Socials centered />
<div class="copyright-wrapper"> <div class="copyright-wrapper">
<span>Copyright &#169 {currentYear}, toastie_t0ast</span> <span>Copyright &#169 {currentYear}, toastielab team</span>
</div> </div>
</div> </div>
</footer> </footer>

View file

@ -1,11 +1,12 @@
import type { Site, SocialObjects } from "./types"; import type { Site, SocialObjects } from "./types";
export const SITE: Site = { export const SITE: Site = {
website: "https://blog.toastiet0ast.com/", // replace this with your deployed domain website: "https://blog.toastielab.dev/", // replace this with your deployed domain
author: "Toastie", author: "Toastielab Team",
desc: "The ramblins of a random software developer.", desc: "The chaos of the team behind Toastielab.",
title: "Toastie's blog", title: "Toastielab blog",
ogImage: "", ogImage:
"https://cdn.dragonschildstudios.com/toastielab-high-resolution-color-logo.png",
lightAndDarkMode: true, lightAndDarkMode: true,
postPerPage: 3, postPerPage: 3,
}; };
@ -22,32 +23,32 @@ export const LOGO_IMAGE = {
export const SOCIALS: SocialObjects = [ export const SOCIALS: SocialObjects = [
{ {
name: "Mail", name: "Mail",
href: "mailto:toastie@toastiet0ast.com", href: "mailto:contact@toastielab.xyz",
linkTitle: `Send an email to me`, linkTitle: `Send an email to us`,
active: true, active: true,
}, },
{ {
name: "Twitch", name: "Twitch",
href: "https://twitch.tv/toastie_t0ast", href: "https://twitch.tv/Dragonschildstudios",
linkTitle: `My channel on Twitch`, linkTitle: `Our parent group's channel on Twitch`,
active: true, active: true,
}, },
{ {
name: "YouTube", name: "YouTube",
href: "https://youtube.com/@toastie_t0ast", href: "https://youtube.com/@Dragonschildstudios",
linkTitle: `My YouTube channel`, linkTitle: `Our parent group's channel`,
active: true, active: true,
}, },
{ {
name: "Discord", name: "Discord",
href: "https://discord.gg/aAsGMFPfdu", href: "https://discord.gg/aAsGMFPfdu",
linkTitle: `My Discord server`, linkTitle: `Our parent group's Discord server`,
active: true, active: true,
}, },
{ {
name: "Mastodon", name: "Mastodon",
href: "https://valkyriecoms.com/@toastie", href: "https://valkyriecoms.com/@dragonschildstudios",
linkTitle: `My profile on Valkyriecoms`, linkTitle: `Our parent group's profile on Valkyriecoms`,
active: true, active: true,
}, },
]; ];

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -3,4 +3,16 @@ layout: ../layouts/AboutLayout.astro
title: "About" 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.