{"id":35156031,"url":"https://github.com/daniel7grant/cv","last_synced_at":"2025-12-28T17:00:27.752Z","repository":{"id":132427428,"uuid":"132210160","full_name":"daniel7grant/cv","owner":"daniel7grant","description":"CV website","archived":false,"fork":false,"pushed_at":"2025-12-22T12:38:18.000Z","size":71980,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-23T23:43:22.423Z","etag":null,"topics":["cv-website","handlebars","javascript","scss","webpack"],"latest_commit_sha":null,"homepage":"https://cv.danielgrants.com","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/daniel7grant.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":"2018-05-05T03:11:20.000Z","updated_at":"2025-12-22T12:38:22.000Z","dependencies_parsed_at":"2023-07-04T14:00:26.983Z","dependency_job_id":"98b70c9c-4c7d-4bd1-bc36-c7fef7200f28","html_url":"https://github.com/daniel7grant/cv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daniel7grant/cv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel7grant%2Fcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel7grant%2Fcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel7grant%2Fcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel7grant%2Fcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniel7grant","download_url":"https://codeload.github.com/daniel7grant/cv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel7grant%2Fcv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28101588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-28T02:00:05.685Z","response_time":62,"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":["cv-website","handlebars","javascript","scss","webpack"],"created_at":"2025-12-28T17:00:11.070Z","updated_at":"2025-12-28T17:00:27.747Z","avatar_url":"https://github.com/daniel7grant.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CV\n\nA JSON-generated CV website using modern JavaScript and CSS animations.\n\n## Used technologies\n\nThis repository contains both server-side and client-side code. The server is a minimalistic Node.js-based Express server (one could argue if it is necessary for a static page, but I like my nice routes).\n\nOn the client-side, my build tool of choice is Webpack. I mostly used it to transpile modern sources to plain HTML, CSS and JS. For templating, I use Handlebars, the themes were generated by SCSS. The JavaScript as minimal as it can be was written with ES6 syntax using a functional approach. Special thanks to MopTym's [DoSlide](https://github.com/MopTym/doSlide) and zenorocha's [clipboard.js](https://github.com/zenorocha/clipboard.js) for making me not write a slider and a clipboard with native sources.\n\nI purloined the icons from multiple sources, including [devicon](https://github.com/konpa/devicon) and [vendor-icons-svg](https://github.com/bobthebutcher/vendor-icons-svg).\n\nThe images are mine, including the overfiltered cover image. You can create your own with Gimp filters (probably the Newsprint filter).\n\n## Deployment\n\n### Installation\n\nAfter you cloned the repository, you have to install both server-side and client-side packages (you have to have `node` installed on your computer).\n```bash\nnpm install\ncd public\nnpm install\n```\n\n### Running\n\nFor running you have to compile the sources to the `dist/` folder.\n```bash\nwebpack -p --progress\n```\n\nThen you just run the `index.js` with node. You can change ports with the PORT environmental variable, if you want it (default is 8082).\n```bash\nnode index.js\nPORT=80 node index.js\t# Might differ depending on the OS\n```\n\nFor actual deployment, I advise to wrap the node scripts into a systemd unit, with NGINX reverse proxy mapping the domain name to the node server.\n\n### Change the content\n\nYou can change the content of the page without any knowledge in coding by modifying the `content.js` JSON file. Recompile your sorces with webpack after you finished.\n\nIf you use the page, please pay me a mention.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel7grant%2Fcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel7grant%2Fcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel7grant%2Fcv/lists"}