diff --git a/.nojekyll b/.nojekyll
deleted file mode 100644
index e69de29..0000000
diff --git a/.well-known/security.txt b/.well-known/security.txt
deleted file mode 100644
index 9709c26..0000000
--- a/.well-known/security.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Contact: https://github.com/infinition/Bjorn/issues
-Expires: 2027-01-01T00:00:00.000Z
-Preferred-Languages: en, fr
-Policy: https://github.com/infinition/Bjorn/blob/wiki/SECURITY.md
diff --git a/acidwiki.json b/acidwiki.json
deleted file mode 100644
index 1042eb5..0000000
--- a/acidwiki.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "social": {
- "discord": "https://discord.gg/B3ZH9taVfT",
- "reddit": "https://www.reddit.com/r/Bjorn_CyberViking"
- },
- "buymeacoffee": "https://buymeacoffee.com/infinition"
-}
\ No newline at end of file
diff --git a/assets/bjorn.png b/assets/bjorn.png
deleted file mode 100644
index 9d0bcf5..0000000
Binary files a/assets/bjorn.png and /dev/null differ
diff --git a/config.js b/config.js
deleted file mode 100644
index 26df1ba..0000000
--- a/config.js
+++ /dev/null
@@ -1,118 +0,0 @@
-/**
- * AcidWiki Configuration
- * Customize your wiki by changing the values below.
- */
-const CONFIG = {
- // Project Information
- projectName: "BJORN",
- projectSubtitle: "BJORN WIKI",
- description: "Official Documentation and Wiki for BJORN Cyber Viking",
-
- // Versioning Settings
- // type: "github" (automatic from API) or "local" (manual)
- versioning: {
- type: "github",
- manualVersion: "v1.0.11",
- manualDate: "2026-01-21"
- },
-
- // GitHub Repository (for version checking when type is "github")
- // Format: "username/repo"
- repo: "infinition/AcidWiki",
- branch: "main",
-
- // Theme Settings
- themes: [
- { id: "dark", name: "Dark Mode", file: "wiki/themes/dark.css", isDark: true },
- { id: "dim", name: "Dim Mode", file: "wiki/themes/light.css", isDark: true },
- { id: "electric-blue", name: "Electric Blue", file: "wiki/themes/electric-blue.css", isDark: true },
- { id: "cyberpunk", name: "Cyberpunk", file: "wiki/themes/cyberpunk.css", isDark: true },
- { id: "forest", name: "Forest", file: "wiki/themes/forest.css", isDark: true },
- { id: "monochrome", name: "Monochrome", file: "wiki/themes/monochrome.css", isDark: true },
- { id: "retro-hackers", name: "Retro Hackers", file: "wiki/themes/retro-hackers.css", isDark: true },
- { id: "retro-hackers-w", name: "Retro Hackers White", file: "wiki/themes/retro-hackers-w.css", isDark: false },
- { id: "retro-acid-burn", name: "Retro Acid Burn", file: "wiki/themes/retro-acid-burn.css", isDark: true },
- { id: "paper", name: "Paper", file: "wiki/themes/paper.css", isDark: false },
- { id: "solarized-light", name: "Solarized Light", file: "wiki/themes/solarized-light.css", isDark: false },
- { id: "nord-light", name: "Nord Light", file: "wiki/themes/nord-light.css", isDark: false },
- { id: "paper-sepia", name: "Sepia Paper", file: "wiki/themes/paper-sepia.css", isDark: false },
- { id: "paper-cool", name: "Cool Paper", file: "wiki/themes/paper-cool.css", isDark: false },
- { id: "retro-irc", name: "Retro IRC", file: "wiki/themes/retro-irc.css", isDark: false },
- { id: "nature", name: "Nature", file: "wiki/themes/nature.css", isDark: false },
- { id: "glassmorphism", name: "Glassmorphism", file: "wiki/themes/glassmorphism.css", isDark: true }
- ],
- defaultTheme: "dark",
-
- // Feature Toggles
- features: {
- showChangelog: true,
- showSearch: true,
- showSocialBadges: true,
- showThemeToggle: true,
- pageTransitions: true,
- autoCollapseSidebar: false,
- stickyBreadcrumbs: true,
- showRootReadme: true,
- debug: true
- },
-
- // Custom Navigation Links
- // Inserted at the top or bottom of the sidebar
- links: {
- top: [
- { name: "Main Site", url: "https://example.com", icon: "external-link" }
- ],
- bottom: [
- { name: "Portfolio", url: "https://portfolio.example.com", icon: "briefcase" },
- { name: "Store", url: "https://store.example.com", icon: "shopping-cart" }
- ]
- },
-
- // Footer Customization
- footerText: "© 2026 BJORN WIKI - All rights reserved",
-
- // UI Strings (Custom labels for the interface)
- ui: {
- joinUsTitle: ":: JOIN US ::",
- onThisPageTitle: "On this page",
- changelogTitle: "Changelog",
- rootReadmeTitle: "Project Home",
- searchPlaceholder: "Search (Ctrl+K)...",
- lastUpdatedText: "Updated",
- readingTimePrefix: "~",
- readingTimeSuffix: "min read",
- noResultsText: "No results found.",
- noSectionsText: "No sections",
- fetchingReleasesText: "Fetching GitHub releases...",
- checkingVersionText: "checking...",
- initializingText: "Initializing...",
- themeChangedText: "Theme changed to: ",
- menuText: "Menu",
- onThisPageMobile: "On this page"
- },
-
- // Logo Settings
- logoPath: "wiki/assets/logo.png",
- logoPlaceholder: "https://placehold.co/40x40/111214/22c55e?text=A",
-
- // PWA & SEO Settings
- themeColor: "#0B0C0E",
- accentColor: "#22c55e",
- manifestPath: "wiki/manifest.json",
-
- // Social Links
- // Set to null or empty string to hide the link
- social: {
- discord: "https://discord.gg/B3ZH9taVfT",
- reddit: "https://www.reddit.com/r/Bjorn_CyberViking/",
- github: "https://github.com/infinition/Bjorn",
- buyMeACoffee: "https://buymeacoffee.com/infinition"
- },
-
- // Badge Labels (Optional customization for shields.io)
- badges: {
- discordLabel: "COMMUNITY",
- redditLabel: "r/BJORN",
- githubLabel: "BJORN WIKI"
- }
-};
diff --git a/index.html b/index.html
deleted file mode 100644
index 886088a..0000000
--- a/index.html
+++ /dev/null
@@ -1,2458 +0,0 @@
-
-
-
-
-
-
-
-
-
- BJORN // WIKI NODE
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
deleted file mode 100644
index 2eb31c6..0000000
--- a/manifest.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "BJORN WIKI",
- "short_name": "BjornWiki",
- "description": "Official Documentation and Wiki for BJORN Cyber Viking",
- "start_url": "./index.html",
- "display": "standalone",
- "background_color": "#0B0C0E",
- "theme_color": "#22c55e",
- "orientation": "any",
- "icons": [
- {
- "src": "assets/bjorn.png",
- "sizes": "192x192",
- "type": "image/png",
- "purpose": "any maskable"
- },
- {
- "src": "assets/bjorn.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "shortcuts": [
- {
- "name": "Search Wiki",
- "url": "./index.html?search=true",
- "icons": [
- {
- "src": "assets/bjorn.png",
- "sizes": "192x192"
- }
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/robots.txt b/robots.txt
deleted file mode 100644
index 03f1a31..0000000
--- a/robots.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-User-agent: *
-Allow: /
-
-# Sitemaps (Optionnel, à mettre à jour avec votre URL réelle)
-# Sitemap: https://votre-url-wiki.com/sitemap.xml
diff --git a/security.txt b/security.txt
deleted file mode 100644
index 9709c26..0000000
--- a/security.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Contact: https://github.com/infinition/Bjorn/issues
-Expires: 2027-01-01T00:00:00.000Z
-Preferred-Languages: en, fr
-Policy: https://github.com/infinition/Bjorn/blob/wiki/SECURITY.md
diff --git a/sw.js b/sw.js
deleted file mode 100644
index 714590d..0000000
--- a/sw.js
+++ /dev/null
@@ -1,69 +0,0 @@
-const CACHE_NAME = 'bjorn-wiki-v2';
-const STATIC_ASSETS = [
- './',
- './index.html',
- './config.js',
- './manifest.json',
- './assets/bjorn.png',
- 'https://cdn.tailwindcss.com',
- 'https://unpkg.com/lucide@latest',
- 'https://cdn.jsdelivr.net/npm/marked/marked.min.js',
- 'https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.0.6/purify.min.js',
- 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css',
- 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js',
- 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Inter:wght@400;500;600&display=swap'
-];
-
-// Install Event - Cache Static Assets
-self.addEventListener('install', (event) => {
- event.waitUntil(
- caches.open(CACHE_NAME).then((cache) => {
- console.log('[SW] Caching static assets');
- return cache.addAll(STATIC_ASSETS);
- })
- );
- self.skipWaiting();
-});
-
-// Activate Event - Clean up old caches
-self.addEventListener('activate', (event) => {
- event.waitUntil(
- caches.keys().then((cacheNames) => {
- return Promise.all(
- cacheNames.map((cacheName) => {
- if (cacheName !== CACHE_NAME) {
- console.log('[SW] Deleting old cache:', cacheName);
- return caches.delete(cacheName);
- }
- })
- );
- })
- );
- self.clients.claim();
-});
-
-// Fetch Event - Stale-While-Revalidate Strategy
-self.addEventListener('fetch', (event) => {
- // Skip non-GET requests
- if (event.request.method !== 'GET') return;
-
- // Strategy: Stale-While-Revalidate for most assets
- event.respondWith(
- caches.open(CACHE_NAME).then((cache) => {
- return cache.match(event.request).then((response) => {
- const fetchPromise = fetch(event.request).then((networkResponse) => {
- // Cache the new response
- if (networkResponse.ok) {
- cache.put(event.request, networkResponse.clone());
- }
- return networkResponse;
- }).catch(() => {
- // If network fails, we already returned the cached response if it exists
- });
-
- return response || fetchPromise;
- });
- })
- );
-});
-
diff --git a/themes/cyberpunk.css b/themes/cyberpunk.css
deleted file mode 100644
index 56faa2f..0000000
--- a/themes/cyberpunk.css
+++ /dev/null
@@ -1,35 +0,0 @@
-:root {
- --bg-body: #0D0221;
- --bg-sidebar: #190033;
- --border-color: #FF007F;
- --text-main: #E0E0E0;
- --text-heading: #00FFFF;
- --accent-green: #FF007F;
- --accent-dim: rgba(255, 0, 127, 0.1);
- --code-bg: #1A0033;
-}
-
-/* Override scrollbar and other elements to use neon pink */
-::-webkit-scrollbar-thumb {
- background: linear-gradient(180deg, #FF007F, var(--border-color)) !important;
-}
-
-.text-hack-green {
- color: #FF007F !important;
-}
-
-.bg-hack-greenDim {
- background-color: rgba(255, 0, 127, 0.1) !important;
-}
-
-.border-hack-green {
- border-color: #FF007F !important;
-}
-
-.markdown-body a {
- color: #00FFFF !important;
-}
-
-.markdown-body a:hover {
- border-bottom-color: #00FFFF !important;
-}
\ No newline at end of file
diff --git a/themes/dark.css b/themes/dark.css
deleted file mode 100644
index 23280dc..0000000
--- a/themes/dark.css
+++ /dev/null
@@ -1,15 +0,0 @@
-:root {
- --bg-body: #0B0C0E;
- --bg-sidebar: #111214;
- --border-color: #2A2E35;
- --text-main: #A0AAB8;
- --text-heading: #E2E8F0;
- --accent-green: #22c55e;
- --accent-dim: rgba(34, 197, 94, 0.1);
- --code-bg: #1e1e1e;
-}
-
-/* Compatibility with tailwind colors if needed */
-.dark {
- --accent-green: #22c55e;
-}
diff --git a/themes/electric-blue.css b/themes/electric-blue.css
deleted file mode 100644
index 9ff7cce..0000000
--- a/themes/electric-blue.css
+++ /dev/null
@@ -1,28 +0,0 @@
-:root {
- --bg-body: #050A15;
- --bg-sidebar: #0A1225;
- --border-color: #1E2D4A;
- --text-main: #94A3B8;
- --text-heading: #F8FAFC;
- --accent-green: #38BDF8;
- /* Electric Blue */
- --accent-dim: rgba(56, 189, 248, 0.1);
- --code-bg: #0F172A;
-}
-
-/* Override scrollbar and other elements to use blue */
-::-webkit-scrollbar-thumb {
- background: linear-gradient(180deg, #38BDF8, var(--border-color)) !important;
-}
-
-.text-hack-green {
- color: #38BDF8 !important;
-}
-
-.bg-hack-greenDim {
- background-color: rgba(56, 189, 248, 0.1) !important;
-}
-
-.border-hack-green {
- border-color: #38BDF8 !important;
-}
\ No newline at end of file
diff --git a/themes/forest.css b/themes/forest.css
deleted file mode 100644
index 636cfc6..0000000
--- a/themes/forest.css
+++ /dev/null
@@ -1,27 +0,0 @@
-:root {
- --bg-body: #1B261B;
- --bg-sidebar: #243024;
- --border-color: #3E523E;
- --text-main: #D1D5D1;
- --text-heading: #A7C957;
- --accent-green: #6A994E;
- --accent-dim: rgba(106, 153, 78, 0.1);
- --code-bg: #2D3A2D;
-}
-
-/* Override scrollbar and other elements */
-::-webkit-scrollbar-thumb {
- background: linear-gradient(180deg, #6A994E, var(--border-color)) !important;
-}
-
-.text-hack-green {
- color: #6A994E !important;
-}
-
-.bg-hack-greenDim {
- background-color: rgba(106, 153, 78, 0.1) !important;
-}
-
-.border-hack-green {
- border-color: #6A994E !important;
-}
\ No newline at end of file
diff --git a/themes/glassmorphism.css b/themes/glassmorphism.css
deleted file mode 100644
index 69ca88c..0000000
--- a/themes/glassmorphism.css
+++ /dev/null
@@ -1,55 +0,0 @@
-:root {
- --bg-body: #0f172a;
- --bg-sidebar: rgba(30, 41, 59, 0.7);
- --border-color: rgba(255, 255, 255, 0.1);
- --text-main: #e2e8f0;
- --text-heading: #f8fafc;
- --accent-green: #38bdf8;
- --accent-dim: rgba(56, 189, 248, 0.1);
- --code-bg: rgba(15, 23, 42, 0.8);
-}
-
-/* Glassmorphism theme specific overrides */
-body {
- background: radial-gradient(circle at top left, #1e293b, #0f172a);
- background-attachment: fixed;
-}
-
-#sidebar,
-#mobile-toc-sidebar {
- background: rgba(30, 41, 59, 0.6) !important;
- backdrop-filter: blur(12px);
- -webkit-backdrop-filter: blur(12px);
- border-right: 1px solid rgba(255, 255, 255, 0.1);
-}
-
-#markdown-viewer {
- background: rgba(30, 41, 59, 0.4);
- backdrop-filter: blur(8px);
- -webkit-backdrop-filter: blur(8px);
- border: 1px solid rgba(255, 255, 255, 0.05);
- border-radius: 16px;
- padding: 2rem;
- box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
-}
-
-.nav-link.active {
- background: rgba(56, 189, 248, 0.2) !important;
- border-left: 4px solid #38bdf8 !important;
- color: #38bdf8 !important;
- box-shadow: 0 0 15px rgba(56, 189, 248, 0.3);
-}
-
-.markdown-body a {
- color: #38bdf8;
- text-shadow: 0 0 8px rgba(56, 189, 248, 0.5);
-}
-
-::-webkit-scrollbar-thumb {
- background: rgba(255, 255, 255, 0.1) !important;
- border-radius: 10px;
-}
-
-::-webkit-scrollbar-thumb:hover {
- background: rgba(255, 255, 255, 0.2) !important;
-}
\ No newline at end of file
diff --git a/themes/light.css b/themes/light.css
deleted file mode 100644
index a9d8be4..0000000
--- a/themes/light.css
+++ /dev/null
@@ -1,32 +0,0 @@
-:root {
- --bg-body: #1E293B;
- /* Slate 800 */
- --bg-sidebar: #0F172A;
- /* Slate 900 */
- --border-color: #334155;
- /* Slate 700 */
- --text-main: #94A3B8;
- /* Slate 400 */
- --text-heading: #F1F5F9;
- /* Slate 100 */
- --accent-green: #10B981;
- /* Emerald 500 */
- --accent-dim: rgba(16, 185, 129, 0.1);
- --code-bg: #020617;
- /* Slate 950 */
-}
-
-/* Compatibility with tailwind colors if needed */
-.dark {
- --accent-green: #10B981;
-}
-
-/* Specific overrides for Dim mode to ensure readability */
-.markdown-body blockquote {
- background: rgba(16, 185, 129, 0.05) !important;
- border-left-color: #10B981 !important;
-}
-
-.text-hack-green {
- color: #10B981 !important;
-}
\ No newline at end of file
diff --git a/themes/monochrome.css b/themes/monochrome.css
deleted file mode 100644
index 207026b..0000000
--- a/themes/monochrome.css
+++ /dev/null
@@ -1,27 +0,0 @@
-:root {
- --bg-body: #121212;
- --bg-sidebar: #1E1E1E;
- --border-color: #333333;
- --text-main: #BBBBBB;
- --text-heading: #FFFFFF;
- --accent-green: #FFFFFF;
- --accent-dim: rgba(255, 255, 255, 0.1);
- --code-bg: #000000;
-}
-
-/* Override scrollbar and other elements */
-::-webkit-scrollbar-thumb {
- background: linear-gradient(180deg, #FFFFFF, var(--border-color)) !important;
-}
-
-.text-hack-green {
- color: #FFFFFF !important;
-}
-
-.bg-hack-greenDim {
- background-color: rgba(255, 255, 255, 0.1) !important;
-}
-
-.border-hack-green {
- border-color: #FFFFFF !important;
-}
\ No newline at end of file
diff --git a/themes/nature.css b/themes/nature.css
deleted file mode 100644
index 14357c5..0000000
--- a/themes/nature.css
+++ /dev/null
@@ -1,52 +0,0 @@
-:root {
- --bg-body: #f7f3e9;
- --bg-sidebar: #e8e1d1;
- --border-color: #d1c7b1;
- --text-main: #3e442b;
- --text-heading: #2d3319;
- --accent-green: #606c38;
- --accent-dim: rgba(96, 108, 56, 0.1);
- --code-bg: #fefae0;
-}
-
-/* Nature theme specific overrides */
-body {
- background-color: var(--bg-body);
- color: var(--text-main);
-}
-
-.markdown-body h1,
-.markdown-body h2,
-.markdown-body h3 {
- color: #283618;
- font-weight: 700;
-}
-
-.markdown-body a {
- color: #bc6c25;
-}
-
-.markdown-body a:hover {
- border-bottom-color: #dda15e;
-}
-
-#sidebar,
-#mobile-toc-sidebar {
- background-color: #e8e1d1 !important;
- border-right: 1px solid #d1c7b1;
-}
-
-.nav-link.active {
- background-color: rgba(96, 108, 56, 0.15) !important;
- border-left-color: #606c38 !important;
- color: #283618 !important;
-}
-
-::-webkit-scrollbar-thumb {
- background: #dda15e !important;
-}
-
-.markdown-body blockquote {
- background: #fefae0;
- border-left-color: #606c38;
-}
\ No newline at end of file
diff --git a/themes/nord-light.css b/themes/nord-light.css
deleted file mode 100644
index 195eea7..0000000
--- a/themes/nord-light.css
+++ /dev/null
@@ -1,25 +0,0 @@
-:root {
- --bg-body: #eceff4;
- --bg-sidebar: #e5e9f0;
- --border-color: #d8dee9;
- --text-main: #4c566a;
- --text-heading: #2e3440;
- --accent-green: #88c0d0;
- --accent-dim: rgba(136, 192, 208, 0.1);
- --code-bg: #d8dee9;
-}
-
-/* Nord Light specific overrides */
-.markdown-body a {
- color: #5e81ac;
-}
-
-.nav-link.active {
- background-color: rgba(136, 192, 208, 0.1) !important;
- border-left-color: #88c0d0 !important;
- color: #5e81ac !important;
-}
-
-::-webkit-scrollbar-thumb {
- background: #d8dee9 !important;
-}
\ No newline at end of file
diff --git a/themes/paper-cool.css b/themes/paper-cool.css
deleted file mode 100644
index b09a642..0000000
--- a/themes/paper-cool.css
+++ /dev/null
@@ -1,25 +0,0 @@
-:root {
- --bg-body: #e8f1f2;
- --bg-sidebar: #d1e3e5;
- --border-color: #b8d0d2;
- --text-main: #2d4a4d;
- --text-heading: #1a3033;
- --accent-green: #0081a7;
- --accent-dim: rgba(0, 129, 167, 0.1);
- --code-bg: #d9e8ea;
-}
-
-/* Cool Paper specific overrides */
-.markdown-body a {
- color: #0081a7;
-}
-
-.nav-link.active {
- background-color: rgba(0, 129, 167, 0.1) !important;
- border-left-color: #0081a7 !important;
- color: #2d4a4d !important;
-}
-
-::-webkit-scrollbar-thumb {
- background: #b8d0d2 !important;
-}
\ No newline at end of file
diff --git a/themes/paper-sepia.css b/themes/paper-sepia.css
deleted file mode 100644
index 642afca..0000000
--- a/themes/paper-sepia.css
+++ /dev/null
@@ -1,25 +0,0 @@
-:root {
- --bg-body: #e3d5b8;
- --bg-sidebar: #d4c3a1;
- --border-color: #c4b28f;
- --text-main: #4a3a2a;
- --text-heading: #2d241a;
- --accent-green: #8b5e34;
- --accent-dim: rgba(139, 94, 52, 0.1);
- --code-bg: #dcd0b0;
-}
-
-/* Sepia Paper specific overrides */
-.markdown-body a {
- color: #8b5e34;
-}
-
-.nav-link.active {
- background-color: rgba(139, 94, 52, 0.1) !important;
- border-left-color: #8b5e34 !important;
- color: #4a3a2a !important;
-}
-
-::-webkit-scrollbar-thumb {
- background: #c4b28f !important;
-}
\ No newline at end of file
diff --git a/themes/paper.css b/themes/paper.css
deleted file mode 100644
index e20f3c6..0000000
--- a/themes/paper.css
+++ /dev/null
@@ -1,54 +0,0 @@
-:root {
- --bg-body: #fdfcf0;
- --bg-sidebar: #f4f1ea;
- --border-color: #e6e2d3;
- --text-main: #444444;
- --text-heading: #222222;
- --accent-green: #d4a373;
- --accent-dim: rgba(212, 163, 115, 0.1);
- --code-bg: #f8f5ed;
-}
-
-/* Light theme specific overrides */
-body {
- background-color: var(--bg-body);
- color: var(--text-main);
-}
-
-.markdown-body h1,
-.markdown-body h2,
-.markdown-body h3 {
- color: var(--text-heading);
-}
-
-.markdown-body a {
- color: #bc6c25;
-}
-
-.markdown-body a:hover {
- border-bottom-color: #bc6c25;
-}
-
-#sidebar,
-#mobile-toc-sidebar {
- background-color: var(--bg-sidebar) !important;
- border-color: var(--border-color);
-}
-
-.nav-link:hover {
- background-color: rgba(0, 0, 0, 0.05);
-}
-
-.nav-link.active {
- background-color: var(--accent-dim) !important;
- border-left-color: var(--accent-green) !important;
- color: #bc6c25 !important;
-}
-
-::-webkit-scrollbar-thumb {
- background: var(--border-color) !important;
-}
-
-::-webkit-scrollbar-thumb:hover {
- background: var(--accent-green) !important;
-}
\ No newline at end of file
diff --git a/themes/retro-acid-burn.css b/themes/retro-acid-burn.css
deleted file mode 100644
index b77dd6b..0000000
--- a/themes/retro-acid-burn.css
+++ /dev/null
@@ -1,106 +0,0 @@
-@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap');
-
-:root {
- --bg-body: #000000;
- --bg-sidebar: #050505;
- --border-color: #00ff41;
- --text-main: #00ff41;
- --text-heading: #d4ff00;
- --accent-green: #00ff41;
- --accent-dim: rgba(0, 255, 65, 0.1);
- --code-bg: #0a0a0a;
-
- /* Acid Burn Specific */
- --acid-yellow: #d4ff00;
- --acid-green: #00ff41;
-}
-
-/* --- PHOSPHOR GLOW --- */
-body {
- font-family: 'JetBrains Mono', monospace !important;
- background-color: #000 !important;
- color: var(--text-main) !important;
- text-shadow: 0 0 5px rgba(0, 255, 65, 0.5);
-}
-
-/* --- SCANLINES (Static but intense) --- */
-body::after {
- content: " ";
- display: block;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
- z-index: 9999;
- background-size: 100% 4px;
- pointer-events: none;
- opacity: 0.3;
-}
-
-/* --- TYPOGRAPHY --- */
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- color: var(--acid-yellow) !important;
- text-shadow: 0 0 10px var(--acid-yellow);
- text-transform: uppercase;
- letter-spacing: 2px;
-}
-
-.markdown-body h1 {
- border-bottom-color: var(--acid-yellow) !important;
-}
-
-.markdown-body strong {
- color: #fff !important;
- text-shadow: 0 0 8px #fff;
-}
-
-.markdown-body a {
- color: var(--acid-yellow) !important;
- text-decoration: underline;
- text-underline-offset: 4px;
-}
-
-.markdown-body a:hover {
- color: #fff !important;
- text-shadow: 0 0 10px var(--acid-yellow);
-}
-
-/* --- UI OVERRIDES --- */
-#sidebar,
-#mobile-toc-sidebar {
- background-color: #050505 !important;
- border-right: 2px solid var(--accent-green);
-}
-
-.nav-link.active {
- background-color: rgba(0, 255, 65, 0.2) !important;
- border-left: 4px solid var(--accent-green) !important;
- color: #fff !important;
-}
-
-.nav-link:hover {
- color: #fff !important;
- background-color: rgba(0, 255, 65, 0.1);
-}
-
-::-webkit-scrollbar-thumb {
- background: var(--accent-green) !important;
- box-shadow: 0 0 10px var(--accent-green);
-}
-
-/* --- CODE BLOCKS --- */
-.markdown-body pre {
- border: 1px solid var(--accent-green) !important;
- box-shadow: 0 0 15px rgba(0, 255, 65, 0.2);
-}
-
-.markdown-body code {
- color: var(--acid-yellow) !important;
-}
\ No newline at end of file
diff --git a/themes/retro-hackers-w.css b/themes/retro-hackers-w.css
deleted file mode 100644
index 2d5cc94..0000000
--- a/themes/retro-hackers-w.css
+++ /dev/null
@@ -1,130 +0,0 @@
-@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=JetBrains+Mono:wght@400;700&display=swap');
-
-:root {
- --bg-body: #050505;
- --bg-sidebar: rgba(5, 5, 5, 0.8);
- --border-color: #13aff0;
- --text-main: #80ff80;
- --text-heading: #13aff0;
- --accent-green: #0f0;
- --accent-dim: rgba(0, 255, 0, 0.1);
- --code-bg: #000;
-
- /* Hacker Specific */
- --neon-blue: #13aff0;
- --neon-orange: #FF6B00;
- --neon-purple: #bd00ff;
-}
-
-/* --- THE 3D GRID --- */
-body::before {
- content: "";
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%) perspective(600px) rotateX(60deg);
- width: 300vw;
- height: 300vh;
- background-image:
- linear-gradient(rgba(0, 243, 255, 0.3) 1px, transparent 1px),
- linear-gradient(90deg, rgba(0, 243, 255, 0.3) 1px, transparent 1px);
- background-size: 60px 60px;
- animation: grid-scroll 11s linear infinite;
- z-index: -1;
- pointer-events: none;
- -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
- mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
-}
-
-@keyframes grid-scroll {
- 0% {
- background-position: 0 0;
- }
-
- 100% {
- background-position: 0 60px;
- }
-}
-
-/* --- SCANLINES --- */
-body::after {
- content: " ";
- display: block;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background:
- linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%),
- linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02));
- z-index: 9999;
- background-size: 100% 3px, 3px 100%;
- pointer-events: none;
- opacity: 0.4;
-}
-
-/* --- TYPOGRAPHY --- */
-body {
- font-family: 'JetBrains Mono', monospace !important;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- font-family: 'Cinzel', serif !important;
- text-transform: uppercase;
- text-shadow: 0 0 10px var(--neon-blue);
-}
-
-.markdown-body h1 {
- color: var(--neon-blue) !important;
- border-bottom-color: var(--neon-blue) !important;
-}
-
-.markdown-body h2 {
- color: var(--neon-orange) !important;
- text-shadow: 0 0 10px var(--neon-orange);
-}
-
-.markdown-body h3 {
- color: var(--neon-purple) !important;
- text-shadow: 0 0 10px var(--neon-purple);
-}
-
-.markdown-body strong {
- color: #fff !important;
- text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
-}
-
-.markdown-body a {
- color: var(--neon-purple) !important;
- border-bottom: 1px dashed var(--neon-purple);
-}
-
-.markdown-body a:hover {
- color: #fff !important;
- text-shadow: 0 0 5px var(--neon-purple);
- border-bottom-style: solid;
-}
-
-/* --- UI OVERRIDES --- */
-#sidebar,
-#mobile-toc-sidebar {
- background-color: var(--bg-sidebar) !important;
- backdrop-filter: blur(10px);
-}
-
-.nav-link.active {
- background-color: rgba(19, 175, 240, 0.2) !important;
- border-left-color: var(--neon-blue) !important;
- color: var(--neon-blue) !important;
-}
-
-::-webkit-scrollbar-thumb {
- background: linear-gradient(180deg, var(--neon-blue), #000) !important;
- border: 1px solid var(--neon-blue);
-}
\ No newline at end of file
diff --git a/themes/retro-hackers.css b/themes/retro-hackers.css
deleted file mode 100644
index ba77618..0000000
--- a/themes/retro-hackers.css
+++ /dev/null
@@ -1,149 +0,0 @@
-@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=JetBrains+Mono:wght@400;700&display=swap');
-
-:root {
- --bg-body: #050505;
- --bg-sidebar: rgba(5, 5, 5, 0.8);
- --border-color: #13aff0;
- --text-main: #80ff80;
- --text-heading: #13aff0;
- --accent-green: #0f0;
- --accent-dim: rgba(0, 255, 0, 0.1);
- --code-bg: #000;
-
- /* Hacker Specific */
- --neon-blue: #13aff0;
- --neon-orange: #FF6B00;
- --neon-purple: #bd00ff;
-}
-
-/* --- THE 3D GRID --- */
-body::before {
- content: "";
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%) perspective(600px) rotateX(60deg);
- width: 300vw;
- height: 300vh;
- background-image:
- linear-gradient(rgba(0, 243, 255, 0.5) 1px, transparent 1px),
- linear-gradient(90deg, rgba(0, 243, 255, 0.5) 1px, transparent 1px);
- background-size: 60px 60px;
- animation: grid-scroll 11s linear infinite;
- z-index: -1;
- pointer-events: none;
- -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
- mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
-}
-
-@keyframes grid-scroll {
- 0% {
- background-position: 0 0;
- }
-
- 100% {
- background-position: 0 60px;
- }
-}
-
-/* --- TRANSPARENCY OVERRIDES --- */
-#scroll-container,
-main,
-.bg-hack-bg,
-.bg-hack-sidebar,
-#markdown-viewer {
- background-color: transparent !important;
-}
-
-/* Sidebar needs some background for readability but should be semi-transparent */
-#sidebar,
-#mobile-toc-sidebar {
- background-color: rgba(5, 5, 5, 0.85) !important;
- backdrop-filter: blur(8px);
- border-right: 1px solid var(--neon-blue);
-}
-
-/* Content area readability - using a very subtle overlay if needed, but keeping it transparent as requested */
-#markdown-viewer {
- padding: 2rem;
- border-radius: 12px;
- border: 1px solid rgba(19, 175, 240, 0.1);
-}
-
-/* --- SCANLINES --- */
-body::after {
- content: " ";
- display: block;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background:
- linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.15) 50%),
- linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03));
- z-index: 9999;
- background-size: 100% 3px, 3px 100%;
- pointer-events: none;
- opacity: 0.6;
-}
-
-/* --- TYPOGRAPHY --- */
-body {
- font-family: 'JetBrains Mono', monospace !important;
- background-color: #050505 !important;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- font-family: 'Cinzel', serif !important;
- text-transform: uppercase;
- text-shadow: 0 0 10px var(--neon-blue);
-}
-
-.markdown-body h1 {
- color: var(--neon-blue) !important;
- border-bottom-color: var(--neon-blue) !important;
-}
-
-.markdown-body h2 {
- color: var(--neon-orange) !important;
- text-shadow: 0 0 10px var(--neon-orange);
-}
-
-.markdown-body h3 {
- color: var(--neon-purple) !important;
- text-shadow: 0 0 10px var(--neon-purple);
-}
-
-.markdown-body strong {
- color: #fff !important;
- text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
-}
-
-.markdown-body a {
- color: var(--neon-purple) !important;
- border-bottom: 1px dashed var(--neon-purple);
-}
-
-.markdown-body a:hover {
- color: #fff !important;
- text-shadow: 0 0 5px var(--neon-purple);
- border-bottom-style: solid;
-}
-
-/* --- UI OVERRIDES --- */
-.nav-link.active {
- background-color: rgba(19, 175, 240, 0.2) !important;
- border-left-color: var(--neon-blue) !important;
- color: var(--neon-blue) !important;
-}
-
-::-webkit-scrollbar-thumb {
- background: linear-gradient(180deg, var(--neon-blue), #000) !important;
- border: 1px solid var(--neon-blue);
-}
\ No newline at end of file
diff --git a/themes/retro-irc.css b/themes/retro-irc.css
deleted file mode 100644
index 64fadda..0000000
--- a/themes/retro-irc.css
+++ /dev/null
@@ -1,70 +0,0 @@
-:root {
- --bg-body: #ffffff;
- --bg-sidebar: #f0f0f0;
- --border-color: #c0c0c0;
- --text-main: #000000;
- --text-heading: #000080;
- --accent-green: #008000;
- --accent-dim: rgba(0, 128, 0, 0.1);
- --code-bg: #ffffff;
-}
-
-/* Retro IRC specific overrides */
-body {
- font-family: "Fixedsys", "Courier New", monospace !important;
- background-color: var(--bg-body);
- color: var(--text-main);
-}
-
-.markdown-body h1,
-.markdown-body h2,
-.markdown-body h3 {
- color: #000080;
- font-weight: bold;
- border-bottom: 2px solid #000080;
-}
-
-.markdown-body a {
- color: #0000ff;
- text-decoration: underline;
-}
-
-.markdown-body a:hover {
- color: #ff0000;
-}
-
-#sidebar,
-#mobile-toc-sidebar {
- background-color: #c0c0c0 !important;
- border-right: 2px solid #808080;
-}
-
-.nav-link {
- color: #000 !important;
- border: 1px solid transparent;
-}
-
-.nav-link:hover {
- background-color: #000080 !important;
- color: #fff !important;
-}
-
-.nav-link.active {
- background-color: #000080 !important;
- color: #fff !important;
- border-left: 4px solid #ff0000 !important;
-}
-
-::-webkit-scrollbar-thumb {
- background: #808080 !important;
- border: 1px solid #ffffff;
-}
-
-.markdown-body pre {
- border: 1px solid #808080 !important;
- background-color: #f0f0f0 !important;
-}
-
-.markdown-body code {
- color: #800000 !important;
-}
\ No newline at end of file
diff --git a/themes/solarized-light.css b/themes/solarized-light.css
deleted file mode 100644
index 05ffd07..0000000
--- a/themes/solarized-light.css
+++ /dev/null
@@ -1,30 +0,0 @@
-:root {
- --bg-body: #fdf6e3;
- --bg-sidebar: #eee8d5;
- --border-color: #d5c4a1;
- --text-main: #657b83;
- --text-heading: #073642;
- --accent-green: #859900;
- --accent-dim: rgba(133, 153, 0, 0.1);
- --code-bg: #eee8d5;
-}
-
-/* Solarized Light specific overrides */
-.markdown-body a {
- color: #268bd2;
-}
-
-.markdown-body blockquote {
- background: #eee8d5;
- border-left-color: #859900;
-}
-
-.nav-link.active {
- background-color: rgba(133, 153, 0, 0.1) !important;
- border-left-color: #859900 !important;
- color: #859900 !important;
-}
-
-::-webkit-scrollbar-thumb {
- background: #93a1a1 !important;
-}
\ No newline at end of file
diff --git a/wiki/01_General/Introduction.md b/wiki/01_General/Introduction.md
deleted file mode 100644
index d024609..0000000
--- a/wiki/01_General/Introduction.md
+++ /dev/null
@@ -1,171 +0,0 @@
-# Bjorn
-  [](https://opensource.org/licenses/MIT) [](https://www.reddit.com/r/Bjorn_CyberViking) [](https://discord.com/invite/B3ZH9taVfT)
-
-
-
-
-
-
-Bjorn is a « Tamagotchi like » sophisticated, autonomous network scanning, vulnerability assessment, and offensive security tool designed to run on a Raspberry Pi equipped with a 2.13-inch e-Paper HAT. This document provides a detailed explanation of the project.
-
-
-## 📚 Table of Contents
-
-- [Introduction](#-introduction)
-- [Features](#-features)
-- [Getting Started](#-getting-started)
- - [Prerequisites](#-prerequisites)
- - [Installation](#-installation)
-- [Quick Start](#quick-start)
-- [Usage Example](#-usage-example)
-- [Contributing](#-contributing)
-- [License](#-license)
-- [Contact](#-contact)
-
-## 📄 Introduction
-
-Bjorn is a powerful tool designed to perform comprehensive network scanning, vulnerability assessment, and data ex-filtration. Its modular design and extensive configuration options allow for flexible and targeted operations. By combining different actions and orchestrating them intelligently, Bjorn can provide valuable insights into network security and help identify and mitigate potential risks.
-
-The e-Paper HAT display and web interface make it easy to monitor and interact with Bjorn, providing real-time updates and status information. With its extensible architecture and customizable actions, Bjorn can be adapted to suit a wide range of security testing and monitoring needs.
-
-## 🌟 Features
-
-- **Network Scanning**: Identifies live hosts and open ports on the network.
-- **Vulnerability Assessment**: Performs vulnerability scans using Nmap and other tools.
-- **System Attacks**: Conducts brute-force attacks on various services (FTP, SSH, SMB, RDP, Telnet, SQL).
-- **File Stealing**: Extracts data from vulnerable services.
-- **User Interface**: Real-time display on the e-Paper HAT and web interface for monitoring and interaction.
-
-
-
-## 🚀 Getting Started
-
-## 📌 Prerequisites
-
-### 📋 Prerequisites for RPI zero W (32bits)
-
-
-
-- Raspberry Pi OS installed.
- - Stable:
- - System: 32-bit
- - Kernel version: 6.6
- - Debian version: 12 (bookworm) '2024-10-22-raspios-bookworm-armhf-lite'
-- Username and hostname set to `bjorn`.
-- 2.13-inch e-Paper HAT connected to GPIO pins.
-
-### 📋 Prerequisites for RPI zero W2 (64bits)
-
-
-
-I did not develop Bjorn for the raspberry pi zero w2 64bits, but several feedbacks have attested that the installation worked perfectly.
-
-- Raspberry Pi OS installed.
- - Stable:
- - System: 64-bit
- - Kernel version: 6.6
- - Debian version: 12 (bookworm) '2024-10-22-raspios-bookworm-arm64-lite'
-- Username and hostname set to `bjorn`.
-- 2.13-inch e-Paper HAT connected to GPIO pins.
-
-
-At the moment the paper screen v2 v4 have been tested and implemented.
-I juste hope the V1 & V3 will work the same.
-
-### 🔨 Installation
-
-The fastest way to install Bjorn is using the automatic installation script :
-
-```bash
-# Download and run the installer
-wget https://raw.githubusercontent.com/infinition/Bjorn/refs/heads/main/install_bjorn.sh
-sudo chmod +x install_bjorn.sh && sudo ./install_bjorn.sh
-# Choose the choice 1 for automatic installation. It may take a while as a lot of packages and modules will be installed. You must reboot at the end.
-```
-
-For **detailed information** about **installation** process go to [Install Guide](INSTALL.md)
-
-## ⚡ Quick Start
-
-**Need help ? You struggle to find Bjorn's IP after the installation ?**
-Use my Bjorn Detector & SSH Launcher :
-
-[https://github.com/infinition/bjorn-detector](https://github.com/infinition/bjorn-detector)
-
-
-
-**Hmm, You still need help ?**
-For **detailed information** about **troubleshooting** go to [Troubleshooting](TROUBLESHOOTING.md)
-
-**Quick Installation**: you can use the fastest way to install **Bjorn** [Getting Started](#-getting-started)
-
-## 💡 Usage Example
-
-Here's a demonstration of how Bjorn autonomously hunts through your network like a Viking raider (fake demo for illustration):
-
-```bash
-# Reconnaissance Phase
-[NetworkScanner] Discovering alive hosts...
-[+] Host found: 192.168.1.100
- ├── Ports: 22,80,445,3306
- └── MAC: 00:11:22:33:44:55
-
-# Attack Sequence
-[NmapVulnScanner] Found vulnerabilities on 192.168.1.100
- ├── MySQL 5.5 < 5.7 - User Enumeration
- └── SMB - EternalBlue Candidate
-
-[SSHBruteforce] Cracking credentials...
-[+] Success! user:password123
-[StealFilesSSH] Extracting sensitive data...
-
-# Automated Data Exfiltration
-[SQLBruteforce] Database accessed!
-[StealDataSQL] Dumping tables...
-[SMBBruteforce] Share accessible
-[+] Found config files, credentials, backups...
-```
-
-This is just a demo output - actual results will vary based on your network and target configuration.
-
-All discovered data is automatically organized in the data/output/ directory, viewable through both the e-Paper display (as indicators) and web interface.
-Bjorn works tirelessly, expanding its network knowledge base and growing stronger with each discovery.
-
-No constant monitoring needed - just deploy and let Bjorn do what it does best: hunt for vulnerabilities.
-
-🔧 Expand Bjorn's Arsenal!
-Bjorn is designed to be a community-driven weapon forge. Create and share your own attack modules!
-
-⚠️ **For educational and authorized testing purposes only** ⚠️
-
-## 🤝 Contributing
-
-The project welcomes contributions in:
-
-- New attack modules.
-- Bug fixes.
-- Documentation.
-- Feature improvements.
-
-For **detailed information** about **contributing** process go to [Contributing Docs](CONTRIBUTING.md), [Code Of Conduct](CODE_OF_CONDUCT.md) and [Development Guide](DEVELOPMENT.md).
-
-## 📫 Contact
-
-- **Report Issues**: Via GitHub.
-- **Guidelines**:
- - Follow ethical guidelines.
- - Document reproduction steps.
- - Provide logs and context.
-
-- **Author**: __infinition__
-- **GitHub**: [infinition/Bjorn](https://github.com/infinition/Bjorn)
-
-## 🌠 Stargazers
-
-[](https://star-history.com/#infinition/bjorn&Date)
-
----
-
-## 📜 License
-
-2024 - Bjorn is distributed under the MIT License. For more details, please refer to the [LICENSE](LICENSE) file included in this repository.
diff --git a/wiki/02_Setup/Installation.md b/wiki/02_Setup/Installation.md
deleted file mode 100644
index c0d25a1..0000000
--- a/wiki/02_Setup/Installation.md
+++ /dev/null
@@ -1 +0,0 @@
-# Test1
\ No newline at end of file
diff --git a/wiki/02_Setup/Sub_Installation.md b/wiki/02_Setup/Sub_Installation.md
deleted file mode 100644
index c0d25a1..0000000
--- a/wiki/02_Setup/Sub_Installation.md
+++ /dev/null
@@ -1 +0,0 @@
-# Test1
\ No newline at end of file
diff --git a/wiki/02_Setup/Sub_Sub_Installation.md b/wiki/02_Setup/Sub_Sub_Installation.md
deleted file mode 100644
index c0d25a1..0000000
--- a/wiki/02_Setup/Sub_Sub_Installation.md
+++ /dev/null
@@ -1 +0,0 @@
-# Test1
\ No newline at end of file
diff --git a/wiki/03_Test_CSS/Long_Page.md b/wiki/03_Test_CSS/Long_Page.md
deleted file mode 100644
index 51962eb..0000000
--- a/wiki/03_Test_CSS/Long_Page.md
+++ /dev/null
@@ -1,72 +0,0 @@
-# Long Page Test CSS
-
-This page is designed to test the CSS rendering of various markdown elements, especially headings and long content.
-
-## Level 2 Heading
-
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-
-### Level 3 Heading
-
-Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
-
-#### Level 4 Heading
-
-Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
-
-##### Level 5 Heading
-
-Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-###### Level 6 Heading
-
-Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.
-
-## Lists and Formatting
-
-### Unordered List
-- Item 1
-- Item 2
- - Sub-item 2.1
- - Sub-item 2.2
-- Item 3
-
-### Ordered List
-1. First item
-2. Second item
-3. Third item
-
-### Blockquotes
-
-> This is a blockquote.
-> It can span multiple lines.
-> -- Someone Famous
-
-### Code Blocks
-
-```javascript
-function helloWorld() {
- console.log("Hello, world!");
-}
-```
-
-Inline code: `const x = 10;`
-
-### Tables
-
-| Header 1 | Header 2 | Header 3 |
-|----------|----------|----------|
-| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
-| Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 |
-
-## More Content to Test Scrolling
-
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam viverra nec consectetur ante hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia ac.
-
-### Another H3
-
-Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
-
-#### Another H4
-
-Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.
diff --git a/wiki/03_Test_CSS/Sub_Category/Sub_Page.md b/wiki/03_Test_CSS/Sub_Category/Sub_Page.md
deleted file mode 100644
index 4a349df..0000000
--- a/wiki/03_Test_CSS/Sub_Category/Sub_Page.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Sub Page
-
-This is a sub page located in a sub-category to test nested navigation.
-
-## Content
-
-Testing nested sidebar levels.
diff --git a/wiki/03_Test_CSS/Sub_Category/Sub_Sub_Category/Sub_Sub_Page.md b/wiki/03_Test_CSS/Sub_Category/Sub_Sub_Category/Sub_Sub_Page.md
deleted file mode 100644
index b906014..0000000
--- a/wiki/03_Test_CSS/Sub_Category/Sub_Sub_Category/Sub_Sub_Page.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Sub Sub Page
-
-This is a sub-sub page located in a sub-sub-category to test deep nested navigation.
-
-## Content
-
-Testing deep nested sidebar levels (3 levels deep).