Updated some files #1

Merged
toastie_t0ast merged 4 commits from toastie_t0ast-patch-1 into main 2023-11-06 23:20:03 -08:00
4 changed files with 15 additions and 15 deletions

View file

@ -1,11 +1,11 @@
--- ---
slug: emotionchild-update slug: emotionchild-update
title: Update on things title: Update on things
authors: [EmotionChild] authors: [toastie_t0ast]
tags: [Update] 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). 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. 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.

View file

@ -1,5 +1,5 @@
EmotionChild: toastie_t0ast:
name: EmotionChild name: toastie_t0ast
title: Head gremlin title: Head gremlin
url: https://www.emotionchild.com url: https://www.toastiet0ast.com
image_url: https://github.com/EmotionChild.png image_url: https://toastielab.dev/toastie_t0ast.png

View file

@ -1,7 +1,7 @@
--- ---
slug: welcome slug: welcome
title: Welcome to my blog title: Welcome to my blog
authors: [EmotionChild] authors: [toastie_t0ast]
tags: [welcome] tags: [welcome]
--- ---

View file

@ -6,12 +6,12 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */ /** @type {import('@docusaurus/types').Config} */
const config = { const config = {
title: 'Emotions Blog', title: 'Toasties Blog',
tagline: 'The chaotic world of EmotionChild', tagline: 'The chaotic world of Toastie_t0ast',
favicon: 'img/favicon.ico', favicon: 'img/favicon.ico',
// Set the production url of your site here // Set the production url of your site here
url: 'https://blog.emotionchild.com', url: 'https://blog.toastiet0ast.com',
// Set the /<baseUrl>/ pathname under which your site is served // Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/' // For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/', baseUrl: '/',
@ -43,12 +43,12 @@ const config = {
showReadingTime: true, showReadingTime: true,
readingTime: ({content, frontMatter, defaultReadingTime}) => readingTime: ({content, frontMatter, defaultReadingTime}) =>
frontMatter.hide_reading_time ? undefined : defaultReadingTime({content}), frontMatter.hide_reading_time ? undefined : defaultReadingTime({content}),
blogTitle: 'Emotion Blog', blogTitle: 'Toasties Blog',
blogDescription: 'Here you can find blog posts about what Emotion has gotten up to', blogDescription: 'Here you can find blog posts about what Toastie has gotten up to',
postsPerPage: 'ALL', postsPerPage: 'ALL',
feedOptions: { feedOptions: {
type: 'all', type: 'all',
copyright: `Copyright © ${new Date().getFullYear()} EmotionChild.`, copyright: `Copyright © ${new Date().getFullYear()} toastie_t0ast.`,
}, },
}, },
theme: { theme: {
@ -63,7 +63,7 @@ const config = {
({ ({
// Replace with your project's social card // Replace with your project's social card
navbar: { navbar: {
title: 'Emotions Blog', title: 'Toasties Blog',
logo: { logo: {
alt: 'My Site Logo', alt: 'My Site Logo',
src: 'img/favicon.png', src: 'img/favicon.png',
@ -102,7 +102,7 @@ const config = {
], ],
}, },
], ],
copyright: `Copyright © ${new Date().getFullYear()} EmotionChild`, copyright: `Copyright © ${new Date().getFullYear()} ToastieChild`,
}, },
prism: { prism: {
theme: lightCodeTheme, theme: lightCodeTheme,