{"id":16326445,"url":"https://github.com/nirgn975/devres","last_synced_at":"2025-09-10T15:45:22.827Z","repository":{"id":55141641,"uuid":"325981555","full_name":"nirgn975/devRes","owner":"nirgn975","description":"A a beautiful minimalist Hugo resume theme with a focus on Developers💡","archived":false,"fork":false,"pushed_at":"2022-10-09T21:45:16.000Z","size":12261,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T15:16:46.835Z","etag":null,"topics":["cv-template","developer-portfolio","developer-website","hugo","hugo-resume-theme","hugo-theme","resume","resume-template","scss","theme"],"latest_commit_sha":null,"homepage":"https://nirgn975.github.io/devRes","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nirgn975.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["nirgn975"]}},"created_at":"2021-01-01T13:10:15.000Z","updated_at":"2024-12-01T16:37:03.000Z","dependencies_parsed_at":"2023-01-19T17:01:49.752Z","dependency_job_id":null,"html_url":"https://github.com/nirgn975/devRes","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirgn975%2FdevRes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirgn975%2FdevRes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirgn975%2FdevRes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirgn975%2FdevRes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nirgn975","download_url":"https://codeload.github.com/nirgn975/devRes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245023768,"owners_count":20548772,"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","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-template","developer-portfolio","developer-website","hugo","hugo-resume-theme","hugo-theme","resume","resume-template","scss","theme"],"created_at":"2024-10-10T23:08:24.614Z","updated_at":"2025-03-22T21:33:11.643Z","avatar_url":"https://github.com/nirgn975.png","language":"HTML","readme":"# devRes Theme | Hugo\n\n[![CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-orange.svg)](http://creativecommons.org/licenses/by/4.0/) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/nirgn975/devRes)](https://github.com/nirgn975/devRes/releases) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) ![Continuous Deployment](https://github.com/nirgn975/devRes/workflows/Continuous%20Deployment/badge.svg?branch=main) [![Hugo](https://img.shields.io/badge/Hugo-%5E0.72.0-ff4088?logo=hugo)](https://gohugo.io/) [![Donate](https://img.shields.io/badge/PayPal-Donate-lightgrey.svg)](https://www.paypal.me/nirgn/2)\n\n\u003e A Hugo resume theme with a Developer focus in mind.\n\n![Screenshot](https://raw.githubusercontent.com/nirgn975/devRes/main/images/screenshot.webp)\n\n## DEMO\n\nTo see this theme in action, Here is a [live demo](https://nirgn975.github.io/devRes) site which is rendered with this theme and some content for documentation.\n\n## Features\n\n- Responsive layout.\n- Light / Dark mode.\n- Generate GitHub project cards automatically from a repo name.\n- Automagically get the latest posts from your blog.\n- Use [Font Awesome](https://fontawesome.com) or [Devicons](https://devicon.dev) icons.\n- Support [Google](https://analytics.google.com/analytics) and [Plausible](https://plausible.io) analytics.\n- Optimized for Performance, Accessibility, Best Practices, and SEO: 90+ (out of 100) on mobile and desktop in [Google PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights).\n- **CDN** for all third-party libraries supported.\n- Automated contact form with [formspree](https://formspree.io) and [getform](https://getform.io).\n\n## Getting started\n\nIf you want to use the theme in your own [hugo](https://gohugo.io) website just `clone` the repo to to your `themes` directory or `add` it as a submodule.\n\n```bash\n$ git clone git@github.com:nirgn975/devRes.git themes/devRes\n```\n\nor\n\n```bash\n$ git submodule add git@github.com:nirgn975/devRes.git themes/devRes\n```\n\nAnd then add it to your `config.toml` file\n\n```toml\ntheme = \"devRes\"\n```\n\nYou can look at the [exampleSite](https://github.com/nirgn975/devRes/tree/main/exampleSite) to check out the `config.toml` and the `data/content.yaml` for examples.\n\n## Customization\n\n1. You can change the theme colors in the `config.toml` file.\n2. Your resume data should be added in the `data/content.yaml` file.\n3. Your favicons should go in an `icons` directory inside `static`. You can easily generate them with [realfavicongenerator](https://realfavicongenerator.net), and set theme-color and background-color in `browserconfig.xml` and `site.webmanifest`.\n\nYou can check the `exampleSite` directory for an example.\n\n## Want to help?\n\nGreat! All issues and pull requests are welcome.\n\nFor local development just start [hugo](https://gohugo.io) with `exampleSite` as the source.\n\n```bash\n$ hugo server --source=exampleSite -v --gc\n```\n","funding_links":["https://github.com/sponsors/nirgn975","https://www.paypal.me/nirgn/2"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirgn975%2Fdevres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirgn975%2Fdevres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirgn975%2Fdevres/lists"}