Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`