add new blog post
This commit is contained in:
@@ -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"
|
||||
|
@@ -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"
|
||||
+++
|
||||
|
@@ -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
|
||||
|
36
content/posts/2024/05/update-on-prjects/index.md
Normal file
36
content/posts/2024/05/update-on-prjects/index.md
Normal file
@@ -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).
|
4
content/series/project-updates/_index.md
Normal file
4
content/series/project-updates/_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Project Updates
|
||||
introduction: This series of articles covers all updates to projects I post
|
||||
---
|
Reference in New Issue
Block a user