{"id":24064190,"url":"https://github.com/endurancecode/endurancetrio-wp-child-theme","last_synced_at":"2026-02-18T18:32:22.037Z","repository":{"id":215162857,"uuid":"738270059","full_name":"EnduranceCode/endurancetrio-wp-child-theme","owner":"EnduranceCode","description":"Wordpress Child Theme built with Bulma","archived":false,"fork":false,"pushed_at":"2024-06-08T01:34:54.000Z","size":703,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T04:55:44.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EnduranceCode.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-02T20:53:03.000Z","updated_at":"2025-01-06T20:10:56.000Z","dependencies_parsed_at":"2024-01-02T21:58:33.576Z","dependency_job_id":"88778c5a-d5dd-43b2-899e-1ea636e75657","html_url":"https://github.com/EnduranceCode/endurancetrio-wp-child-theme","commit_stats":null,"previous_names":["endurancecode/endurancetrio-wp-child-theme"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/EnduranceCode/endurancetrio-wp-child-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-wp-child-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-wp-child-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-wp-child-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-wp-child-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnduranceCode","download_url":"https://codeload.github.com/EnduranceCode/endurancetrio-wp-child-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-wp-child-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29589531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-01-09T10:07:43.227Z","updated_at":"2026-02-18T18:32:22.016Z","avatar_url":"https://github.com/EnduranceCode.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EnduranceTrio WP Child Theme\n\n**WordPress Child Theme built with Bulma.**\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Development](#development)\n    1. [Technologies](#technologies)\n    2. [Installation](#installation)\n3. [License](#license)\n\n## Introduction\n\n**EnduranceTrio WP Child Theme** is a [WordPress Child Theme](https://developer.wordpress.org/themes/advanced-topics/child-themes/) built with [Bulma](https://bulma.io/).\n\nThis is an *agnostic* WordPress child theme, meaning that it is a child theme that will work with any [WordPress theme](https://developer.wordpress.org/themes/). The only change needed is to adapt the value for the ***Template*** value on the [style.css](./src/style.css) file. Currently, it is being developed as an [Avada](https://avada.com/) child theme.\n\nThe style of this child theme is based on the CSS framework [Bulma](https://bulma.io/).\n\n## Development\n\nFor the development of **EnduranceTrio WP Child Theme**, [Webpack](https://webpack.js.org/) is used and therefore [node](https://nodejs.org/) (and [npm](https://www.npmjs.com/)) must be installed in the development machine.\n\n### Technologies\n\n#### Tools\n\n**EnduranceTrio WP Child Theme** uses the following [npm](https://www.npmjs.com/) packages for its development:\n\n+ [copy-webpack-plugin](https://www.npmjs.com/package/copy-webpack-plugin);\n+ [css-loader](https://www.npmjs.com/package/css-loader);\n+ [dotenv](https://www.npmjs.com/package/dotenv);\n+ [eslint](https://www.npmjs.com/package/eslint);\n+ [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier);\n+ [eslint-plugin-prettier](https://www.npmjs.com/package/eslint-plugin-prettier);\n+ [html-webpack-plugin](https://www.npmjs.com/package/html-webpack-plugin);\n+ [mini-css-extract-plugin](https://www.npmjs.com/package/mini-css-extract-plugin);\n+ [postcss](https://www.npmjs.com/package/postcss);\n+ [postcss-loader](https://www.npmjs.com/package/postcss-loader);\n+ [postcss-preset-env](https://www.npmjs.com/package/postcss-preset-env);\n+ [prettier](https://www.npmjs.com/package/prettier);\n+ [sass](https://www.npmjs.com/package/sass);\n+ [sass-loader](https://www.npmjs.com/package/sass-loader);\n+ [webpack](https://www.npmjs.com/package/webpack);\n+ [webpack-cli](https://www.npmjs.com/package/webpack-cli);\n+ [webpack-dev-server](https://www.npmjs.com/package/webpack-dev-server).\n\nAnd the following repository as a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules):\n\n+ [endurancetrio-web-components](https://github.com/EnduranceCode/endurancetrio-web-components).\n\n#### Build\n\n**EnduranceTrio WP Child Theme** is built with [Bulma](https://bulma.io/) and therefore, the following [npm](https://www.npmjs.com/) package is used to build **EnduranceTrio WP Child Theme**:\n\n+ [bulma](https://www.npmjs.com/package/bulma);\n\n### Installation\n\nTo start developing **EnduranceTrio WP Child Theme**, clone this repository and install the required [npm](https://www.npmjs.com/) packages with the following commands:\n\n    git clone --recursive git@github.com:EnduranceCode/endurancetrio-wp-child-theme.git\n    cd endurancetrio-wp-child-theme\n    npm install\n    cd src/js/submodules/endurancetrio-web-components/\n    npm install\n\nTo setup the environment variables file, copy the file [`.env.template`](.env.template), save it as `.env.development` and then define the variables values for the ***development*** environment. Repeat the process for the ***production*** environment, naming the correspondent environment variables file as `.env.production`.\n\nTo update the [**EnduranceTrio Web Components**](https://github.com/EnduranceCode/endurancetrio-web-components), execute the following command:\n\n    git submodule update --remote\n    cd src/js/submodules/endurancetrio-web-components/\n    npm install\n\nAnd then commit the update made with the above command.\n\n## License\n\n**EnduranceTrio WP Child Theme** is licensed under the terms of [GPL-3.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendurancecode%2Fendurancetrio-wp-child-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendurancecode%2Fendurancetrio-wp-child-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendurancecode%2Fendurancetrio-wp-child-theme/lists"}