c-base bootstrap cyborg theme
git clone git@github.com:c-base/c-base-bootstrap.git your-static-web-path and remove .gitdir
or add it as git submodule
In your html
<body>
<head>
<link href="/static/c-base-bootstrap/css/bootstrap.min.css" rel="stylesheet">
</head>
<!-- all your happy content -->
<script src="/static/c-base-bootstrap/js/jquery.min.js"></script>
<script src="/static/c-base-bootstrap/js/bootstrap.min.js"></script>
</body>