📝 Changelog
Every meaningful change to this site gets an entry here, newest first. Each entry says what changed, and — when it matters — why.
2026-07-06 — Published to the web 🌍
- The IT Bible is now hosted on Cloudflare Pages at https://it-bible.pages.dev — accessible from phone, tablet, anywhere.
- Publishing updates is one command from the project folder:
npm run deploy(syncs notes from Obsidian → rebuilds the site → uploads to Cloudflare). - Access is restricted with a Cloudflare Access login gate — only approved email addresses can open the site.
2026-07-06 — V2: reorganized notes, recovered images, neon theme 🟢
Changed
- Reformatted the CompTIA A+ vault to match the newer Google-course note style: 6 large “Section” files split into 21 one-topic notes organized in section folders. Original wording preserved; formatting and nesting cleaned.
- Reformatted the Azure AZ-900 vault: the single study-guide file split into 18 topic notes across 6 modules (Cloud Concepts, Architecture, Services, Identity & Security, Cost & Governance, Management & Monitoring).
- Both vaults were fully backed up first to
Obsidian\_backups\2026-07-06\— the old versions are always recoverable. - New theme: neon green on black, replacing the blue light/dark theme.
Added
- Recreated the 25 lost images (23 expired Coursera links + 2 missing pasted images). True diagrams were redrawn as crisp SVG graphics; content that was really a table or terminal output is now a real Markdown table or code block — sharper and easier to read than the original screenshots.
- Two new ways to view notes: an A–Z Index of every note alphabetically, and a Browse table with a live filter box (which also works as a basic search).
Notes
- Two empty placeholder headings in the old BIOS & UEFI notes (“Configuring BIOS” and “Configuring UEFI”) had no content and were dropped — writing them is now tracked on the Ideas page.
2026-07-06 — Initial build 🎉
The IT Bible is born. Built with Astro, a website framework that turns Markdown files into fast static web pages.
Added
- Imported 349 notes and 527 images from four Obsidian vaults: CompTIA A+ (6), Azure AZ-900 (1), Google IT Support (314), and Google AI Essentials (28).
- Homepage with one card per certification, showing live note counts.
- Section page for each certification with a collapsible folder tree that mirrors the Obsidian vault structure.
- Individual note pages with sidebar navigation and breadcrumbs.
- This changelog, and an Ideas & Roadmap page so no idea gets lost.
- A rerunnable import script (
npm run import) — Obsidian stays the single source of truth; the site syncs from it on demand and never modifies the original notes. - Automatic dark mode (follows the Windows light/dark setting).
Known issues (tracked on the Ideas page)
- 23 images in the Google IT / AI Essentials notes were hosted on expiring Coursera links and are now dead; each shows a visible placeholder.
- 2 pasted images referenced in Linux notes are missing from the vault itself.
- 1 empty note was skipped: Network Software Hardening (Google IT, Course 5).