- Added a VS Code-style editor with YAML frontmatter support and live preview. - Implemented force reparse functionality for immediate updates of posts. - Improved directory scanning with error handling and automatic directory creation. - Introduced new CLI commands for cache management: `reinterpret-all` and `reparse-post`. - Enhanced logging for better debugging and monitoring of the Rust backend. - Updated README to reflect new features and improvements.
41 lines
762 B
Markdown
41 lines
762 B
Markdown
---
|
|
title: About Me
|
|
date: 2025-07-04
|
|
tags: [about, profile]
|
|
author: rattatwinko
|
|
summary: This is the about page
|
|
---
|
|
|
|
# About Me
|
|
|
|
_**I am rattatwinko**_
|
|
|
|
I created this Project because of the lack of Blog's that use Markdown.
|
|
It really is sad that there are so many blog platforms which are shit.
|
|
|
|
## What I used:
|
|
- TypeScript
|
|
- Next.JS
|
|
- Rust
|
|
- Monaco (for a beautiful Editing experience)
|
|
- More shit which you can check out in the Repo
|
|
|
|
## What I do
|
|
|
|
School.
|
|
Coding.
|
|
Not more not less.
|
|
|
|
### Socials
|
|
|
|
<!-- HTML for this cause Markdown does not support this -->
|
|
|
|
<form action="https://instagram.com/rattatwinko">
|
|
<input type="submit" value="Insta" />
|
|
</form>
|
|
|
|
<form action="https://tiktok.com/rattatwinko">
|
|
<input type="submit" value="TikTok" />
|
|
</form>
|
|
|