i think this might work
This commit is contained in:
@@ -6,35 +6,4 @@ 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>
|
||||
|
||||
_**config this in the monaco editor in the admin panel**_
|
||||
|
||||
@@ -535,3 +535,9 @@ If you have seen this is not very mindfull of browser resources tho.
|
||||
> *"DEVELOPERS! DEVELOPERS! DEVELOPERS!"* - Steve Ballmer
|
||||
>
|
||||
> <cite>— Rattatwinko, 2025 Q3</cite>
|
||||
|
||||
## Hosting behind a subpath (nginx proxy)
|
||||
|
||||
If you want to serve your blog at a subpath (e.g. `/blog`), set `BASE_URL=/blog` in your `.env.local` file. All internal links and API calls will use this base path automatically.
|
||||
|
||||
Example: Your blog will be available at `http://localhost:3000/blog`
|
||||
|
||||
Reference in New Issue
Block a user