{"id":14967544,"url":"https://github.com/pug-bootstrap/pug-bootstrap","last_synced_at":"2026-03-03T18:32:15.778Z","repository":{"id":31349986,"uuid":"34912783","full_name":"pug-bootstrap/PUG-Bootstrap","owner":"pug-bootstrap","description":"Bootstrap framework written completely using mixins in Pug","archived":false,"fork":false,"pushed_at":"2021-03-18T02:24:48.000Z","size":5103,"stargazers_count":228,"open_issues_count":11,"forks_count":72,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-08-09T08:54:38.627Z","etag":null,"topics":["bootstrap","jade-bootstrap","mixins","pug"],"latest_commit_sha":null,"homepage":"http://pug-bootstrap.github.io/PUG-Bootstrap/","language":"Pug","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/pug-bootstrap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"rajasegar","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-05-01T16:47:14.000Z","updated_at":"2025-03-19T14:59:13.000Z","dependencies_parsed_at":"2022-08-31T08:21:40.557Z","dependency_job_id":null,"html_url":"https://github.com/pug-bootstrap/PUG-Bootstrap","commit_stats":null,"previous_names":["rajasegar/jade-bootstrap"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/pug-bootstrap/PUG-Bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pug-bootstrap%2FPUG-Bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pug-bootstrap%2FPUG-Bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pug-bootstrap%2FPUG-Bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pug-bootstrap%2FPUG-Bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pug-bootstrap","download_url":"https://codeload.github.com/pug-bootstrap/PUG-Bootstrap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pug-bootstrap%2FPUG-Bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270852222,"owners_count":24656840,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","jade-bootstrap","mixins","pug"],"created_at":"2024-09-24T13:38:14.014Z","updated_at":"2026-02-14T01:05:48.250Z","avatar_url":"https://github.com/pug-bootstrap.png","language":"Pug","funding_links":["https://patreon.com/rajasegar"],"categories":[],"sub_categories":[],"readme":"# PUG-Bootstrap\n[Bootstrap](http://getbootstrap.com) framework written completely using mixins in [Pug](http://pugjs.org)\n\n[![Build Status](https://travis-ci.org/pug-bootstrap/JADE-Bootstrap.svg?branch=master)](https://travis-ci.org/pug-bootstrap/JADE-Bootstrap) \n[![npm](https://img.shields.io/npm/dm/jade-bootstrap.svg)](https://www.npmjs.com/package/jade-bootstrap)  \n[![npm version](http://img.shields.io/npm/v/jade-bootstrap.svg?style=flat)](https://npmjs.org/package/jade-bootstrap \"View this project on npm\")\n[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)\n\n## Website\n[PUG-Bootstrap](http://pug-bootstrap.github.io/PUG-Bootstrap/) \n\n## Documentation\n[Documentation](http://pug-bootstrap.github.io/PUG-Bootstrap/) \n\n## Wiki\nGo to [wiki](http://pug-bootstrap.github.io/PUG-Bootstrap/) page\n\n## Quickstart\n  Several quick start options are available:\n  * [Download the latest release] (https://github.com/pug-bootstrap/PUG-Bootstrap/archive/master.zip)\n  * Clone the repo: `git clone https://github.com/pug-bootstrap/PUG-Bootstrap.git`.\n  * Install with [Bower](http://bower.io/): `bower install jade-bootstrap`.\n  * Install with [npm](https://www.npmjs.com/): `npm install jade-bootstrap`.\n\nThe quickest way to get started for NodeJS applications is with this [boilerplate](https://github.com/pug-bootstrap/jadebootstrap-seed)\n\n### What's included\n\nWithin the download you'll find the following directories and files, logically grouping common mixins. You'll see something like this:\n\n```\nbootstrap.pug\n├── components/\n│   ├── accordion.pug\n│   ├── alerts.pug\n│   ├── carousel.pug\n│   ├── dropdowns.pug\n│   ├── forms.pug\n│   ├── icons.pug\n│   ├── labels.pug\n│   ├── list-groups.pug\n│   ├── modal.pug\n│   ├── navbar.pug\n│   ├── navs.pug\n│   ├── panels.pug\n│   ├── progress-bars.pug\n│   ├── tables.pug\n│   ├── tabs.pug\n│   ├── toggle.pug\n│   └── tooltips.pug\n└── layouts/\n    ├── blog.pug\n    ├── carousel.pug\n    ├── cover.pug\n    ├── dashboard.pug\n    ├── jumbotron.pug\n    ├── jumbotron-narrow.pug\n    ├── justified-nav.pug\n    ├── navbar.pug\n    ├── navbar_fixed.pug\n    ├── navbar_static.pug\n    ├── non-responsive.pug\n    ├── offcanvas.pug\n    ├── sign-in.pug\n    ├── starter.pug\n    ├── sticky-footer.pug\n    ├── sticky-footer-navbar.pug\n    └── theme-template.pug\n\n```\n  \n  \n## Features\n\n  * Bootstrap set as the default UI framework\n  * Pug set as the default Template engine\n  * Focus on high performance\n  * Super-speed development using Pug mixins\n  * Some widely used sample layouts to start with.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpug-bootstrap%2Fpug-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpug-bootstrap%2Fpug-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpug-bootstrap%2Fpug-bootstrap/lists"}