{"id":16026881,"url":"https://github.com/leogopal/gatsby-simplefolio","last_synced_at":"2025-03-24T09:21:38.580Z","repository":{"id":52840767,"uuid":"310741522","full_name":"leogopal/gatsby-simplefolio","owner":"leogopal","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-16T21:09:07.000Z","size":15129,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T14:45:56.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/leogopal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-07T01:18:12.000Z","updated_at":"2020-11-07T17:41:11.000Z","dependencies_parsed_at":"2022-08-20T02:01:34.933Z","dependency_job_id":null,"html_url":"https://github.com/leogopal/gatsby-simplefolio","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/leogopal%2Fgatsby-simplefolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leogopal%2Fgatsby-simplefolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leogopal%2Fgatsby-simplefolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leogopal%2Fgatsby-simplefolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leogopal","download_url":"https://codeload.github.com/leogopal/gatsby-simplefolio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240829,"owners_count":20583102,"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":[],"created_at":"2024-10-08T20:03:36.044Z","updated_at":"2025-03-24T09:21:38.549Z","avatar_url":"https://github.com/leogopal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gatsby Simplefolio ⚡️ [![GitHub](https://img.shields.io/github/license/cobidev/gatsby-simplefolio?color=blue)](https://github.com/cobidev/gatsby-simplefolio/blob/master/LICENSE.md) ![GitHub stars](https://img.shields.io/github/stars/cobidev/gatsby-simplefolio) ![GitHub forks](https://img.shields.io/github/forks/cobidev/gatsby-simplefolio)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/89382e38-b08f-449a-81f0-ea5f2da8f4f1/deploy-status)](https://app.netlify.com/sites/reverent-bardeen-506960/deploys)\n\n## A clean, beautiful and responsive portfolio template for Developers\n\n\u003ch2 align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/cobidev/gatsby-simplefolio/blob/master/examples/example.gif\" alt=\"Gatsby Simplefolio\" width=\"600px\" /\u003e\n  \u003cbr\u003e\n\u003c/h2\u003e\n\n## Features\n\n⚡️ Modern UI Design + Reveal Animations\\\n⚡️ One Page Layout built with React\\\n⚡️ Styled with Bootstrap v4.3 + Custom SCSS\\\n⚡️ Fully Responsive\\\n⚡️ Configurable color scheme\\\n⚡️ Image optimization with Gatsby\\\n⚡️ Easy site customization\\\n⚡️ Well organized documentation\n\nTo view a demo example, **[click here](https://gatsby-simplefolio.netlify.com/)**\\\nTo view a live example, **[click here](https://cobidev.com/)**\n\n---\n\n## Getting Started 🚀\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites 📋\n\nYou'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [NPM](http://npmjs.com)) installed on your computer.\\\nAlso you need to have installed [Gatsby CLI](https://www.gatsbyjs.org/docs/quick-start/)\n\n```\nnode@v10.16.0 or higher\nnpm@6.9.0 or higher\ngit@2.17.1 or higher\ngatsby-cli@2.8.22 or higher\n```\n\nAlso, you can use [Yarn](https://yarnpkg.com/) instead of NPM ☝️\n\n```\nyarn@v1.21.1 or higher\n```\n\n---\n\n## How To Use 🔧\n\nFrom your command line, first clone Simplefolio:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/cobidev/gatsby-simplefolio\n\n# Go into the repository\n$ cd gatsby-simplefolio\n\n# Remove current origin repository\n$ git remote remove origin\n```\n\nThen you can install the dependencies either using NPM or Yarn:\n\nUsing NPM:\n\n```bash\n# Install dependencies\n$ npm install\n\n# Start development server\n$ npm run develop\n```\n\nUsing Yarn:\n\n```bash\n# Install dependencies\n$ yarn\n\n# Start development server\n$ yarn develop\n```\n\n**NOTE**:\nIf your run into issues installing the dependencies with NPM, use this command:\n\n```bash\n# Install dependencies with all permissions\n$ sudo npm install --unsafe-perm=true --allow-root\n```\n\nOnce your server has started, go to this url `http://localhost:8000/` and you will see the website running on a Development Server:\n\n\u003ch2 align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/cobidev/gatsby-simplefolio/blob/master/examples/example.png\" alt=\"Gatsby Simplefolio\" width=\"100%\"\u003e\n\u003c/h2\u003e\n\n---\n\n## Instructions:\n\n### Step 1 - STRUCTURE\n\nGo to `/src/mock/data.js` and fill your information, they are 5 objects:\n\n### Hero Section\n\n```javascript\nexport const heroData = {\n  title: '', // Hello, my name is\n  name: '', // John\n  subtitle: '', // I'm the Unknown Developer.\n  cta: '', // Know more\n};\n```\n\n### About Section\n\n**_Important Note_**: All the images must live inside the `src/images/` folder in order for Gatsby to show the images correctly.\n\n```javascript\nexport const aboutData = {\n  img: 'profile.jpg', // put your profile image (recommended aspect radio: square)\n  paragraphOne: '',\n  paragraphTwo: '',\n  paragraphThree: '',\n  resume: 'https://www.resumemaker.online/es.php', // if no resume, the button will not show up\n};\n```\n\n### Projects Section\n\n**_Important Note_**: All the images must live inside the `src/images/` folder in order for Gatsby to show the images correctly.\n\nPut as many projects object you want inside the `array`.\n\n```javascript\nexport const projectsData = [\n  {\n    id: nanoid(),\n    img: 'project.jpg',\n    title: '',\n    info: '',\n    info2: '',\n    url: '',\n    repo: 'https://github.com/cobidev/react-simplefolio', // if no repo, the button will not show up\n  },\n  {\n    id: nanoid(),\n    img: 'project.jpg',\n    title: '',\n    info: '',\n    info2: '',\n    url: '',\n    repo: 'https://github.com/cobidev/react-simplefolio', // if no repo, the button will not show up\n  },\n  ...\n];\n```\n\n### Contact Section\n\n```javascript\nexport const contactData = {\n  cta: '', // call to action text for the contact section\n  btn: '', // text inside the button\n  email: '',\n};\n```\n\n### Footer Section\n\nYou can remove or add as many you social-media icons you want.\\\nJust put an object with the corresponding values inside the networks `array` or remove it from there.\n\n```javascript\nexport const footerData = {\n  networks: [\n    {\n      id: nanoid(),\n      name: 'twitter',\n      url: '', // your twitter url\n    },\n    {\n      id: nanoid(),\n      name: 'codepen',\n      url: '', // your codepen url\n    },\n    {\n      id: nanoid(),\n      name: 'linkedin',\n      url: '', // your linkedin url\n    },\n    {\n      id: nanoid(),\n      name: 'github',\n      url: '', // your github url\n    },\n  ],\n};\n```\n\n### Required - Disable GitHub buttons\n\nSet `isEnabled` to `false` once you finish setup your portfolio.\\\nBy setting to `false` it will hide the GitHub stars/fork buttons\n\n```javascript\nexport const githubButtons = {\n  isEnabled: true, // true is the default value\n};\n```\n\n### Step 2 - STYLES\n\nChange the color theme of the website ( choose 2 colors to create a gradient ):\n\nGo to `src/styles/abstracts/_variables.scss` and only change the values on this classes `$main-color` and `$secondary-color` to your prefered HEX color\n\n```scss\n// Default values\n$main-color: #02aab0;\n$secondary-color: #00cdac;\n```\n\n**_Note_**: I highly recommend to checkout gradients variations on [UI Gradient](https://uigradients.com/#BrightVault)\n\n---\n\n## Deployment 📦\n\nOnce you have done with your setup. You need to put your website online!\n\nI highly recommend to use [Netlify](https://netlify.com) to achieve this on the EASIEST WAY\n\n## Others versions 👥\n\n[Simplefolio](https://github.com/cobidev/simplefolio) by [Jacobo Martinez](https://github.com/cobidev)\\\n[Ember.js Simplefolio](https://github.com/sernadesigns/simplefolio-ember) by [Michael Serna](https://github.com/sernadesigns)\n\n## Technologies used 🛠️\n\n- [Gatsby](https://www.gatsbyjs.org/) - Static Site Generator\n- [GraphQL](https://graphql.org/) - Query language for APIs\n- [React](https://es.reactjs.org/) - Front-End JavaScript library\n- [Bootstrap 4](https://getbootstrap.com/docs/4.3/getting-started/introduction/) - Front-End UI library\n- [Sass](https://sass-lang.com/documentation) - CSS extension language\n\n## Authors\n\n- **Jacobo Martinez** - [https://github.com/cobidev](https://github.com/cobidev)\n\n## Status\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/2365af6f-820a-4fb8-83e6-69a66f686dfe/deploy-status)](https://app.netlify.com/sites/gatsby-simplefolio/deploys)\n\n## License 📄\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments 🎁\n\nI was motivated to create this project because I wanted to contribute on something useful for the dev community, thanks to [ZTM Community](https://github.com/zero-to-mastery) and [Andrei](https://github.com/aneagoie)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleogopal%2Fgatsby-simplefolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleogopal%2Fgatsby-simplefolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleogopal%2Fgatsby-simplefolio/lists"}