Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wenbenz/bootstrap5-creative-jekyll
The current version of bootstrap's creative template made to work with Jekyll
https://github.com/wenbenz/bootstrap5-creative-jekyll
bootstrap bootstrap-template bootstrap-theme bootstrap5 jekyll jekyll-template jekyll-theme jekyll-themes personal-website website website-template
Last synced: 12 days ago
JSON representation
The current version of bootstrap's creative template made to work with Jekyll
- Host: GitHub
- URL: https://github.com/wenbenz/bootstrap5-creative-jekyll
- Owner: wenbenz
- License: mit
- Created: 2023-01-13T04:12:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T01:23:56.000Z (3 months ago)
- Last Synced: 2024-11-14T22:37:08.546Z (2 months ago)
- Topics: bootstrap, bootstrap-template, bootstrap-theme, bootstrap5, jekyll, jekyll-template, jekyll-theme, jekyll-themes, personal-website, website, website-template
- Language: CSS
- Homepage:
- Size: 21.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrap5-creative-jekyll
Ported the current version of [Creative Theme](https://startbootstrap.com/theme/creative) by [Start Bootstrap](https://github.com/StartBootstrap) into Jekyll.
## Preview
[![Creative Preview](https://assets.startbootstrap.com/img/screenshots/themes/creative.png)](https://startbootstrap.github.io/startbootstrap-creative/)
**[View Live Preview](https://wenbenz.github.io/bootstrap5-creative-jekyll/)**
## QuickStart
- Follow [this guide](https://jekyllrb.com/docs/installation/) to install Jekyll
- Download the code from this repo
- `cd` into the downloaded folder
- Run the following command to start the server on `http://localhost:4000`
```
jekyll serve
```
- `index.html` uses the `home` layout defined in `/_layouts/home.html` and its contents are defined in `/_includes`