Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noesya/jekyll-starter-bs5

Jekyll starter with Bootstrap 5
https://github.com/noesya/jekyll-starter-bs5

jekyll starter template

Last synced: about 2 months ago
JSON representation

Jekyll starter with Bootstrap 5

Awesome Lists containing this project

README

        

# jekyll-starter Bootstrap 5

## Build

Watch
```
yarn webpack
```

Build
```
yarn build
```

Start
```
yarn start
```

## Dev dependencies
* Webpack

## Plugins
* Jekyll Minifier
* Jekyll Picture Tag
* Jekyll Sitemap
* Jekyll Include Cache

## Template

Pour faire la mise à jour :

```
git remote add template [email protected]:noesya/jekyll-starter.git
git fetch --all
git merge template/main --allow-unrelated-histories
```