{"id":13424222,"url":"https://github.com/kishaningithub/hugo-creative-portfolio-theme","last_synced_at":"2025-04-13T02:20:01.765Z","repository":{"id":37664027,"uuid":"72625520","full_name":"kishaningithub/hugo-creative-portfolio-theme","owner":"kishaningithub","description":"Port of the creative portfolio theme to Hugo","archived":false,"fork":false,"pushed_at":"2023-08-26T08:45:15.000Z","size":2902,"stargazers_count":452,"open_issues_count":29,"forks_count":289,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-04T04:11:29.523Z","etag":null,"topics":["formspree","hacktoberfest","hugo","hugo-theme","theme"],"latest_commit_sha":null,"homepage":"https://themes.gohugo.io/hugo-creative-portfolio-theme/","language":"CSS","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/kishaningithub.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}},"created_at":"2016-11-02T09:44:46.000Z","updated_at":"2025-03-15T15:13:19.000Z","dependencies_parsed_at":"2024-01-14T18:05:22.688Z","dependency_job_id":null,"html_url":"https://github.com/kishaningithub/hugo-creative-portfolio-theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kishaningithub%2Fhugo-creative-portfolio-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kishaningithub%2Fhugo-creative-portfolio-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kishaningithub%2Fhugo-creative-portfolio-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kishaningithub%2Fhugo-creative-portfolio-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kishaningithub","download_url":"https://codeload.github.com/kishaningithub/hugo-creative-portfolio-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654553,"owners_count":21140320,"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":["formspree","hacktoberfest","hugo","hugo-theme","theme"],"created_at":"2024-07-31T00:00:50.345Z","updated_at":"2025-04-13T02:20:01.714Z","avatar_url":"https://github.com/kishaningithub.png","language":"CSS","funding_links":["https://www.paypal.me/kishansh/5"],"categories":["CSS","hacktoberfest"],"sub_categories":[],"readme":"# Creative portfolio theme for hugo\n\n[![Build Status](https://travis-ci.org/kishaningithub/hugo-creative-portfolio-theme.svg?branch=master)](https://travis-ci.org/kishaningithub/hugo-creative-portfolio-theme)\n[![Join the chat at https://gitter.im/hugo-creative-portfolio-theme/Lobby](https://badges.gitter.im/hugo-creative-portfolio-theme/Lobby.svg)](https://gitter.im/hugo-creative-portfolio-theme/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Buy me a coffee](https://img.shields.io/badge/☕-Buy%20me%20a%20coffee-blue.svg)](https://www.paypal.me/kishansh/5)\n\nCreative portfolio is a clean and elegant template mainly made for designers and creatives but can be easily transformed into a generic website.\n\nThis Hugo theme was ported from [Bootstrapious](https://bootstrapious.com/p/creative-portfolio) for training and fun. It has a very nice landing page, a comments system by Disqus, contact forms by Formspree and Google Analytics.\n\n![screenshot](https://raw.githubusercontent.com/kishaningithub/hugo-creative-portfolio-theme/master/images/screenshot.png)\n\n## Installation\n\nGo to the directory where you have your Hugo site and run:\n\n```bash\nmkdir themes\ncd themes\ngit clone https://github.com/kishaningithub/hugo-creative-portfolio-theme.git\nrm -rf hugo-creative-portfolio-theme/.git\n```\n\nFor more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.\n\n## Configuration\n\nAfter installing the Creative portfolio theme successfully, i recommend you to take a look at the [exampleSite](https://github.com/kishaningithub/hugo-creative-portfolio-theme/tree/master/exampleSite) directory. You will find a working Hugo site configured with the Creative portfolio theme that you can use as a starting point for your site.\n\nFirst, let's take a look at the [config.toml](https://github.com/kishaningithub/hugo-creative-portfolio-theme/tree/master/exampleSite/config.toml). It will be useful to learn how to customize your site. Feel free to play around with the settings.\n\n### Style\n\nYou can change the color of the theme by modifying the following key.\n\n```toml\nstyle = \"default\"\n```\n\nAvailable options are: `default` (pink), `blue`, `green`, `pink`, `red`, `sea`, `violet`.\n\n### More style customizations?\n\nCreate `css/custom.css` in your `\u003c\u003cbase dir\u003e\u003e/static` folder and add all your custom styling.\n\n### Comments\n\nThe optional comments system is powered by [Disqus](https://disqus.com). If you want to enable comments, create an account in Disqus and write down your shortname.\n\n```toml\ndisqusShortname = \"your-disqus-short-name\"\n```\n\nYou can disable the comments system by leaving the `disqusShortname` empty.\n\n### Google Analytics\n\nYou can optionally enable Google Analytics. Type your tracking code in the ``.\n\n```toml\ngoogleAnalytics = \"UA-XXXXX-X\"\n```\n\nLeave the `googleAnalytics` key empty to disable it.\n\n### Make the contact form working\n\nSince this page will be static, you can use [formspree.io](//formspree.io/) as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Begin the setup by following the steps below:\n\n1. Enter your email address under 'email' in the [`config.toml`](https://github.com/kishaningithub/hugo-creative-portfolio-theme/tree/master/exampleSite/config.toml)\n2. Upload the generated site to your server\n3. Send a dummy email yourself to confirm your account\n4. Click the confirm link in the email from [formspree.io](//formspree.io/)\n5. You're done. Happy mailing!\n\n### Nearly finished\n\nIn order to see your site in action, run Hugo's built-in local server.\n\n```bash\nhugo server\n```\n\nNow enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.\n\n## Deployment\n\n- [Deploying to Amazon S3](https://github.com/kishaningithub/hugo-creative-portfolio-theme/wiki/Deploying-to-Amazon-S3)\n\n## Base theme version (From bootstrapious)\n\n- 1.0\n\n## Contributing\n\nHave you found a bug or got an idea for a new feature? Feel free to use the [issue tracker](https://github.com/kishaningithub/hugo-creative-portfolio-theme/issues) to let me know. Or make directly a [pull request](https://github.com/kishaningithub/hugo-creative-portfolio-theme/pulls).\n\n## License\n\nThis port is released under the MIT License. Check the [original theme license](https://bootstrapious.com/p/creative-portfolio) for additional licensing information.\n\n## Thanks\n\nThanks to [Steve Francia](https://github.com/spf13) for creating Hugo and the awesome community around the project. And also thanks to [Bootstrapious](http://bootstrapious.com/) for creating this awesome theme.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkishaningithub%2Fhugo-creative-portfolio-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkishaningithub%2Fhugo-creative-portfolio-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkishaningithub%2Fhugo-creative-portfolio-theme/lists"}