{"id":51471406,"url":"https://github.com/codeaholicguy/vuhongdoan.com","last_synced_at":"2026-07-06T18:01:25.322Z","repository":{"id":369078265,"uuid":"1288275774","full_name":"codeaholicguy/vuhongdoan.com","owner":"codeaholicguy","description":"Vu-Hong Doan product design portfolio","archived":false,"fork":false,"pushed_at":"2026-07-03T12:48:32.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-03T14:27:22.147Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeaholicguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-03T12:45:56.000Z","updated_at":"2026-07-03T12:48:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codeaholicguy/vuhongdoan.com","commit_stats":null,"previous_names":["codeaholicguy/vuhongdoan.com"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codeaholicguy/vuhongdoan.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaholicguy%2Fvuhongdoan.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaholicguy%2Fvuhongdoan.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaholicguy%2Fvuhongdoan.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaholicguy%2Fvuhongdoan.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeaholicguy","download_url":"https://codeload.github.com/codeaholicguy/vuhongdoan.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeaholicguy%2Fvuhongdoan.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35201088,"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-07-06T02:00:07.184Z","response_time":106,"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-07-06T18:01:24.495Z","updated_at":"2026-07-06T18:01:25.312Z","avatar_url":"https://github.com/codeaholicguy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vuhongdoan.com\n\nStatic portfolio site for [Vu-Hong Doan](https://vuhongdoan.com), migrated off Adobe Portfolio and hosted on **GitHub Pages**.\n\n## Features\n\n- Password-protected portfolio (client-side gate, same UX as Adobe Portfolio)\n- All images served locally (no `cdn.myportfolio.com` dependency)\n- GitHub Actions deploy on push to `main`\n\n## Local development\n\n```bash\nnpm run serve\n```\n\nOpen http://localhost:8080 — you'll be redirected to the password gate.\n\n## Password\n\nThe gate compares a SHA-256 hash stored in `public/js/config.js`.\n\nGenerate a hash for your password:\n\n```bash\nnpm run hash-password -- 'your-password-here'\n```\n\nPaste the output into `public/js/config.js` → `passwordHash`, then rebuild.\n\n\u003e **Note:** Client-side password protection keeps casual visitors out but is not cryptographically secure against someone reading the source. This matches how Adobe Portfolio password pages work.\n\n## Build manually\n\n```bash\nnpm run migrate   # download images → public/images/, extract content/\nnpm run build     # assemble site/ for deployment\n```\n\nOutput is written to `site/` (gitignored).\n\n## Deploy to GitHub Pages\n\n1. Push this repo to GitHub — live at [github.com/codeaholicguy/vuhongdoan.com](https://github.com/codeaholicguy/vuhongdoan.com)\n2. GitHub Actions deploy is enabled (Settings → Pages → **GitHub Actions**)\n3. **Update DNS** for `vuhongdoan.com` (currently still pointing at Adobe Portfolio):\n   - Remove existing `A` / `CNAME` records for the domain\n   - Add GitHub Pages `A` records:\n     - `185.199.108.153`\n     - `185.199.109.153`\n     - `185.199.110.153`\n     - `185.199.111.153`\n   - Or add `CNAME` → `codeaholicguy.github.io`\n   - Optional: `www` → `codeaholicguy.github.io`\n4. In GitHub repo **Settings → Pages**, confirm custom domain `vuhongdoan.com` shows as verified (HTTPS may take up to 24h)\n\nThe build writes a `CNAME` file with `vuhongdoan.com`.\n\n## Project structure\n\n```\nlegacy/          Original Adobe Portfolio HTML clone\ncontent/         Extracted page bodies (generated)\npublic/          CSS, JS, images source for build\nsite/            Built static site (generated, deployed)\nscripts/\n  migrate.py     Download CDN images, extract content\n  build.py       Assemble HTML pages for GitHub Pages\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeaholicguy%2Fvuhongdoan.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeaholicguy%2Fvuhongdoan.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeaholicguy%2Fvuhongdoan.com/lists"}