{"id":50487866,"url":"https://github.com/undergroundrap/ocean-bennett","last_synced_at":"2026-06-02T00:03:00.224Z","repository":{"id":353691293,"uuid":"1220531222","full_name":"undergroundrap/ocean-bennett","owner":"undergroundrap","description":"The open-source source code for Ocean Bennett’s personal portfolio. Built with a focus on clean architecture and performance. Feel free to explore the tech stack, fork for your own use, or roast my commit history.","archived":false,"fork":false,"pushed_at":"2026-05-15T05:36:22.000Z","size":517,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-15T07:38:11.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/undergroundrap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-25T02:18:09.000Z","updated_at":"2026-05-15T05:36:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/undergroundrap/ocean-bennett","commit_stats":null,"previous_names":["undergroundrap/ocean-bennett"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/undergroundrap/ocean-bennett","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undergroundrap%2Focean-bennett","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undergroundrap%2Focean-bennett/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undergroundrap%2Focean-bennett/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undergroundrap%2Focean-bennett/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/undergroundrap","download_url":"https://codeload.github.com/undergroundrap/ocean-bennett/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undergroundrap%2Focean-bennett/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33798943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-02T00:02:55.269Z","updated_at":"2026-06-02T00:03:00.218Z","avatar_url":"https://github.com/undergroundrap.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ocean Bennett — Professional Portfolio \u0026 Technical Blog\n[Live Site: oceanbennett.com](https://oceanbennett.com/)\n\nA high-fidelity, high-performance professional portfolio and technical publication engine. This repository represents the production standard for agent-optimized, high-authority engineering portfolios.\n\n## 🏛 Architecture \u0026 Engineering Standards\n\n-   **Zero-JS Interactivity**: Interactive elements (tooltips, hero animations, navigation hover states) are offloaded to CSS pseudo-elements and hardware-accelerated transforms to keep the main thread idle for maximum responsiveness.\n-   **Hardware-Accelerated Starfield**: A custom `\u003ccanvas\u003e` engine running a twinkly starfield, optimized via `requestIdleCallback` to ensure background animations never interfere with user interaction.\n-   **Agentic SEO (LLM-Native)**: \n    -   Built with a `llms.txt` manifesto for GPT-5.5/Claude 4.7 discovery.\n    -   Deep Schema.org (JSON-LD) integration for high-authority search ranking.\n    -   \"AI-Native\" Markdown export suite for easy ingestion by LLM research agents.\n\n## 🚀 Key Features\n\n-   **100/100 Lighthouse Performance**: Zero Total Blocking Time (TBT) and perfect accessibility scores.\n-   **Academic Suite**: One-click **APA Citation** engine and native social sharing.\n-   **Export Suite**: Professional **Print-to-PDF** (whitepaper optimization) and **Markdown** downloads.\n-   **Topic Tagging**: Dynamic search engine that scans titles, summaries, and technical tags.\n-   **Offline Resilience**: Custom Service Worker architecture for offline reading and instant metadata retrieval.\n\n---\n\n## ✍️ Editorial Workflow (Adding Articles)\n\nTo maintain the high technical standard of this publication, follow this maintenance protocol:\n\n### 1. Metadata Synchronization\nAdd the entry to `blog/posts.json`:\n-   **Tags**: Use relevant technical categories (e.g., `[\"Systems\", \"Automation\", \"Rust\"]`).\n-   **Slug**: Use hyphenated lowercase names (e.g., `my-technical-deep-dive`).\n\n### 2. Article Structure\nCopy `blog/template.html` to your new folder and populate the following slots:\n-   **Header Metadata**: Fill in the title, date, and reading metrics.\n-   **Tag Container**:\n    ```html\n    \u003cdiv class=\"post-tags\"\u003e\n      \u003cspan class=\"post-tag\"\u003eCATEGORY_NAME\u003c/span\u003e\n    \u003c/div\u003e\n    ```\n-   **Content**: Paste semantic HTML into the `[[CONTENT]]` placeholder.\n\n### 3. Visual Assets\n-   Store all images in an `img/` subfolder within the article directory.\n-   Always include a `hero.webp` optimized for 1200x675.\n\n---\n\n## 🛠 Tech Stack\n\n-   **Frontend**: Vanilla HTML5, CSS3 (Custom Variables/Utility architecture).\n-   **Runtime**: Pure ES6 JavaScript.\n-   **PWA**: Service Worker (`sw.js`).\n-   **SEO**: JSON-LD, llms.txt, Open Graph 3.0.\n-   **Deployment**: Production-ready for Netlify / Vercel.\n\n---\n\n## 📄 License\n\nThis project is licensed under the **AGPL-3.0 License with a Mandatory Visible Attribution Requirement**. \n\nAny website, application, or service that uses, derives from, or is substantially built upon this portfolio's design or its architecture must include a visible credit to **Ocean Bennett**. See the [LICENSE](LICENSE) file for full legal terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fundergroundrap%2Focean-bennett","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fundergroundrap%2Focean-bennett","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fundergroundrap%2Focean-bennett/lists"}