https://github.com/inimaz/wedding-page
https://github.com/inimaz/wedding-page
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inimaz/wedding-page
- Owner: inimaz
- License: apache-2.0
- Created: 2022-03-13T17:35:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T08:56:01.000Z (about 3 years ago)
- Last Synced: 2025-01-01T07:12:37.337Z (6 months ago)
- Language: HTML
- Size: 12.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```