{"id":15150652,"url":"https://github.com/vanbess/sb-dev-underscores-wordpress-theme-boilerplate","last_synced_at":"2026-01-21T10:36:04.661Z","repository":{"id":248414790,"uuid":"828618282","full_name":"vanbess/SB-Dev-Underscores-WordPress-Theme-Boilerplate","owner":"vanbess","description":"A WordPress starter theme template based on the well known Underscores starter theme. Provides a great template to get your custom WP theme going.","archived":false,"fork":false,"pushed_at":"2024-07-14T17:32:30.000Z","size":578,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T07:53:11.192Z","etag":null,"topics":["wordpress","wordpress-development","wordpress-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-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vanbess.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-07-14T17:26:04.000Z","updated_at":"2024-07-14T17:49:31.000Z","dependencies_parsed_at":"2024-07-14T19:05:48.152Z","dependency_job_id":"63b76725-119b-47a4-911b-a150f055c020","html_url":"https://github.com/vanbess/SB-Dev-Underscores-WordPress-Theme-Boilerplate","commit_stats":null,"previous_names":["vanbess/sb-dev-underscores-boilerplate"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanbess%2FSB-Dev-Underscores-WordPress-Theme-Boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanbess%2FSB-Dev-Underscores-WordPress-Theme-Boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanbess%2FSB-Dev-Underscores-WordPress-Theme-Boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanbess%2FSB-Dev-Underscores-WordPress-Theme-Boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanbess","download_url":"https://codeload.github.com/vanbess/SB-Dev-Underscores-WordPress-Theme-Boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615480,"owners_count":20967183,"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":["wordpress","wordpress-development","wordpress-theme"],"created_at":"2024-09-26T14:23:38.581Z","updated_at":"2026-01-21T10:36:04.655Z","avatar_url":"https://github.com/vanbess.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Silverback Dev Underscores WordPress Theme Starter/Boilerplate\n===\n\nHi. I'm a fork of the starter theme called _s (aka Underscores). I'm a template theme meant to be the next, most awesome, WordPress theme out there. That's what I'm here for. Simply click on the green 'Use this template' button to create your own new repo with this one as template.\n\nInstallation\n---------------\n\n### Requirements\n\n`_s` requires the following dependencies:\n\n- [Node.js](https://nodejs.org/)\n\n### Quick Start\n\n#### Docker DEV Environment (optional)\n\nNaaah, don't use Docker, seriously... It's way too heavy/bloated for this kind of work.\n\n#### Theme\n\nChange the theme's name to something else (like, say, `megatherium-is-awesome`), and then you'll need to do a seven-step find and replace on the name in all the templates.\n\n1. Search for `'_s'` (inside single quotations) to capture the text domain and replace with: `'megatherium-is-awesome'`.\n2. Search for `_s_` to capture all the functions names and replace with: `megatherium_is_awesome_`.\n3. Search for `Text Domain: _s` in `css/style.scss` and replace with: `Text Domain: megatherium-is-awesome`.\n4. Search for `_s.pot` and replace with: `megatherium-is-awesome.pot`.\n5. Search for \u003ccode\u003e\u0026nbsp;_s\u003c/code\u003e (with a space before it) to capture DocBlocks and replace with: \u003ccode\u003e\u0026nbsp;Megatherium_is_Awesome\u003c/code\u003e.\n6. Search for `_s-` to capture prefixed handles and replace with: `megatherium-is-awesome-`.\n7. Search for `_S_` (in uppercase) to capture constants and replace with: `MEGATHERIUM_IS_AWESOME_`.\n\nThen, update the stylesheet header in `css/style.scss` and rename `_s.pot` from `languages` folder to use the theme's slug.\n\n### Setup\n\nTo start using all the tools that come with `_s`  you need to install the necessary Node.js dependencies :\n\n```sh\n$ npm install\n```\n\n### Available CLI commands\n\n`_s` comes packed with CLI commands tailored for WordPress theme development :\n\n- `npm run watch` : watches _all_ SASS and JS files and recompiles them when they change.\n- `npm run build` : compiles _all_ SASS and JS files for production use.\n\n#### Icon font\n\nYou can easily create your own icon font. Put all your svg icons in `/media/fonts/Icont/icons`\nand run `npm run icont:generate`.\n\nList all your icons (alphabetical order) in `/css/_variables.scss` to create a map\nto convenient access the content declaration of the icons: e.g. `map-get($Icont, NAME)`;\n\n---\n\nNow you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :)\n\nHappy coding and good luck!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanbess%2Fsb-dev-underscores-wordpress-theme-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanbess%2Fsb-dev-underscores-wordpress-theme-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanbess%2Fsb-dev-underscores-wordpress-theme-boilerplate/lists"}