refactor some shit
This commit is contained in:
@@ -1,101 +0,0 @@
|
||||
---
|
||||
title: Anchor Link Test
|
||||
date: '2025-01-20'
|
||||
tags:
|
||||
- test
|
||||
- anchors
|
||||
summary: Testing anchor link functionality
|
||||
author: Test Author
|
||||
---
|
||||
|
||||
# Anchor Link Test
|
||||
|
||||
This is a test page to verify that anchor links work correctly.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Overview](#overview)
|
||||
- [Basic Headings](#basic-headings)
|
||||
- [Special Characters](#special-characters)
|
||||
- [Numbers and Symbols](#numbers-and-symbols)
|
||||
- [Long Headings](#long-headings)
|
||||
- [Nested Sections](#nested-sections)
|
||||
|
||||
## Overview
|
||||
|
||||
This section tests basic anchor linking functionality.
|
||||
|
||||
## Basic Headings
|
||||
|
||||
### Simple Heading
|
||||
This is a simple heading with basic text.
|
||||
|
||||
### Another Heading
|
||||
This is another heading to test multiple anchors.
|
||||
|
||||
## Special Characters
|
||||
|
||||
### Heading with Special Chars: @#$%^&*()
|
||||
This heading contains special characters that should be properly slugified.
|
||||
|
||||
### Heading with Spaces and Dashes
|
||||
This heading has spaces and should be converted to dashes.
|
||||
|
||||
### Heading_with_Underscores
|
||||
This heading uses underscores instead of spaces.
|
||||
|
||||
## Numbers and Symbols
|
||||
|
||||
### Heading with Numbers 123
|
||||
This heading includes numbers.
|
||||
|
||||
### Heading with Symbols !@#$%^&*()
|
||||
This heading has various symbols.
|
||||
|
||||
## Long Headings
|
||||
|
||||
### This is a Very Long Heading That Should Still Work Properly Even When It Contains Many Words and Characters
|
||||
This heading is intentionally long to test slugification with extended text.
|
||||
|
||||
## Nested Sections
|
||||
|
||||
### Level 3 Heading
|
||||
This is a level 3 heading.
|
||||
|
||||
#### Level 4 Heading
|
||||
This is a level 4 heading.
|
||||
|
||||
##### Level 5 Heading
|
||||
This is a level 5 heading.
|
||||
|
||||
###### Level 6 Heading
|
||||
This is a level 6 heading.
|
||||
|
||||
### Another Level 3
|
||||
This is another level 3 heading.
|
||||
|
||||
## Test Links
|
||||
|
||||
You can test the anchor links by clicking on these:
|
||||
|
||||
- [Go to Overview](#overview)
|
||||
- [Go to Basic Headings](#basic-headings)
|
||||
- [Go to Special Characters](#special-characters)
|
||||
- [Go to Numbers and Symbols](#numbers-and-symbols)
|
||||
- [Go to Long Headings](#long-headings)
|
||||
- [Go to Nested Sections](#nested-sections)
|
||||
- [Go to Level 3 Heading](#level-3-heading)
|
||||
- [Go to Level 4 Heading](#level-4-heading)
|
||||
- [Go to Level 5 Heading](#level-5-heading)
|
||||
- [Go to Level 6 Heading](#level-6-heading)
|
||||
|
||||
## Simple Test
|
||||
|
||||
### Test Heading
|
||||
This is a simple test heading to verify anchor linking works.
|
||||
|
||||
- [Go to Test Heading](#test-heading)
|
||||
|
||||
## Conclusion
|
||||
|
||||
If all the links above work correctly, the anchor linking system is functioning properly!
|
||||
@@ -10,6 +10,20 @@ author: Rattatwinko's
|
||||
|
||||
# Welcome to the Blog
|
||||
|
||||
## Overview
|
||||
|
||||
- [Starting Things off!](#starting-things-off)
|
||||
- [Formatting](#formatting)
|
||||
- [Some Technical Information](#some-technical-information)
|
||||
- [Building](#building)
|
||||
- [Administration](#administration)
|
||||
- [Todo List for the Project](#todo)
|
||||
- [Issues with the Project](#issues)
|
||||
- [Changelog](#changelog)
|
||||
- [Closing Statements](#closing-statements)
|
||||
|
||||
## Starting Things off!
|
||||
|
||||
This blog was built as a response to the lack of blogging systems that accept "human readable" formats editable in a terminal emulator.
|
||||
|
||||
**Prerequisites:**
|
||||
@@ -101,12 +115,10 @@ You can pin a post both in the UI and in the backend of the server.
|
||||
| Status | Task |
|
||||
|:---------------------------------------------:|:-------------------------------------------------:|
|
||||
|<span style="color:green;text-align:center;">DONE</span>|Code Editor in Admin Panel with saving!|
|
||||
|<span style="color:orange;"> SEMI </span>| Exporting Tar of 'Posts/' Folder|
|
||||
|<span style="color:green;"> DONE! </span>| Exporting Tar of 'Posts/' Folder|
|
||||
|<span style="color:green;"> DONE! </span>| Mobile Viewing of the Website|
|
||||
|<span style="color:orange;"> TO BE DONE! | Refactoring of the Code (Removing Garbage-Code)
|
||||
|
||||
### <span style="color:#d42c2c;">Exporting of Folder:</span>
|
||||
|
||||
This for now atleast , only works with Next.JS Production Server `npm install && npm run build && npm start` for reference.
|
||||
Docker Support for now is limited. I've gotten Persistence working. ( On Branch PM2 )
|
||||
|
||||
---
|
||||
|
||||
@@ -116,6 +128,15 @@ If any issues pop up, please open a Gitea issue with **proper** error reports!
|
||||
|
||||
---
|
||||
|
||||
## Changelog:
|
||||
|
||||
- Via merging of branch **"mobile"**:
|
||||
- Will have support for mobile devices
|
||||
- Scrolling will be "different" (auto header scroll trough links)
|
||||
- Styling will be responsive!
|
||||
|
||||
---
|
||||
|
||||
## Closing Statements
|
||||
|
||||
Developing of this Applet has been really fun! Thanks JavaScript for fucking my ass harder than , eh ... idk , im gay, i cant make jokes about this.
|
||||
|
||||
Reference in New Issue
Block a user