Static website repository for Pacific Wharf.
Pacific Wharf is a technical creative workshop focused on local AI systems, workflow engineering, LoRA training, infrastructure experimentation, and generation pipeline development. This repository contains the public website and tech blog that support that work.
- Plain HTML
- Plain CSS
- Plain JavaScript
- GitHub Pages deployment
No build step, framework, backend, or CMS.
/
|-- index.html
|-- style.css
|-- script.js
|-- tech-blog/
| |-- index.html
| `-- <entry>/index.html
|-- favicon.ico
|-- favicon-16x16.png
|-- favicon-32x32.png
`-- apple-touch-icon.png
- Homepage:
index.html - Tech blog index:
tech-blog/index.html - Individual entries: one folder per post under
tech-blog/
Because this is a static site, you can preview it with any simple local web server.
Example:
cd "F:\Pacific Wharf\website"
python -m http.server 8000Then open http://localhost:8000.
The site is intended to deploy directly with GitHub Pages.
- Publishing source: repository root
- Entry file:
index.html - Static output only
.nojekyllis included so the site is served as plain static files
This repository uses mixed licensing.
- Website source code:
MIT - Experiment writeups, editorial content, and published media: Copyright (c) 2026 Pacific Wharf. All rights reserved.
See COPYRIGHT.md for the full code-versus-content split.
The homepage is the brand and services surface.
The tech blog is the publishing surface:
- Add a new folder under
tech-blog/ - Create or duplicate an
index.htmlentry page - Add the entry to
tech-blog/index.html - Update homepage featured entries if needed
AGENTS.mdis intentionally ignored in version control- Keep the site lightweight and easy to edit by hand
- Prefer real workflow artifacts and technical notes over filler copy