Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markets/middleman-bootstrap
⚡ Starter Kit to build static websites fast
https://github.com/markets/middleman-bootstrap
bootstrap middleman starter-kit static-site template
Last synced: 29 days ago
JSON representation
⚡ Starter Kit to build static websites fast
- Host: GitHub
- URL: https://github.com/markets/middleman-bootstrap
- Owner: markets
- Created: 2022-06-28T20:19:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T20:12:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T19:20:51.768Z (about 2 months ago)
- Topics: bootstrap, middleman, starter-kit, static-site, template
- Language: HTML
- Homepage: https://middleman-bootstrap.vercel.app
- Size: 255 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Middleman + Bootstrap
> Starter Kit to build static websites fast
Powered by:
- [Middleman](https://middlemanapp.com)
- [Bootstrap v5](https://getbootstrap.com)Check out the demo site 👉 [here](https://middleman-bootstrap.vercel.app)!
## Install 🔧
Clone this repository (or use the GitHub *template* button), then `cd` into the folder and install all dependencies:
```
> bin/setup
```## Run 🏃
Start a local development server:
```
> bin/start
```## Build 📦
Build the static files:
```
> bin/build
```