Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noesya/jekyll-starter-bs5
- Owner: noesya
- License: mit
- Created: 2021-09-03T09:21:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T08:23:16.000Z (over 2 years ago)
- Last Synced: 2023-03-04T05:58:25.299Z (almost 2 years ago)
- Topics: jekyll, starter, template
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```