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

https://github.com/inimaz/wedding-page


https://github.com/inimaz/wedding-page

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Creative Theme for Jekyll

A Jekyll implementation of the [Creative Theme](http://startbootstrap.com/template-overviews/creative/) template by [Start Bootstrap](http://startbootstrap.com).

Creative is a one page Bootstrap theme for creatives, small businesses, and other multipurpose uses.
The theme includes a number of rich features and plugins that you can use as a great boilerplate for your next Jekyll project!

See it live in action at

## To use the Creative Theme template in your project

- Start by adding your info in `_config.yml`
- In `_layouts/front.html` reorder or remove section as you prefer.

# Install the dependencies

```
gem install jekyll bundler
bundle install
```

# Run it

```
bundle exec jekyll serve
```