Enhance Admin page with post editing functionality; implement PUT API for saving post edits, including frontmatter parsing and error handling. Update welcome post metadata and improve UI for editing posts.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
---
|
||||
title: "Read Me . Markdown!"
|
||||
date: "2025-06-17"
|
||||
tags: ["welcome", "introduction"]
|
||||
summary: "Read Me Please"
|
||||
title: Read Me . Markdown!
|
||||
date: '2025-06-19'
|
||||
tags:
|
||||
- welcome
|
||||
- introduction
|
||||
summary: Read Me Please
|
||||
author: Rattatwinko's
|
||||
---
|
||||
|
||||
# Welcome to the Blog
|
||||
@@ -97,9 +100,7 @@ You can pin a post both in the UI and in the backend of the server.
|
||||
|
||||
| Status | Task |
|
||||
|:---------------------------------------------:|:-------------------------------------------------:|
|
||||
|<span style="color:red;">NOT DONE!</span> | GitHub's Caution/Error Stuff |
|
||||
|<span style="color:orange;">IN WORK</span> | Docker Building ; broke during recent update |
|
||||
|<span style="color:pink;">Maybe Future</span> | Easy deployment of this shit |
|
||||
|<span style="color:green;text-align:center;">DONE</span>|Code Editor in Admin Panel with saving!
|
||||
|
||||
---
|
||||
|
||||
@@ -117,4 +118,4 @@ Yeah fuck JavaScript, TypeScript is better.
|
||||
<q style="font-style:italic;">
|
||||
- Thanks Ratta<b>twink</b>o ; 17.05.2025
|
||||
</q>
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/4/48/Gay_Pride_Flag.svg" style="width:50px;height:50px;float:left;"/>
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/4/48/Gay_Pride_Flag.svg" style="width:50px;height:50px;float:left;"/>
|
||||
|
||||
Reference in New Issue
Block a user