1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785 | diff --git a/md/tools/index.md b/md/tools/index.md
deleted file mode 100644
index 0ec339d..0000000
--- a/md/tools/index.md
+++ /dev/null
@@ -1,31 +0,0 @@
-{% set page_title = "Tools" %}
-
-{% set page_content %}
-
-# >**My Tools & Apps**
-
-Select a tool to explore:
-
-<div class="my-8 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-3 gap-4" markdown=1>
-
-{% for tool, description in my_tools|items %}
-
-<div class="px-3 pb-3 border border-[#333] hover:border-green-700 duration-100 rounded" markdown=1>
-
-# >[**{{tool}}**](/tools/{{ tool | lower }}) [.!text-2xl .![text-decoration-color:#000] .border-b]
-
-{{ description }}
-
-</div>
-
-{% endfor %}
-
-</div>
-
-# >**Coming Soon**
-
-> Under Construction :)
-
-{% endset %}
-
-{% include "base.html" %}
diff --git a/md/tools/merodi.md b/md/tools/merodi.md
deleted file mode 100644
index af0043d..0000000
--- a/md/tools/merodi.md
+++ /dev/null
@@ -1,212 +0,0 @@
-{% set page_title = "Merodi" %}
-
-{% set page_meta_description %}
-A markdown-based static site generator built with Python. Write pages in markdown, style them with Jinja2 templates, and get a ready-to-publish website.
-{% endset %}
-
-{% set page_content %}
-
-# >[**Merodi**](/tools/merodi)
-
-**Merodi** is a markdown-based static site generator written in Python. Write pages in Markdown, style them with Jinja2 templates, and get a ready-to-publish website — with live preview via a watcher or a native webview window.
-
-# >**Install**
-
-```bash
-pip install .
-# or using pipx
-pipx install .
-```
-
-Requires **Python ≥ 3.11**. Dependencies: `markdown`, `jinja2`, `pywebview`, `watchdog`, `PyGObject`, `pymdown-extensions`, `latex2mathml`, `pygments`.
-
-# >**Quick start**
-
-```bash
-merodi init my-site
-cd my-site
-merodi build
-```
-
-Open `src/dest/index.html`, or run `merodi webview` for a live preview window, or `merodi watch` to rebuild on file changes without opening a window.
-
-# >**Project structure**
-
-`merodi init` scaffolds:
-
-```
-my-site/
- config.toml
- src/
- md/
- index.md
- templates/
- layout.html
- static/
- style.css
- plugins.py
- dest/
-```
-
-- `src/md/index.md` — default page, a single Jinja `content` block with `# Hello, Alice`
-- `src/templates/layout.html` — base HTML layout with a `title` block, a `content` block, and a `style_css` variable wired to the stylesheet
-- `src/static/style.css` — minimal default styling
-- `src/plugins.py` — Python functions exposed to templates (see below)
-- `src/dest/` — build output directory
-
-# >**Commands**
-
-# >**merodi init [path]**
-
-Creates `config.toml` and the default project tree shown above. Fails if `config.toml` already exists at the target path.
-
-# >**merodi build [path]**
-
-Builds every markdown file under `tree.markdown` into HTML files under `tree.dest`, preserving the relative folder structure.
-
-| Flag | Description |
-|------|-------------|
-| `--file SRC DEST` | Build a single markdown file directly to a destination path (cannot be combined with a project path) |
-| `--release` / `--debug` | Build mode flag (currently reserved for future use) |
-
-# >**merodi watch [path]**
-
-Watches `markdown`, `templates`, `static`, and the `plugins.py` file for changes and rebuilds the affected page automatically. This runs headless (no window) — useful for pairing with your own dev server or editor live-reload setup. Changes are debounced (~0.3s) to avoid duplicate rebuilds from rapid file-system events.
-
-# >**merodi webview [path]**
-
-Starts a local HTTP server (serving `dest` at `html_path` and `static` at `static_path`), opens a native GUI window pointed at it, and watches files the same way `watch` does — reloading the window automatically when markdown, templates, static assets, or plugins change.
-
-# >**Global flags**
-
-| Flag | Description |
-|------|-------------|
-| `--verbose` | Show detailed error information (also via `VERBOSE=true`) |
-| `--no-color` | Disable colored terminal output (also via `NO_COLOR=true`) |
-
-# >**How the build process works**
-
-For each Markdown file, Merodi performs the following steps:
-
-1. **Protects code blocks** by preventing Jinja syntax inside fenced and inline code from being evaluated during template rendering.
-2. **Renders LaTeX math** by converting inline (`<math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mo>.</mo><mo>.</mo><mo>.</mo></mrow></math>`) and block (`<math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mo>.</mo><mo>.</mo><mo>.</mo></mrow></math>`) expressions into MathML using `latex2mathml`.
-3. **Converts Markdown to HTML** with Python-Markdown, using the `extra` and `md_in_html` extensions together with several `pymdown-extensions` for enhanced formatting, syntax highlighting, tabbed content, critic markup, keyboard keys, and more.
-4. **Cleans the generated HTML** by removing Markdown artifacts that can interfere with Jinja rendering, such as unwanted `<p>` tags around template statements and leftover attribute-list markers.
-5. **Renders the page with Jinja2**, loading templates from the configured `templates/` directory and exposing every public function from `plugins.py` as a template global.
-6. **Writes the finished HTML** to the corresponding location in the output directory, creating any missing directories automatically.
-
-If any step fails, Merodi reports the error in the terminal. When running in `watch` or `webview` mode, it displays a formatted error page highlighting the offending source line instead of terminating the process.
-
-# >**Markdown features**
-
-Merodi extends standard Markdown with a collection of built-in features:
-
-* **Python-Markdown Extras** — tables, footnotes, definition lists, fenced code blocks, abbreviations, attribute lists, and other extensions provided by `extra`.
-* **LaTeX Math** — inline (`<math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mo>.</mo><mo>.</mo><mo>.</mo></mrow></math>`) and block (`<math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mo>.</mo><mo>.</mo><mo>.</mo></mrow></math>`) expressions rendered as MathML.
-* **Syntax Highlighting** — powered by Pygments, with the style configurable in `config.toml`.
-* **Inline Highlighting** — `==highlighted text==`.
-* **Strikethrough** — `~~strikethrough~~`.
-* **Improved Emphasis** — more reliable parsing of `*` and `_`.
-* **Automatic Links** — plain URLs are converted into clickable links.
-* **Keyboard Keys** — `Ctrl+Alt+Del` rendered as styled `<kbd>` elements.
-* **Details & Summary** — native support for collapsible `<details>` sections.
-* **Tabbed Content** — create tabbed layouts for code blocks and other content.
-* **Critic Markup** — annotate additions, deletions, substitutions, and comments using Critic Markup syntax.
-* **Modified Attribute Lists** — uses `[.class]` and `[:#id]` instead of Python-Markdown's default `{.class}` and `{:#id}` syntax to avoid conflicts with Jinja templates.
-
-# >**Templates**
-
-Pages are rendered with **Jinja2**. Templates live in `src/templates/` (path configurable via `[tree] templates`). Your layout can use any standard Jinja2 block/include/extends behavior.
-
-# >**Plugin functions in templates**
-
-Any public function (no leading underscore) defined in `src/plugins.py` is automatically exposed as a template global:
-
-{% raw %}
-
-```jinja
-{{ fetch("https://api.example.com/data", type="json") }}
-{{ read("src/data/content.txt") }}
-```
-{% endraw %}
-
-The default `plugins.py` ships two functions:
-
-- **`fetch(url, type="text")`** — performs an HTTP GET; returns parsed JSON if `type="json"`, otherwise raw text (trailing newline stripped). Raises if the response status isn't 200.
-- **`read(file)`** — reads a local file's contents as text (trailing newline stripped).
-
-Add your own functions to `plugins.py` and they'll be available the same way — no registration step needed.
-
-# >**Configuration**
-
-Project settings live in `config.toml`, at the project root:
-
-```toml
-[project]
-name = "my-site"
-version = "0.1.0"
-description = "Add your description here"
-
-[tree]
-markdown = "src/md"
-static = "src/static"
-templates = "src/templates"
-dest = "src/dest"
-plugins = "src/plugins.py"
-
-[webview]
-host = "localhost"
-port = 8866
-dev_tools = false
-html_path = "/"
-static_path = "/static"
-
-[extras]
-highlight = "monokai"
-```
-
-# >**[project]**
-
-Metadata only — name, version, description. Not currently used to alter build behavior.
-
-# >**[tree]**
-
-Paths (relative to the project root) for where Merodi looks for input and writes output. All five must exist (except `dest`, which is created automatically if missing) or the build fails with a `FileNotFoundError`.
-
-# >**[webview]**
-
-| Key | Default | Description |
-|-----|---------|-------------|
-| `host` | `"localhost"` | Host the local HTTP server binds to |
-| `port` | `8866` | Port the local HTTP server binds to |
-| `dev_tools` | `false` | Enables pywebview's debug mode / dev tools when running `webview` |
-| `html_path` | `"/"` | URL prefix that serves built HTML from `dest` |
-| `static_path` | `"/static"` | URL prefix that serves files from `static` |
-
-# >**[extras]**
-
-| Key | Default | Description |
-|-----|---------|-------------|
-| `highlight` | `"monokai"` | Pygments style name for syntax highlighting. Set to `"noclasses"` to emit CSS classes (for external stylesheets) instead of inline styles. |
-
-# >**Architecture (source layout)**
-
-| File | Responsibility |
-|------|---------------|
-| `main.py` | CLI entry point — argument parsing and command dispatch (`init`, `build`, `watch`, `webview`) |
-| `init_project.py` | Scaffolds a new project: writes `config.toml` and default md/template/CSS/plugin files |
-| `build.py` | Core markdown → HTML pipeline (code-escaping, math, Markdown extensions, Jinja rendering, plugin loading) |
-| `watcher.py` | File-system watcher (via `watchdog`) that triggers incremental rebuilds |
-| `webviewer.py` | Local HTTP server + native window (via `pywebview`) with live reload |
-| `config.py` | Loads/parses `config.toml` into typed config objects; generates default config content |
-| `modules.py` | Dataclasses for `Project`, `Tree`, `Webview`, `Extras`, and the top-level `Config` |
-| `fileops.py` | Small file read/write helpers and tree-directory creation |
-| `templates.py` | Default file contents written by `merodi init` (markdown, layout, CSS, plugins) |
-| `errors.py` | Error formatting — terminal output and the in-browser styled error page |
-| `log.py` | Colored `[INFO]` / `[WARN]` / `[ERROR]` console logging, toggled by `--no-color` |
-| `settings.py` | Global `VERBOSE` / `NO_COLOR` flags set from CLI args or environment variables |
-
-> **Note:** Merodi is under active development (currently v0.2.0). The `--release`/`--debug` build flags are parsed but not yet acted upon.
-{% endset %}
-
-{% include "base.html" %}
diff --git a/md/tools/panime.md b/md/tools/panime.md
deleted file mode 100644
index 3c013f6..0000000
--- a/md/tools/panime.md
+++ /dev/null
@@ -1,207 +0,0 @@
-{% set page_meta_description %}
-Anime API documentation for accessing anime data, search, episode lists, and streaming links via a RESTful JSON API at https://pi66.xyz/api. Includes endpoints for listing anime, retrieving details by slug, fetching episodes with quality options, and streaming video content.
-{% endset %}
-
-{% set page_title = " PAnime " %}
-{% set page_content %}
-
-# >**Anime API Documentation**
-
-Base URL: `https://pi66.xyz/api`
-
-# >**Overview**
-
-This API provides access to anime information and streaming capabilities. All responses are in JSON format unless otherwise specified.
-
-# >**Endpoints**
-
-# >**1. Get Anime List/Search**
-
-**GET** `/anime`
-
-Retrieves a paginated list of anime or searches for anime by title.
-
-# >**Query Parameters**
-
-| Parameter | Type | Required | Description |
-|-----------|------|----------|-------------|
-| query | string | No | Search term for anime title (case-insensitive) |
-| page | integer | No | Page number for pagination |
-
-# >**Example Requests**
-
-**Get paginated anime list:**
-```
-GET https://pi66.xyz/api/anime?page=1
-```
-
-**Search for anime:**
-```
-GET https://pi66.xyz/api/anime?query=naruto
-```
-
-# >**Example Response**
-
-```json
-[
- {
- "cover": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20-dE6UHbFFg1A5.jpg",
- "episodes": 220,
- "id": 2313,
- "poster": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20-dE6UHbFFg1A5.jpg",
- "rating": 79,
- "slug": "naruto",
- "status": "FINISHED",
- "story": "يعيش Naruto Uzumaki ، النينجا المفرطة النشاط ورأسها ، في Konohagakure ...",
- "title_en": "Naruto",
- "title_jp": "NARUTO -ナルト-",
- "type": "TV"
- },
- {
- "cover": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21220-3cWAUtR1Ih5h.jpg",
- "episodes": 1,
- "id": 504,
- "poster": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx21220-3cWAUtR1Ih5h.jpg",
- "rating": 70,
- "slug": "boruto-naruto-the-movie",
- "status": "FINISHED",
- "story": "بوروتو هو ابن ناروتو الذي يرفض والده تمامًا. وراء هذا ...",
- "title_en": "Boruto: Naruto the Movie",
- "title_jp": "BORUTO -NARUTO THE MOVIE-",
- "type": "MOVIE"
- }
-]
-```
-
-# >**2. Get Anime by Slug**
-
-**GET** `/anime/{slug}`
-
-Retrieves detailed information about a specific anime.
-
-# >**Path Parameters**
-
-| Parameter | Type | Required | Description |
-|-----------|------|----------|-------------|
-| `slug` | string | Yes | Unique identifier for the anime |
-
-# >**Example Request**
-
-```
-GET https://pi66.xyz/api/anime/naruto
-```
-
-# >**Example Response**
-
-```json
- {
- "cover": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20-dE6UHbFFg1A5.jpg",
- "episodes": 220,
- "id": 2313,
- "poster": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/large/bx20-dE6UHbFFg1A5.jpg",
- "rating": 79,
- "slug": "naruto",
- "status": "FINISHED",
- "story": "يعيش Naruto Uzumaki ، النينجا المفرطة النشاط ورأسها ، في Konohagakure ...",
- "title_en": "Naruto",
- "title_jp": "NARUTO -ナルト-",
- "type": "TV"
- }
-```
-
-# >**Error Response**
-
-```json
-[]
-```
-
-# >**3. Get Anime Episodes**
-
-**GET** `/anime/{slug}/episodes`
-
-Retrieves available episodes and streaming links for a specific anime with arabic subtitle.
-
-# >**Path Parameters**
-
-| Parameter | Type | Required | Description |
-|-----------|------|----------|-------------|
-| slug | string | Yes | Unique identifier for the anime |
-
-# >**Example Request**
-
-```
-GET https://pi66.xyz/api/anime/naruto/episodes
-```
-
-# >**Example Response**
-
-```json
-{
- "2": {
- "720p": {
- "AY": "/api/stream/naruto/2/720p/AY",
- "AB": "/api/stream/naruto/2/720p/AB"
- },
- "1080p": {
- "AY": "/api/stream/naruto/2/1080p/AY",
- "AB": "/api/stream/naruto/2/1080p/AB"
- }
- },
- "3": {
- "720p": {
- "AY": "/api/stream/naruto/3/720p/AY",
- "AB": "/api/stream/naruto/3/720p/AB"
- },
- "1080p": {
- "AY": "/api/stream/naruto/3/1080p/AY",
- "AB": "/api/stream/naruto/3/1080p/AB"
- }
- }
-}
-```
-
-# >**Error Response**
-
-```json
-[]
-```
-
-# >**4. Stream Episode**
-
-**GET** `/stream/{slug}/{episode}/{quality}/{server}`
-
-Streams a specific episode of an anime.
-
-# >**Path Parameters**
-
-| Parameter | Type | Required | Description |
-|-----------|------|----------|-------------|
-| slug | string | Yes | Unique identifier for the anime |
-| episode | integer | Yes | Episode number |
-| quality | string | Yes | Video quality (e.g., "720p", "1080p") |
-| server | string | Yes | Server identifier ("AY" or "AB") |
-
-# >**Server Types**
-
-- **AY**: From Animeiat.net
-- **AB**: From Animeblkom.net
-
-# >**Example Request**
-
-```
-GET https://pi66.xyz/api/stream/oooku/1/360p/AY
-```
-
-# >**Authentication**
-
-No authentication is currently required for any endpoints.
-
-# >**Notes**
-
-- All anime titles support Arabic
-- Quality options depend on what's available for each episode
-- Server availability may vary per episode and quality
-
-{% endset %}
-
-{% include "base.html" %}
diff --git a/md/tools/pino-rs.md b/md/tools/pino-rs.md
deleted file mode 100644
index 24f902d..0000000
--- a/md/tools/pino-rs.md
+++ /dev/null
@@ -1,109 +0,0 @@
-{% set page_meta_description %}
-Pino-rs is a lightweight Rust-based notification daemon for Linux, focused on fast rendering, theming support, and scriptable system notifications.
-{% endset %}
-
-{% set page_title = " Pino-rs " %}
-
-{% set page_content %}
-
-# >[**Pino**](/tools/pino-rs)
-
-Pino is a fully customizable notification tool rewritten in Rust. It allows you to display notifications with various options, including dynamic theming, configurable fonts, and system integration.
-
-# >**Shortcuts**
-
-- [**Features**](#features)
-- [**Installation**](#installation)
-- [**Usage**](#usage)
-- [**Example: Low Battery Alert**](#example-low-battery-alert)
-- [**Configuration**](#configuration)
-- [**Dependencies**](#dependencies)
-- [**Hardware Usage**](#hardware-usage)
-
-# >**Features** [#features]
-
-- **Customizable Notifications**: Set titles, messages, delay, and fonts.
-- **Dynamic Theming with walrs(or pywal)**: Automatically matches the notification theme to your wallpaper.
-- **Configurable Settings**: Adjust themes, screen placement, fonts, and more via a TOML config file.
-- **Script Integration**: Automate notifications using scripts in any language.
-
-# >**Installation** [#installation]
-
-```sh
-make install clean
-```
-
-# >**Dependencies** [#dependencies]
-
-Pino requires the following dependencies:
-
-- Rust (for building from source)
-- Walrs
-- pywal (optional) for dynamic theming
-
-# >**Usage** [#usage]
-
-Pino supports the following command-line options:
-
-```bash
-### Note:
-If you want to insert a new line (wrap text) in the message, use `\n` in the argument parameter.
-### Example: Low Battery Alert
-You can create a script to notify about low battery status:
-pino -t "Battery Warning" -m "Low battery!\nPlease connect your charger." -d 5
-```
-
-# >**Configuration** [#configuration]
-
-The app uses a TOML configuration file located at `~/.config/pino/config.toml`. Example:
-
-```toml
-[screen]
-monitor = 0
-horizontal = "left"
-vertical = "top"
-x = 25
-y = 55
-width = 300
-height = 100
-delay = 5
-
-[frame]
-fg_color = "#1a1e24"
-font_family = "Fira Code"
-
-[border]
-weight = 4
-color = "#ffffff"
-radius = 8
-
-[title]
-color = "#c5c6c8"
-font_size = 19
-x = 4
-y = 10
-
-[message]
-color = "#626977"
-font_size = 15
-x = 10
-y = 45
-
-[pywal]
-pywal = false
-background_color = "bg"
-border_color = "color1"
-title_color = "fg"
-message_color = "color8"
-
-[optional]
-sound = false
-```
-
-# >**Hardware Usage** [#hardware-usage]
-
-Pino is lightweight and efficient. The graphical notification window typically uses approximately **5-20MB of RAM** when active, ensuring minimal system resource consumption.
-
-{% endset %}
-
-{% include "base.html" %}
diff --git a/md/tools/sta.md b/md/tools/sta.md
deleted file mode 100644
index 49c1b77..0000000
--- a/md/tools/sta.md
+++ /dev/null
@@ -1,70 +0,0 @@
-{% set page_title = " STA " %}
-
-{% set page_meta_description %}
-STA is a lightweight, fast, and modular system tool designed for automation, analysis, and integration into Linux-based workflows. This documentation covers installation, usage, configuration, CLI commands, and architecture.
-{% endset %}
-
-{% set page_content %}
-
-# >[**Sta**](/tools/sta)
-
-**STA** is a minimal status monitor app written in C.
-
-# >**About**
-
-STA is inspired by slstatus. The core code is fully rewritten; only the config structure (with some edits) and the status-fetching functions are from slstatus.
-
-# >**How it works**
-
-STA runs as a server (daemon) using a UNIX socket and waits for updates from clients.
-
-You can update any status by specifying its ID from the config file, then run:
-
-```
-sta -id <ID>
-```
-
-This sends a signal to the socket and refreshs the status.
-
-You can configure the displayed status in `config.def.h`.
-
-# >**Example**
-
-```bash
-# Start the server
-sta -s
-
-# Send a status update
-sta -id 1
-
-# Update the status value
-sta -id 1 -name "value"
-```
-
-This sends the current time (or other info) to the server with a unique ID.
-Rerun the command whenever you want to update the status.
-
-# >**Update Intervals**
-
-Each status entry defined in `config.def.h` has a `delay` value, specified in **milliseconds**.
-This value controls whether — and how often — STA refreshes that status automatically.
-
-- **`delay == 0`** → The status is fetched **once**, at server startup, and is **not** refreshed automatically afterwards. It only updates when you manually trigger it with:
-```bash
- sta -id <ID>
-```
-- **`delay > 0`** → STA spawns a dedicated background thread for that status, which refreshes it automatically every `delay` ms, without needing any client call.
-
-This lets you mix static or manually-updated entries (e.g. a custom value set via `-name`) with entries that need to stay live, like a clock or system stats, while keeping idle statuses from being recomputed needlessly.
-
-# >**Example**
-
-```c
-{ get_time , "%s", "%H:%M", 1, 1000 }, // updates every second automatically
-{ get_hostname , "%s", NULL , 2, 0 }, // fetched once, updated manually via `sta -id 2`
-```
-
-> **Note:** STA was created for learning purposes.
-{% endset %}
-
-{% include "base.html" %}
diff --git a/md/tools/walrs.md b/md/tools/walrs.md
deleted file mode 100644
index 40264a7..0000000
--- a/md/tools/walrs.md
+++ /dev/null
@@ -1,120 +0,0 @@
-{% set page_title = "Walrs" %}
-
-{% set page_meta_description %}
-Walrs is a lightweight Linux theming tool that extracts colors from wallpapers and applies them system-wide for consistent UI styling across applications.
-{% endset %}
-
-{% set page_content %}
-
-# >[**Walrs**](/tools/walrs)
-
-A fast, lightweight color scheme generator written in Rust.
-
-Walrs extracts colors from an image and applies them across your desktop, providing a workflow similar to Pywal while focusing on speed, simplicity, and accurate color generation.
-
-# >**Features**
-
-- Rust implementation with minimal resource usage
-- Up to **10× faster** than Pywal
-- Better color accuracy than Wallust
-- Adjustable brightness and saturation
-- Template generation for applications
-- Wallpaper management
-- Shell completion support (Bash, Zsh, Fish)
-- Theme import and export
-- Quiet mode for scripting
-
-# >**Usage**
-
-# >**Generate colors from an image**
-
-```bash
-walrs -i ~/Pictures/wallpaper.png
-```
-
-# >**Generate and save a theme**
-
-```bash
-walrs -g my-theme -i wallpaper.png
-```
-
-# >**Apply a saved theme**
-
-```bash
-walrs -t my-theme
-```
-
-# >**Reload templates**
-
-```bash
-walrs --reload
-```
-
-# >**Command Line Options**
-
-<div class="px-33 max-lg:px-0" markdown=1>
-
-| Option | Description |
-|--------|-------------|
-| -i <IMAGE> | Generate a color scheme from an image. |
-| -r, --reload | Reload templates and set the wallpaper. |
-| -R, --Reload | Reload templates without changing the wallpaper. |
-| -t, --theme <THEME> | Load a saved theme. |
-| -g, --generate <NAME> | Generate and save a theme. |
-| -s, --saturation <VALUE> | Set saturation (-128 to 127). |
-| -b, --brightness <VALUE> | Set brightness (-128 to 127). |
-| -q, --quit | Suppress terminal output. |
-| --install-completions | Install shell completions. |
-| -h, --help | Show the help message. |
-| -V, --version | Show the current version. |
-
-</div>
-
-# >**Installation**
-
-# >**AUR**
-
-```bash
-yay -S walrs
-```
-
-# >**Build from source**
-
-```bash
-git clone https://github.com/pixel2175/walrs
-cd walrs
-make install
-```
-
-# >**Performance**
-
-| Metric | Value |
-|--------|-------|
-| Memory Usage | ~3 MB |
-| Processing Time | ~290 ms for a 1080p (1.5 MB) image |
-| Language | Rust |
-| Dependencies | Wallpaper setter (feh, swww, xwallpaper, etc.) |
-
-# >**Example Output**
-
-```text
-[I] Generate: generating colors...
-[I] Template: rendering templates...
-[I] Wallpaper: wallpaper applied.
-[I] Terminal: colors updated.
-[I] Xrdb: database updated.
-[I] Colors: completed successfully.
-```
-
-# >**Benchmark**
-
-```text
-Executed in 376.01 ms
-
-User: 236.90 ms
-System: 132.21 ms
-```
-
-{% endset %}
-
-{% include "base.html" %}
|