{"id":15180342,"url":"https://github.com/maliev/custom_s","last_synced_at":"2026-02-20T15:32:37.791Z","repository":{"id":154532527,"uuid":"573400977","full_name":"maliev/custom_s","owner":"maliev","description":"Custom WordPress starter theme based on _s and bootstrap 5","archived":false,"fork":false,"pushed_at":"2024-12-02T14:44:08.000Z","size":3677,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T04:53:36.726Z","etag":null,"topics":["acf-pro","bootstrap-5","custom-blocks","gutenberg-blocks","starter-theme","underscores","webpack","wordpress","wp-theme"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/maliev.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}},"created_at":"2022-12-02T11:27:09.000Z","updated_at":"2024-12-02T14:45:44.000Z","dependencies_parsed_at":"2024-06-11T14:21:44.502Z","dependency_job_id":"0907d77f-7e8f-4df1-90a6-3f84fe8c4568","html_url":"https://github.com/maliev/custom_s","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maliev/custom_s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maliev%2Fcustom_s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maliev%2Fcustom_s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maliev%2Fcustom_s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maliev%2Fcustom_s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maliev","download_url":"https://codeload.github.com/maliev/custom_s/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maliev%2Fcustom_s/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29655307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"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":["acf-pro","bootstrap-5","custom-blocks","gutenberg-blocks","starter-theme","underscores","webpack","wordpress","wp-theme"],"created_at":"2024-09-27T16:03:50.263Z","updated_at":"2026-02-20T15:32:37.766Z","avatar_url":"https://github.com/maliev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress starter theme \"CustomS\" based on [_s](https://github.com/automattic/_s) \n\u003cimg src=\"screenshot.png\" width=\"500\"/\u003e  \n\n### Installation\nRun \"npm install\" to install all dependencies  \nPut your fonts to /assets/fonts and add font-face imports to  __font-faces.scss   \nDefine headlines or body or default paragraph font styles etc. in the __fonts.scss file  \nDefine bootstrap/hamburger or custom variables \u003cbr /\u003e\nNow you can run your npm build/watcher ```npm run build``` or ```npm run watch```\n\n### Dependencies:   \n- PHP 8   \n- WordPress \u003e= 6.0\n- WordPress plugin \"Advanced Custom Fields Pro\" \u003e= 6\n- Node \u003e= v16\n\nAll WordPress core blocks except paragraph (for the ability to copy\u0026paste blocks) \u0026 your acf blocks are removed by default, you can add them individually back here:\n```\n//custom-functions.php\nfunction customs_allowed_block_types( $block_editor_context, $editor_context ): array|bool {\n\tif ( function_exists( 'acf_get_block_types' ) ) {\n\t\t$allowedBlocks = array_keys( acf_get_block_types() );\n\t\t//add needed core blocks\n\t\tarray_push( $allowedBlocks, 'core/spacer', 'core/paragraph' );\n\t\t\n\t\treturn $allowedBlocks;\n\t}\n\t\n\treturn $block_editor_context;\n}\n\nadd_filter( 'allowed_block_types_all', 'customs_allowed_block_types', 10, 2 );\n``` \nAll local registered custom fields can be stored in your git repository and imported on your live server without having to export/import acf-json file or dabase\n\nhttps://user-images.githubusercontent.com/76956279/205954107-fc3e412a-853e-45a5-b2b4-beb4fff36d10.mov\n\n\n\n### Install wp plugins from predefined text file with your must have plugin list !!!wp-cli is required  \n- Define pluginlist in the pluginlist.txt\n- run the command: ```wp plugin install $(\u003c\"pluginlist.txt\") --allow-root --activate```\n- to update all your plugins: ```wp plugin update --all```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaliev%2Fcustom_s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaliev%2Fcustom_s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaliev%2Fcustom_s/lists"}