{"id":18434686,"url":"https://github.com/assemble/assemble-boilerplate-bootstrap","last_synced_at":"2026-03-11T01:01:40.983Z","repository":{"id":9882308,"uuid":"11885399","full_name":"assemble/assemble-boilerplate-bootstrap","owner":"assemble","description":"Build Bootstrap with Assemble instead of Jekyll. ","archived":false,"fork":false,"pushed_at":"2014-10-20T19:13:05.000Z","size":3173,"stargazers_count":78,"open_issues_count":4,"forks_count":25,"subscribers_count":16,"default_branch":"master","last_synced_at":"2026-01-26T19:47:38.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://assemble.github.io/boilerplate-bootstrap","language":"CSS","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/assemble.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-04T21:34:16.000Z","updated_at":"2025-02-23T12:09:40.000Z","dependencies_parsed_at":"2022-08-30T22:31:47.542Z","dependency_job_id":null,"html_url":"https://github.com/assemble/assemble-boilerplate-bootstrap","commit_stats":null,"previous_names":["assemble/boilerplate-bootstrap","assemble/assemble-bootstrap"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/assemble/assemble-boilerplate-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assemble%2Fassemble-boilerplate-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assemble%2Fassemble-boilerplate-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assemble%2Fassemble-boilerplate-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assemble%2Fassemble-boilerplate-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/assemble","download_url":"https://codeload.github.com/assemble/assemble-boilerplate-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assemble%2Fassemble-boilerplate-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30364604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"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":[],"created_at":"2024-11-06T06:04:54.833Z","updated_at":"2026-03-11T01:01:40.907Z","avatar_url":"https://github.com/assemble.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# boilerplate-bootstrap [![NPM version](https://badge.fury.io/js/boilerplate-bootstrap.png)](http://badge.fury.io/js/boilerplate-bootstrap)\n\n\u003e Build Bootstrap with Assemble instead of Jekyll.\n\n#### [See it live →](http://assemble.github.io/boilerplate-bootstrap/)\n\n* Converts the liquid templates to Handlebars\n* Builds the HTML from templates using [Assemble][assemble].\n* Swaps out some Bootstrap content with metadata from [_config.yml](./_config.yml).\n\n## Quickstart\n_You must have [NPM](npmjs.org), [Bower][bower] and [Grunt][grunt] installed globally before you begin._\n\n#### 1. Download this project\nDo _one_ of the following:\n\n* **[download][download]** this project\n* `git clone git://github.com/assemble/boilerplate-bootstrap.git`\n* `bower install boilerplate-bootstrap`\n\n#### 2. Next, install Bootstrap and dependencies\nNext, `cd` into the project run the following in the command line:\n\n```bash\nnpm i \u0026\u0026 git clone git://github.com/twbs/bootstrap.git \"vendor/bootstrap\" \u0026\u0026 cd vendor/bootstrap \u0026\u0026 npm i\n```\n\n#### 3. Customize [_config.yml](./_config.yml)\nOptionally update the metadata and config defaults to how you want them for your project.\n\n\n#### 4. Last, build.\nYou may now run `grunt` to build the project.\n\n\n## The \"assemble\" task\nIf you haven't used [Assemble][assemble] before, please visit [http://assemble.io/docs](http://assemble.io/docs) to learn how to customize the task.\n\n### Overview\nIn the project's Gruntfile, the example `assemble` task is pre-loaded with paths and options to build the project successfully:\n\n```js\nassemble: {\n  options: {\n    flatten: true,\n    assets: '\u003c%= site.assets %\u003e',\n\n    // Metadata\n    site: '\u003c%= site %\u003e',\n\n    // Templates\n    partials: '\u003c%= site.includes %\u003e',\n    layoutdir: '\u003c%= site.layouts %\u003e',\n    layout: '\u003c%= site.layout %\u003e',\n  },\n  docs: {\n    src: ['templates/*.hbs'],\n    dest: '\u003c%= site.dest %\u003e/'\n  }\n}\n```\n\nTake a look at [_config.yml](./_config.yml) to see some of the metadata and config data is defined.\n\n\n\n## Author\n\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## Contributing\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.\n\n\n## Release History\n* 2013-12-22    v0.2.6    Updated dependencies, Bootstrap paths. A number of updates to gruntfile and config. Adds _config.yml to project root, to make project metadata more customizable from the start.\n* 2013-08-03    v0.2.0    Refactored to be awesome.\n* 2013-07-16    v0.1.0    First commit.\n\n\n[download]: https://github.com/assemble/boilerplate-bootstrap/archive/master.zip \"Download boilerplate-bootstrap\"\n[helpers]: https://github.com/assemble/handlebars-helpers \"Handlebars Helpers\"\n[assemble]: https://github.com/assemble/assemble/ \"Assemble\"\n[assemble-boilerplates]: https://github.com/assemble/assemble-boilerplates \"Assemble Boilerplates\"\n\n[bower]: https://github.com/bower/bower\n[grunt]: http://gruntjs.com\n[gruntfile]: http://gruntjs.com/sample-gruntfile\n[configuring tasks]: http://gruntjs.com/configuring-tasks\n[tasks-and-targets]: http://gruntjs.com/configuring-tasks#task-configuration-and-targets\n[files-object]: http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassemble%2Fassemble-boilerplate-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassemble%2Fassemble-boilerplate-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassemble%2Fassemble-boilerplate-bootstrap/lists"}