{"id":14972363,"url":"https://github.com/webdevsuperfast/bootstrap-for-genesis","last_synced_at":"2026-04-07T04:31:39.176Z","repository":{"id":42956969,"uuid":"41458279","full_name":"webdevsuperfast/bootstrap-for-genesis","owner":"webdevsuperfast","description":"An awesome Genesis Framework child theme using Bootstrap 4","archived":false,"fork":false,"pushed_at":"2023-01-27T03:30:13.000Z","size":4242,"stargazers_count":58,"open_issues_count":4,"forks_count":26,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-25T23:36:52.445Z","etag":null,"topics":["bootstrap","bootstrap-4","genesis-child-theme","genesis-framework","genesis-theme","gulp","sass","smartmenus-bootstrap-addon"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdevsuperfast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-27T01:18:42.000Z","updated_at":"2024-08-12T19:19:00.000Z","dependencies_parsed_at":"2023-02-15T04:46:26.296Z","dependency_job_id":null,"html_url":"https://github.com/webdevsuperfast/bootstrap-for-genesis","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/webdevsuperfast/bootstrap-for-genesis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevsuperfast%2Fbootstrap-for-genesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevsuperfast%2Fbootstrap-for-genesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevsuperfast%2Fbootstrap-for-genesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevsuperfast%2Fbootstrap-for-genesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdevsuperfast","download_url":"https://codeload.github.com/webdevsuperfast/bootstrap-for-genesis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevsuperfast%2Fbootstrap-for-genesis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31500397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bootstrap","bootstrap-4","genesis-child-theme","genesis-framework","genesis-theme","gulp","sass","smartmenus-bootstrap-addon"],"created_at":"2024-09-24T13:46:48.234Z","updated_at":"2026-04-07T04:31:39.161Z","avatar_url":"https://github.com/webdevsuperfast.png","language":"PHP","readme":"# Bootstrap for Genesis\n\n## Introduction\n\nBootstrap for Genesis is a genesis child theme which integrates [Bootstrap](http://getbootstrap.com/). It uses Gulp to handle tasks, configuration and lint files.\n\nThe default branch is under development, use [v4](https://github.com/webdevsuperfast/bootstrap-for-genesis/tree/v4) branch to get the last stable release.\n\n## Installation Instructions\n\n1. Upload the Bootstrap for Genesis theme folder via FTP to your wp-content/themes/ directory. (The Genesis parent theme needs to be in the wp-content/themes/ directory as well.)\n2. Go to your WordPress dashboard and select Appearance.\n3. Activate the Bootstrap for Genesis theme.\n4. Inside your WordPress dashboard, go to Genesis \u003e Theme Settings and configure them to your liking.\n\n## Building from Source\n\n1. Install [Git](https://git-scm.com/).\n2. Clone the repository to your local machine.\n3. Install [Node](https://nodejs.org/en/).\n4. Install [Yarn](https://yarnpkg.com).\n5. Install [Gulp](https://gulpjs.com/) globally.\n6. Run `yarn install` or `npm install` to install dependencies through terminal/CLI program.\n7. Run `git submodule init` and `git submodule update` to add [WP Bootstrap Navwalker](https://github.com/twittem/wp-bootstrap-navwalker).\n8. Replace site url in line `49` of `gulpfile.js` to your local development URL(e.g. http://bootstrap.test).\n9. Run `gulp` through your favorite CLI program.\n\n## Features\n\n1. Bootstrap 4\n2. Bootstrap components\n\t* Comment Form\n\t* Search Form\n\t* Jumbotron\n\t* Navbar\n3. Sass\n4. Gulp\n5. Footer Widgets(modified to add bootstrap column classes based on the number of widget areas)\n6. Additional Widget Areas\n\t* Home Featured(jumbotron)\n\n## Todos\n\n- [ ] Integrate Genesis Theme Setup API\n- [ ] Integrate Genesis Configuration API\n- [ ] Integrate AMP Support\n- [ ] Gutenberg Support\n- [x] Remove SmartMenus support or move to separate plugin\n- [x] Remove TGM Plugin Activation Support\n- [x] Use Git Submodule for WP Bootstrap Navwalker\n- [ ] Code cleanup and bug fixes\n\n\n## Notes\n\nUse [SmartMenus for Bootstrap](https://github.com/webdevsuperfast/ra-smartmenus-bootstrap) for multi-level dropdown support or checkout the [v4](https://github.com/webdevsuperfast/bootstrap-for-genesis/tree/v4) branch.\n\n## Credits\n\nWithout these projects, this theme wouldn't be where it is today.\n\n* [Genesis Framework](http://my.studiopress.com/themes/genesis/)\n* [Bootstrap](http://getbootstrap.com)\n* [Sass](http://sass-lang.com/)\n* [Gulp](http://gulpjs.com/)\n* [WP Bootstrap Navwalker](https://github.com/twittem/wp-bootstrap-navwalker)\n* [Bootstrap Genesis](https://github.com/salcode/bootstrap-genesis)\n* [Bones for Genesis 2.0 with Bootstrap integration](https://github.com/jer0dh/bones-for-genesis-2-0-bootstrap)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevsuperfast%2Fbootstrap-for-genesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevsuperfast%2Fbootstrap-for-genesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevsuperfast%2Fbootstrap-for-genesis/lists"}