Updated/Added some stuff
This commit is contained in:
parent
e6e7e1d5a4
commit
3137a454a6
4 changed files with 7687 additions and 12475 deletions
13
blog/21-06-2023-update-on-things.md
Normal file
13
blog/21-06-2023-update-on-things.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
slug: emotionchild-update
|
||||||
|
title: Update on things
|
||||||
|
authors: [EmotionChild]
|
||||||
|
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).
|
||||||
|
|
||||||
|
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 (EmotionChild)
|
12470
package-lock.json
generated
12470
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
@ -14,9 +14,9 @@
|
||||||
"write-heading-ids": "docusaurus write-heading-ids"
|
"write-heading-ids": "docusaurus write-heading-ids"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "2.3.1",
|
"@docusaurus/core": "2.4.1",
|
||||||
"@docusaurus/preset-classic": "2.3.1",
|
"@docusaurus/preset-classic": "2.4.1",
|
||||||
"@docusaurus/types": "^2.3.1",
|
"@docusaurus/types": "^2.4.1",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
"prism-react-renderer": "^1.3.5",
|
"prism-react-renderer": "^1.3.5",
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"react-dom": "^17.0.2"
|
"react-dom": "^17.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "2.3.1"
|
"@docusaurus/module-type-aliases": "2.4.1"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
@ -41,4 +41,4 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.14"
|
"node": ">=16.14"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue