From 9c5b1efc013db4ab5009900946207bc746384e41 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 23 May 2024 16:27:35 +0200 Subject: [PATCH] add new blog post --- .../posts/2023/12/update-on-projects/index.md | 3 +- .../posts/2024/04/upcoming-projects/index.md | 4 +-- content/posts/2024/05/store/index.md | 6 ++-- .../posts/2024/05/update-on-prjects/index.md | 36 +++++++++++++++++++ content/series/project-updates/_index.md | 4 +++ 5 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 content/posts/2024/05/update-on-prjects/index.md create mode 100644 content/series/project-updates/_index.md diff --git a/content/posts/2023/12/update-on-projects/index.md b/content/posts/2023/12/update-on-projects/index.md index afcf8fe..34839ba 100644 --- a/content/posts/2023/12/update-on-projects/index.md +++ b/content/posts/2023/12/update-on-projects/index.md @@ -1,9 +1,10 @@ +++ -title = 'Update on Projects' +title = 'Project Updates December 2023' date = 2023-12-27T15:44:46+01:00 lastmod = 2023-12-27T15:44:46+01:00 draft = false author = 'Janis Hutz' +series = [ 'project-updates' ] tags = [ 'Development' ] categories = [ 'News' ] featuredImage = "/posts/2024/04/upcoming-projects/new-projects.jpg" diff --git a/content/posts/2024/04/upcoming-projects/index.md b/content/posts/2024/04/upcoming-projects/index.md index ae2cbb4..a92a470 100644 --- a/content/posts/2024/04/upcoming-projects/index.md +++ b/content/posts/2024/04/upcoming-projects/index.md @@ -1,12 +1,12 @@ +++ -title = 'Upcoming Projects' +title = 'Project Updates April 2024' date = 2024-04-21T14:26:13+02:00 lastmod = 2024-04-21T14:26:13+02:00 draft = false author = 'Janis Hutz' tags = [ 'Development' ] categories = [ 'News' ] -series = [] +series = [ 'project-updates' ] series_weight = 1 featuredImage = "new-projects.jpg" +++ diff --git a/content/posts/2024/05/store/index.md b/content/posts/2024/05/store/index.md index fb4c90b..6ee85e8 100644 --- a/content/posts/2024/05/store/index.md +++ b/content/posts/2024/05/store/index.md @@ -1,7 +1,7 @@ +++ title = 'Store' -date = 2024-05-01T08:02:50+02:00 -lastmod = 2024-05-01T08:02:50+02:00 +date = 2024-05-23T16:02:50+02:00 +lastmod = 2024-05-23T08:02:50+02:00 draft = false author = 'Janis Hutz' tags = [ 'Development' ] @@ -14,7 +14,7 @@ featuredImage = "cover.png" As announced previously, I am working on a Software Store at [https://store.janishutz.com](https://store.janishutz.com). -I expect the store to launch within the next two or so months, as there is still a lot to do, but a lot has been implemented already. The title image of this post is a preview on how the store is going to look. I opted to create a very modern look. +I expect the store to launch within the next two or so months, to be precise June 30th 2024, but this date might move, as there is still a lot to do, but a lot has been implemented already. The title image of this post is a preview on how the store is going to look. I opted to create a very modern look. # Offering diff --git a/content/posts/2024/05/update-on-prjects/index.md b/content/posts/2024/05/update-on-prjects/index.md new file mode 100644 index 0000000..77fe6ce --- /dev/null +++ b/content/posts/2024/05/update-on-prjects/index.md @@ -0,0 +1,36 @@ ++++ +title = 'Project Updates May 2024' +date = 2024-05-23T16:06:19+02:00 +lastmod = 2024-05-23T16:06:19+02:00 +draft = false +author = 'Janis Hutz' +tags = [ 'Development' ] +categories = [ 'News' ] +series = [ 'project-updates' ] +series_weight = 1 +featuredImage = "/posts/2024/04/upcoming-projects/new-projects.jpg" ++++ + +It's again been a while since my last article, but today I had big news. I had previously teased the project, but I hadn't announced it officially. + +I have finally finished my written finals exams, giving me lots more time to spend on coding, relaxing and preparing for the oral exams that are still due. + +# Software releases + +- Janishutz ID: May 31st 2024 +- Software Store: June 30th 2024 +- ConductorCalc: September 15th 2024 +- Graphical Impress.js editor: TBA + +# Janishutz ID +This project is mostly done, only thing left is to finish bug-testing, which I am currently working on while I am developing the store. Most bugs have been ironed out by now. If you'd like to help me iron out the last ones, you can [sign up for an account](https://id.janishutz.com) (which will not transfer to the full release). If you find a bug, contact me through my [support system](https://support.janishutz.com/index.php?a=add&category=7). + +# Software Store +There is a [full article on the store](https://blog.janishutz.com/posts/2024/05/store/). In short, what I still need to do, is implement the payment gateways, finish the account services, maybe add an admin panel, but that will probably have to wait, as that's simply to make my life a bit easier. (An early beta, backend-less version of the store is available at [https://testing.store.janishutz.com](https://testing.store.janishutz.com). There might be an SSL warning, which you can skip, as I haven't fully configured that page yet.) + +# ConductorCalc +This project is still in early planning phase, as I still have to finish the store to even begin implementing this software. The algorithms are developed though and only need translating into TypeScript. + + +# Graphical Impress.js editor +I haven't even started planning this project. This means, it'll be awhile until it launches. Additionally, it's fairly difficult to implement with a "one-man show". Since that software will be closed-source and paid, collaboration is not that easy. If you would still be willing to help me implement it, please [contact me](https://support.janishutz.com/index.php?a=add&category=1). \ No newline at end of file diff --git a/content/series/project-updates/_index.md b/content/series/project-updates/_index.md new file mode 100644 index 0000000..967dd1c --- /dev/null +++ b/content/series/project-updates/_index.md @@ -0,0 +1,4 @@ +--- +title: Project Updates +introduction: This series of articles covers all updates to projects I post +--- \ No newline at end of file