{"id":21942314,"url":"https://github.com/taedonn/nexume","last_synced_at":"2026-04-10T12:31:54.712Z","repository":{"id":65519134,"uuid":"589828963","full_name":"taedonn/nexume","owner":"taedonn","description":"Static resume template using next.js and typescript","archived":false,"fork":false,"pushed_at":"2024-04-05T08:57:40.000Z","size":64972,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T13:59:29.837Z","etag":null,"topics":["nextjs","resume","resume-template","web","web-app"],"latest_commit_sha":null,"homepage":"https://nexume.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taedonn.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}},"created_at":"2023-01-17T03:02:41.000Z","updated_at":"2024-04-08T16:55:08.000Z","dependencies_parsed_at":"2025-06-28T11:15:33.236Z","dependency_job_id":null,"html_url":"https://github.com/taedonn/nexume","commit_stats":{"total_commits":163,"total_committers":7,"mean_commits":"23.285714285714285","dds":0.5644171779141105,"last_synced_commit":"0e0b87178e68d94ae1ee1e880df6bef6f1970c0c"},"previous_names":["taedonn/nexume"],"tags_count":8,"template":true,"template_full_name":null,"purl":"pkg:github/taedonn/nexume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taedonn%2Fnexume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taedonn%2Fnexume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taedonn%2Fnexume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taedonn%2Fnexume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taedonn","download_url":"https://codeload.github.com/taedonn/nexume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taedonn%2Fnexume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nextjs","resume","resume-template","web","web-app"],"created_at":"2024-11-29T03:18:28.432Z","updated_at":"2026-04-10T12:31:54.687Z","avatar_url":"https://github.com/taedonn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nexume\n\n![Node](https://img.shields.io/badge/node-v18.+-%238A5CF5)\n![NPM](https://img.shields.io/npm/v/create-nexume-app?color=8A5CF5)\n![License](https://img.shields.io/badge/license-MIT-%238A5CF5)\n\n`nexume` is a simple and static resume template using [Next.js](https://github.com/vercel/next.js) and [TypeScript](https://github.com/microsoft/TypeScript).\n\n- [Nexume](#nexume)\n  - [Getting started](#getting-started)\n  - [Before installing](#before-installing)\n  - [Deploying your app](#deploying-your-app)\n  - [Folder structure](#folder-structure)\n    - [`public`](#public)\n    - [`app`](#app)\n    - [`out`](#out)\n  - [Config](#config)\n    - [Options](#options)\n  - [License](#license)\n\n-----\n\n## Getting started\n\n`nexume` can be installed by running the following commands.\n\nFirst, install `create-nexume-app` globally.\n\n```bash\nnpm i -g create-nexume-app\n```\n\nThen, run following `npx` command which will generate a folder containg basic nexume template.\n\n```bash\nnpx create-nexume-app \u003cmy-app\u003e\n```\n\n\u003e You can then remove globally installed package by running `npm uninstall -g create-nexume-app`.\n\n-----\n\n## Before installing\n\nMake sure `node.js` version over 18 is installed on your machine.\n\n```bash\nnode -v\n```\n\n\u003e if node version is below 18, you can run one of the following commands to upgrade or change node version.\n\n`Homebrew`\n\n```bash\n# Install node version using homebrew.\nbrew install node@18\n\n# Unlink previously used node version.\nbrew unlink node\n\n# Link newly installed node version.\nbrew link node@18\n```\n\n`nvm`\n\n```bash\n# Install node version using nvm.\nnvm install v18.12.0\n\n# Choose newly installed node version.\nnvm use v18.12.0\n```\n\n`sudo`\n\n```bash\n# Install node version using sudo.\nsudo n 18.12.0\n\n# Choose newly installed node version on drop-down menu.\nsudo n\n```\n\n-----\n\n## Deploying your app\n\nMost hosting platforms allow you to define `build` command and `output` folder:\n\n- Build command: `npm run build` or `next build`\n- Output folder: `out`\n\n\u003e If you are using [Vercel](https://vercel.com), you don't need to configure any options since vercel will automatically detect output directory.\n\n-----\n\n## Folder structure\n\n`nexume` requires a precise folder structure:\n\n- `public`: Contains all publicly accessible images (`favicon.ico`, `profile_img.png`)\n- `app`: Contains all tsx files (`page.tsx`, `layout.tsx`)\n- `out`: Contains all static assets (`html`, `js`, `css`)\n\n\u003e See complete documentation at [Next.js project structure](https://nextjs.org/docs/getting-started/project-structure).\n\n### `public`\n\nNext.js serve static assets inside a folder called `public` in the root directory. \n\nFiles inside `public` can be referenced starting from the base url(/).\n\nFor example, if you want to reference `/public/profile_img.png` in your code, \n\nyou can do so by writing `/profile_img.png` as path.\n\n### `app`\n\nNext.js introduced `app router` in version 13, which argues to offer improved route handling.\n\nIt will be unnecessary to get into details of `app routing` in this doc, since `nexume` only offers single page resume template.\n\n\u003e You can explore more about `app routing` at [App Router | Next.js](https://nextjs.org/docs/app/building-your-application/routing#advanced-routing-patterns)\n\n### `out`\n\nNext.js allow you to export static files by breaking a strict SPA into individual HTML files.\n\nThis allows you to deploy this project on any hosting platform that serve static HTML/CSS/JS files.\n\nBroken down static assets are all stored inside `out` folder in the root directory.\n\n-----\n\n## Config\n\nSome configurable options are stored inside `nexume.config.ts` in the root directory.\n\nThis config file is made to offer easier customization of some basic layout of the template.\n\n### Options\n\n| name        | type    | default                         | description                                   |\n|:----------- |:-------:|:------------------------------- |:--------------------------------------------- |\n| title       | string  | John Doe's resume               | Title of the page.                            |\n| description | string  | John Doe's resume using nexume. | Description metadata of the page.             |\n| icon        | string  | /favicon.ico                    | Icon file path.                               |\n| images      | string  | /og_img.png                     | Meta img path.                                |\n| url         | string  | https://localhost:3000          | Public url.                                   |\n| profileImg  | string  | /profile_img.png                | Profile image file path.                      |\n| width       | integer | 794                             | Maximum width of the content.                 |\n| color       | string  | #845CF5                         | Hex color code used as the basic theme color. |\n\n-----\n\n## License\n\nMIT License © 2023-PRESENT, Nexume\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaedonn%2Fnexume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaedonn%2Fnexume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaedonn%2Fnexume/lists"}