{"id":22009866,"url":"https://github.com/herm71/hds-storefront-child","last_synced_at":"2026-04-12T17:03:15.170Z","repository":{"id":42697890,"uuid":"302998106","full_name":"Herm71/hds-storefront-child","owner":"Herm71","description":"Homedecorspecialists Storefront Child Theme","archived":false,"fork":false,"pushed_at":"2023-01-27T04:49:39.000Z","size":4725,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T14:19:45.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://homedecorspecialists.com","language":"SCSS","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/Herm71.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null}},"created_at":"2020-10-10T22:10:02.000Z","updated_at":"2021-07-19T21:25:53.000Z","dependencies_parsed_at":"2023-02-06T12:31:51.382Z","dependency_job_id":null,"html_url":"https://github.com/Herm71/hds-storefront-child","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Herm71%2Fhds-storefront-child","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Herm71%2Fhds-storefront-child/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Herm71%2Fhds-storefront-child/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Herm71%2Fhds-storefront-child/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Herm71","download_url":"https://codeload.github.com/Herm71/hds-storefront-child/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245070477,"owners_count":20556120,"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-11-30T02:11:16.569Z","updated_at":"2026-04-12T17:03:15.140Z","avatar_url":"https://github.com/Herm71.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Home Decor Specialists WooCommerce Storefront Child Theme #\n\n| [![Github latest release](https://badgen.net/github/release/Herm71/hds-storefront-child?icon=github)](https://github.com/Herm71/hds-storefront-child)  | [![Github latest tag](https://badgen.net/github/tag/Herm71/hds-storefront-child?icon=github\u0026\u0026color=orange)](https://github.com/Herm71/hds-storefront-child)  | [![GitHub issues](https://badgen.net/github/open-issues/Herm71/hds-storefront-child?icon=github)](https://github.com/Herm71/hds-storefront-child)  | [![TODOs](https://img.shields.io/endpoint?url=https://todos.tickgit.com/badge?repo=github.com/Herm71/hds-storefront-child)](https://todos.tickgit.com/browse?repo=github.com/Herm71/hds-storefront-child)\n  |\n\n## Summary ##\n\nWordPress child theme of WooCommerce [Storefront](https://woocommerce.com/storefront/) theme. Can be used on any WordPress/WooCommerce site that has Storefront installed. Design inspiration from WooCommerce [Homestore](https://themes.woocommerce.com/homestore/) child theme.\n\n## Installation ##\n\n### Production ###\n\nThis theme can be installed as-is to any live WordPress/WooCommerce site that has the Storefront theme installed. You can install the [Storefront](https://wordpress.org/themes/storefront/) theme from your site's **Dashboard**, you can download it from WordPress.org or you can install it via wp-cli: `wp theme install storefront`.\n\nOnce Storefront is installed, you can download the [latest release](https://github.com/Herm71/hds-storefront-child/releases) of this theme, then upload and activate via the **Dashboard**.\n\nThis theme is fully compatible with the WordPress theme customizer.\n\n### Develop ###\n\nFeel free to use this as a base to develop your own child theme. I am not accepting pull-requests on forks for this project, so if you clone this to your own project, you must set up your own repsitory for development.\n\n#### Prerequisites ####\n\n* **WordPress Development Environment:** Installation assumes you have a [WordPress development environment] (\u003chttps://developer.wordpress.org/themes/getting-started/setting-up-a-development-environment/\u003e) set up. My preferred local development tool is [Lando](https://lando.dev/).\n* **WooCommerce plugin:** This is an eCommerce theme intended for sites that use [WooCommerce](https://woocommerce.com/).\n\n    ```shell\n    #Via WP-CLI\n    Herm71@blackbird:$ wp plugin install --activate woocommerce\n    ```\n\n* **WooCommerce Storefront theme:** This is a [Child Theme](https://developer.wordpress.org/themes/advanced-topics/child-themes/) of the official [WooCommerce Storefront](https://woocommerce.com/storefront/) theme.\n\n    ```shell\n    #Via WP-CLI\n    Herm71@blackbird:$ wp theme install storefront\n    ```\n\n* **npm:** [npm](https://www.npmjs.com/) is required to install dependencies. If you are on a Mac or Linux, npm can be installed easily via [Homebrew](https://brew.sh/).\n* **gulp:** [gulp](https://www.npmjs.com/package/gulp) is required to be installed locally to run build tasks.\n\n    ```shell\n    Herm71@blackbird:$ npm -i -g gulp\n    ```\n\n#### Install ####\n\n1. Clone into your Wordpress dev environment's `/themes/` folder:\n\n    ```shell\n    Herm71@blackbird:$ git clone git@github.com:Herm71/hds-storefront-child.git /myWpLocalDev/wp-content/themes/hds-storefront-child/\n    ```\n\n2. `cd` into newly created folder\n\n    ```shell\n    Herm71@blackbird:$ cd /myWpLocalDev/wp-content/themes/hds-storefront-child/\n    ```\n\n3. Install packages\n\n    ```shell\n    Herm71@blackbird:$ npm install\n    ```\n\n### Gulp tasks ###\n\nThe `gulpfile.babel.js` file has several tasks available for use. Look at the actual file to see all of them. There are tasks that I do not use here. Feel free to incorporate them into your own workflow. Below are the tasks I use most often:\n\n```shell\n#Regenerate styles\nHerm71@blackbird:$ gulp styles\n```\n\n```shell\n#Build and bundle theme\nHerm71@blackbird:$ gulp build\n```\n\n## Developer ##\n\n* [Jason Chafin](https://github.com/Herm71)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherm71%2Fhds-storefront-child","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherm71%2Fhds-storefront-child","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherm71%2Fhds-storefront-child/lists"}