{"id":50549847,"url":"https://github.com/melanieawilson/melanieawilson","last_synced_at":"2026-06-04T02:30:23.303Z","repository":{"id":357210623,"uuid":"1221895947","full_name":"melanieawilson/melanieawilson","owner":"melanieawilson","description":"Personal site for melanieawilson.com — Nuxt + Nuxt Content + Content Wind theme, deployed via Vercel","archived":false,"fork":false,"pushed_at":"2026-05-23T21:26:25.000Z","size":959,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T23:20:19.493Z","etag":null,"topics":["blog","content-wind","nuxt","nuxtcontent","vercel"],"latest_commit_sha":null,"homepage":"https://melanieawilson.com","language":"Vue","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/melanieawilson.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-04-26T20:19:37.000Z","updated_at":"2026-05-23T21:33:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/melanieawilson/melanieawilson","commit_stats":null,"previous_names":["melanieawilson/melanieawilson"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/melanieawilson/melanieawilson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melanieawilson%2Fmelanieawilson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melanieawilson%2Fmelanieawilson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melanieawilson%2Fmelanieawilson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melanieawilson%2Fmelanieawilson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melanieawilson","download_url":"https://codeload.github.com/melanieawilson/melanieawilson/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melanieawilson%2Fmelanieawilson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33887124,"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-04T02:00:06.755Z","response_time":64,"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":["blog","content-wind","nuxt","nuxtcontent","vercel"],"created_at":"2026-06-04T02:30:22.629Z","updated_at":"2026-06-04T02:30:23.290Z","avatar_url":"https://github.com/melanieawilson.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# melanieawilson.com\n\nPersonal site for Melanie Wilson — [melanieawilson.com](https://melanieawilson.com).\n\nBuilt with [Nuxt](https://nuxt.com) + [Nuxt Content](https://content.nuxt.com) using the [Content Wind](https://github.com/Atinux/content-wind) theme. Deployed on [Vercel](https://vercel.com).\n\n## Stack\n\n- **Nuxt 3** — Vue framework\n- **Nuxt Content v3** — markdown-driven pages from the `content/` directory\n- **TailwindCSS v4** — styling, plus `@tailwindcss/typography` for prose\n- **Iconify** (`@nuxt/icon`) — icons via `simple-icons` and `lucide` collections\n- **pnpm** — package manager (pinned to `pnpm@10.7.1` in `package.json`)\n\n## Local development\n\n```bash\npnpm install\npnpm dev\n```\n\nThen open \u003chttp://localhost:3000\u003e.\n\nIf pnpm isn't on your PATH, prefix commands with `npx` (e.g. `npx pnpm dev`).\n\n## Project structure\n\n```\ncontent/            Markdown pages (numeric prefix controls nav order)\napp/\n  app.config.ts     Site config — socials, default OG cover image\n  app.vue           Root layout\n  components/       Vue components, including AppNavbar\n  layouts/          Page layouts (default, full-width)\n  pages/            Dynamic [...slug].vue route that renders content\npublic/             Static assets (favicon, OG cover image)\nnuxt.config.ts      Nuxt config (Shiki theme, modules)\ncontent.config.ts   Nuxt Content collection config\n```\n\n## Editing content\n\nAdd or edit Markdown files in `content/`. Frontmatter controls navigation, layout, and SEO:\n\n```md\n---\nnavigation:\n  title: About\nlayout: full-width\nseo:\n  description: Personal website for Melanie Wilson\n  image: /og-about.jpg\n---\n\n# About\n\nPage body here.\n```\n\n`navigation.title` controls the navbar label. `seo.image` sets the per-page OG preview image (falls back to `cover` in `app/app.config.ts`).\n\n## Deployment\n\nPushes to `main` deploy automatically via Vercel.\n\nTo build locally:\n\n```bash\npnpm build       # SSR build (Node server output)\npnpm generate    # static site (output in dist/)\n```\n\n## License\n\nThe Content Wind theme is MIT-licensed by [Atinux](https://github.com/Atinux). Site content (text and images under `content/` and `public/`) is © Melanie Wilson.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelanieawilson%2Fmelanieawilson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelanieawilson%2Fmelanieawilson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelanieawilson%2Fmelanieawilson/lists"}