https://github.com/nicolasroehm/bootstrap-5-unibit-theme
Bootstrap 5 Unibit theme
https://github.com/nicolasroehm/bootstrap-5-unibit-theme
Last synced: 3 months ago
JSON representation
Bootstrap 5 Unibit theme
- Host: GitHub
- URL: https://github.com/nicolasroehm/bootstrap-5-unibit-theme
- Owner: NicolasRoehm
- Created: 2021-02-01T13:15:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T13:58:39.000Z (about 4 years ago)
- Last Synced: 2025-01-16T13:19:55.328Z (4 months ago)
- Language: HTML
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap 5 Unibit theme
## Installation
```sh
git clone https://github.com/NicolasRoehm/bootstrap-5-unibit-theme
npm i
```Run in separated 2 terminals :
```sh
npm run dev
npm run js-watch
```**/!\ Important**
- Unibit only works fine on Linux
___
## Backlog
### Stackbit
### Unibit
___
## Resources
- [Unibit documentation](https://www.stackbit.com/docs/unibit/)
- [Unibit tutorial](https://www.stackbit.com/docs/unibit/tutorial/)
- [Unibit Nunjucks features](https://www.stackbit.com/docs/unibit/nunjucks-features/)
- [Unibit Nunjucks functions](https://www.stackbit.com/docs/unibit/nunjucks-functions/)
- [Unibit Nunjucks filters](https://www.stackbit.com/docs/unibit/nunjucks-filters/)
- [Jamstack Themes](https://jamstackthemes.dev/)## Snippets
```html
{{ variable | dump }}
```