{"id":21340483,"url":"https://github.com/riyadhuddin/portfolio","last_synced_at":"2025-03-16T02:42:19.707Z","repository":{"id":45473281,"uuid":"437495456","full_name":"riyadhuddin/portfolio","owner":"riyadhuddin","description":"Used as submodule to ","archived":false,"fork":false,"pushed_at":"2021-12-13T10:45:15.000Z","size":3214,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T15:30:46.053Z","etag":null,"topics":["hugo","portfolio"],"latest_commit_sha":null,"homepage":"https://github.com/riyadhuddin/hugo-portfolio","language":"HTML","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/riyadhuddin.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}},"created_at":"2021-12-12T08:50:46.000Z","updated_at":"2022-09-30T07:23:13.000Z","dependencies_parsed_at":"2022-07-15T15:00:55.130Z","dependency_job_id":null,"html_url":"https://github.com/riyadhuddin/portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"gurusabarish/hugo-profile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riyadhuddin%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riyadhuddin%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riyadhuddin%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riyadhuddin%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riyadhuddin","download_url":"https://codeload.github.com/riyadhuddin/portfolio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243817639,"owners_count":20352584,"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":["hugo","portfolio"],"created_at":"2024-11-22T00:50:58.357Z","updated_at":"2025-03-16T02:42:19.684Z","avatar_url":"https://github.com/riyadhuddin.png","language":"HTML","readme":"\u003cdiv align=\"center\"\u003e\n  \n# portfolio \n \n[![Twitter](https://img.shields.io/twitter/url?label=Tweet\u0026style=social\u0026url=https%3A%2F%2Fgithub.com%2FRiyadhUddin%2Fportfolio)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FRiyadhUddin%2Fportfolio) [![GitHub forks](https://img.shields.io/github/forks/RiyadhUddin/portfolio?style=plastic)](https://github.com/RiyadhUddin/portfolio/network) [![GitHub stars](https://img.shields.io/github/stars/RiyadhUddin/portfolio?style=plastic)](https://github.com/RiyadhUddin/portfolio/stargazers)\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/3eb20429-233a-4538-9d9b-2cadb3be7332/deploy-status)](https://app.netlify.com/sites/riyadhuddin/deploys)\n![Repository Size](https://img.shields.io/github/repo-size/RiyadhUddin/portfolio)\n![Latest Release](https://img.shields.io/github/v/release/RiyadhUddin/portfolio?include_prereleases)\n![Last Commit](https://img.shields.io/github/last-commit/RiyadhUddin/portfolio)\n![Open Issues](https://img.shields.io/github/issues/RiyadhUddin/portfolio?color=important)\n![Open Pull Requests](https://img.shields.io/github/issues-pr/RiyadhUddin/portfolio?color=yellowgreen)\n![License](https://img.shields.io/github/license/RiyadhUddin/portfolio)\n\n\u003c/div\u003e\n\nA high performance and mobile first hugo template for personal portfolio and blog\n\n### Credit\n\nhttps://github.com/gurusabarish/hugo-profile\n\n### Demo\n\n- [Live demo V1](https://riyadhuddin.netlify.app/)\n\n\n## Requirements\n\n- Hugo Version 0.68.0 or higher\n\n## How to use this template\n\n- [portfolio](#portfolio)\n    - [Credit](#credit)\n    - [Demo](#demo)\n  - [Requirements](#requirements)\n  - [How to use this template](#how-to-use-this-template)\n    - [Hugo theme format](#hugo-theme-format)\n    - [Local Development](#local-development)\n    - [Direct deployment using netlify](#direct-deployment-using-netlify)\n    - [Direct deployment using Github Pages and action](#direct-deployment-using-github-pages-and-action)\n  - [Deployment](#deployment)\n  - [Issues](#issues)\n  - [Contributing](#contributing)\n  - [License](#license)\n\n\n### Hugo theme format\n\n- Install Hugo and create a site using `hugo new site my-site -f=yaml`\n- Clone this repo inside your themes folder and create config.yaml (_I am not much aware about toml. So, I am using yaml format._) inside root folder and use one of these [v1config](https://github.com/RiyadhUddin/portfolio/blob/master/website/v1.yaml), [v2config](https://github.com/RiyadhUddin/portfolio/blob/master/website/v2.yaml), [v3config](https://github.com/RiyadhUddin/portfolio/blob/master/website/v3.yaml) as base template.\n\n```\ncd themes\ngit clone https://github.com/riyadhUddin/portfolio.git\n```\n\n- You should have the mentioned (_inside the config file_) images in static folder to use them.\n\n### Local Development\n\n- Install hugo and just clone this repo\n\n```\ngit clone https://github.com/RiyadhUddin/portfolio.git\ncd portfolio\n```\n\n- Now create config.yaml file in your root folder and use one of these [v1config](https://github.com/riyadhUddin/portfolio/blob/master/website/v1.yaml), [v2config](https://github.com/riyadhUddin/portfolio/blob/master/website/v2.yaml), [v3config](https://github.com/riyadhUddin/portfolio/blob/master/website/v3.yaml) as base template.\n- Run your site using `hugo serve` commend\n\n### Direct deployment using netlify\n\n- Fork this repo or create new repo using `use this template` button and connect repo to netlify.\n- You can customize the config file, content and everything inside website folder. Netlify will automatically deploy your changes every time you modify the repo.\n\n**[What is netlify?](https://www.netlify.com/about/)** An intuitive Git-based workflow and powerful serverless platform to build, deploy, and collaborate on web apps\n\n### Direct deployment using Github Pages and action\n\n- Fork this repo or create new repo using `use this template` button. Github action will generate all files and push to demo branch. Now, you have to connect your github pages to that `demo` branch. _No need to create demo branch. Github action will take care of it_\n- You can customize the config file, content and everything inside website folder. Github action will automatically deploy your changes to demo branch every time you modify the repo.\n\n## Deployment\n\nRun `hugo`. It will generate a folder called public. You can use the files inside public folder for deployment. You should delete the public folder for each time when you are using `hugo` commend.\n\n## Issues\n\nIf you have a question, please [open an issue](https://github.com/gurusabarish/hugo-profile/issues) for help and to help those who come after you. The more information you can provide, the better!\n\n## Contributing\n\nContributions, issues, and feature requests are welcome! For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nLicensed under [MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friyadhuddin%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friyadhuddin%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friyadhuddin%2Fportfolio/lists"}