6665f65529
did some docker stuff ; deploy this shit .
Deploy / build-and-deploy (push) Failing after 22m33s
2025-07-06 11:17:22 +02:00
7629164387
Merge pull request 'vim' ( #12 ) from vim into main
...
Deploy / build-and-deploy (push) Failing after 1s
Reviewed-on: http://10.0.0.13:3002/rattatwinko/markdownblog/pulls/12
holy hell if this goes wrong im cooked
2025-07-05 20:25:39 +00:00
21f13ef8ae
Enhance blog features and improve backend functionality
...
- 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.
2025-07-05 22:23:58 +02:00
f94ddaa3b1
ner
2025-07-05 21:23:05 +02:00
559abe3933
fucking shit working properly now. prod works.
...
TODO; Fix asset loading :3
2025-07-05 16:01:29 +02:00
525e4fdc35
Refactor navigation links to use Next.js routing and improve post handling
...
- Updated AboutButton to navigate to the about page using Next.js router.
- Changed HeaderButtons and MobileNav to link directly to the about page.
- Modified Home component to exclude the 'about' post from the posts list.
- Added a helper function to strip YAML frontmatter from post summaries.
- Enhanced API routes to handle reading and writing markdown files for posts.
2025-07-04 17:34:04 +02:00
5a49f37750
vim moddddeee
2025-07-04 12:24:55 +02:00
2a7a0fadce
add instructions
...
Deploy / build-and-deploy (push) Failing after 1s
Compiling instructions
2025-07-04 05:31:05 +00:00
bb83c6db33
fixed image clicking stuff
Deploy / build-and-deploy (push) Failing after 1s
2025-06-29 21:11:03 +02:00
a401732d7d
updated graphic layout for rust
Deploy / build-and-deploy (push) Failing after 2s
2025-06-29 21:02:57 +02:00
baad7309df
changed the readme to be sufficient
Deploy / build-and-deploy (push) Failing after 2s
2025-06-29 18:11:15 +02:00
4da88915f1
Merge pull request 'cleanup' ( #11 ) from cleanup into main
...
Deploy / build-and-deploy (push) Failing after 2s
Reviewed-on: http://10.0.0.13:3002/rattatwinko/markdownblog/pulls/11
2025-06-29 16:01:44 +00:00
5e2c95b08d
modified the button!
2025-06-29 18:00:55 +02:00
00fe8e7107
no more typescript parser. only rust!
...
SSE Changed a bit to fit the Rust Parser
2025-06-29 17:57:59 +02:00
24ef59f0ed
cleaned up and added a logging system
2025-06-29 17:44:44 +02:00
b0033a5671
fixed SSE Connection error and Rust error when compiling (last brace in /src/markdown.rs)
...
Deploy / build-and-deploy (push) Failing after 2s
also updated the markdown post that you see upon entering.
2025-06-29 15:56:30 +02:00
6b5705680a
fix: merge conflict, unify docker, recursive, slug, and custom tag logic in markdown parser
Deploy / build-and-deploy (push) Failing after 2s
2025-06-29 14:47:01 +02:00
b4b41ebcfd
did some more improvements on the docker/rust things
2025-06-29 14:44:42 +02:00
d660c88c68
Merge pull request 'feature/rust-healthcheck-and-frontend' ( #10 ) from feature/rust-healthcheck-and-frontend into main
...
Deploy / build-and-deploy (push) Failing after 2s
Reviewed-on: http://10.0.0.13:3002/rattatwinko/markdownblog/pulls/10
fine merge
rt - 26jun25
2025-06-28 18:48:18 +00:00
163ced296a
shit
2025-06-28 20:40:04 +02:00
ce6037350c
shit
2025-06-28 20:38:37 +02:00
e444d0d7ae
gaysex
2025-06-27 20:41:04 +02:00
a843208422
shitfuck
2025-06-27 20:30:40 +02:00
8463edd262
Update layout to replace Rust badge and reorder Tailwind CSS badge
Deploy / build-and-deploy (push) Failing after 1s
2025-06-25 22:29:45 +02:00
477d326853
get HTML styling to work partially with rust
Deploy / build-and-deploy (push) Failing after 1s
2025-06-25 21:40:54 +02:00
399509e2b5
new readme
Deploy / build-and-deploy (push) Failing after 1s
2025-06-25 21:21:06 +02:00
2c933b90fd
Merge pull request 'german translations and some minor changes to the UI to make it prettier' ( #9 ) from rustparser into main
...
Deploy / build-and-deploy (push) Failing after 1s
Reviewed-on: http://10.0.0.13:3002/rattatwinko/markdownblog/pulls/9
2025-06-25 19:05:24 +00:00
2a0a0c9f38
german translations and some minor changes to the UI to make it prettier
2025-06-25 21:04:42 +02:00
2ecdb9c002
Merge pull request 'rustparser' ( #8 ) from rustparser into main
...
Deploy / build-and-deploy (push) Failing after 1s
Reviewed-on: http://10.0.0.13:3002/rattatwinko/markdownblog/pulls/8
2025-06-25 18:01:28 +00:00
e4c6a7e0a8
fancy caching works now
2025-06-25 19:57:28 +02:00
784dcbf91c
analsex
2025-06-25 19:12:37 +02:00
2d373da4c5
stat page and cache working
2025-06-25 18:03:44 +02:00
0878b7dcec
tags working now. rust parser works pretty good. next is cache
2025-06-25 17:30:45 +02:00
b0b6625810
folders work
2025-06-25 14:56:54 +02:00
ZockerKatze
fbc41654e0
works
2025-06-24 10:47:44 +02:00
ZockerKatze
5ad73485ce
rust parser working on local build. fix docker build
2025-06-24 10:23:34 +02:00
ZockerKatze
7e2ada529d
Implement Server-Sent Events for real-time updates and enhance API route handling. Added loading state and last update indicator in the home page. Improved folder and post detail fetching logic in the admin page. Added webhook notification on file changes.
Deploy / build-and-deploy (push) Failing after 2s
2025-06-24 07:23:34 +02:00
da5fbfa687
yesa
Deploy / build-and-deploy (push) Failing after 1s
2025-06-23 15:51:03 +02:00
5e8c6f24f2
yes cock ; i love sucking cock
Deploy / build-and-deploy (push) Failing after 2s
2025-06-23 15:41:55 +02:00
d4bcbe95bb
Merge pull request 'image-and-database' ( #6 ) from image-and-database into main
...
Deploy / build-and-deploy (push) Failing after 2s
Reviewed-on: http://10.0.0.13:3002/rattatwinko/markdownblog/pulls/6
2025-06-23 12:01:20 +00:00
1a07ff0ffd
works now
2025-06-23 14:00:21 +02:00
d51dc983ec
very nice
2025-06-23 13:15:44 +02:00
95ccb2b916
welcum
Deploy / build-and-deploy (push) Failing after 1s
2025-06-22 15:19:20 +02:00
5c53f370af
docker container emoji picker?
Deploy / build-and-deploy (push) Failing after 3s
2025-06-22 14:50:46 +02:00
e78e73286c
Merge pull request 'mobile' ( #5 ) from mobile into main
...
Deploy / build-and-deploy (push) Failing after 1s
Reviewed-on: http://10.0.0.13:3002/rattatwinko/markdownblog/pulls/5
emoji picker working very good very nice
2025-06-22 12:32:25 +00:00
0c14a9c272
Merge branch 'main' into mobile
2025-06-22 12:31:49 +00:00
ef1a607766
did new emoji picker for the folders in the admin page ; works with new API endpoint and pinned.json
2025-06-22 14:30:40 +02:00
309b5a47df
emoji
2025-06-22 14:30:37 +02:00
22042c7400
Delete posts/scrollingheading.md
Deploy / build-and-deploy (push) Failing after 1s
2025-06-21 20:34:35 +00:00
551d54c1b4
Merge pull request 'mobile' ( #4 ) from mobile into main
...
Deploy / build-and-deploy (push) Failing after 1s
Reviewed-on: http://10.0.0.13:3002/rattatwinko/markdownblog/pulls/4
2025-06-21 20:26:49 +00:00