Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thypirate/startbootstrap-one-page-wonder-jekyll

Start Bootstrap One Page Wonder theme adapted for Jekyll
https://github.com/thypirate/startbootstrap-one-page-wonder-jekyll

bootstrap bootstrap-4 bootstrap-theme free html jekyll jekyll-theme open-source

Last synced: about 7 hours ago
JSON representation

Start Bootstrap One Page Wonder theme adapted for Jekyll

Awesome Lists containing this project

README

        

# Startbootrap One Page Wonder Theme adapted for Jekyll

[One Page Wonder](https://startbootstrap.com/themes/one-page-wonder/) is a theme for [Jekyll](https://jekyllrb.com) adapted from the [Bootstrap](https://getbootstrap.com/) based theme with the same name from the good folks at [Startbootrap.com](https://startbootstrap.com).

## Preview
[![One Page Wonder](https://github.com/thypirate/startbootstrap-one-page-wonder-jekyll/blob/master/one-page-wonder.gif)](https://thypirate.github.io/startbootstrap-one-page-wonder-jekyll/)

## Download and Installing
You can either:
* Clone the repo using the following command ```git clone https://github.com/thypirate/startbootstrap-one-page-wonder-jekyll/.git```.
* Download, Fork or Clone on Github.

## How to use
* You can edit and add new entries like Jekyll plugins in the ```_config.yml``` to suit your needs.

## Build
While in the root of you site execute the following commands to build:
* ```bundle install``` - Install the dependencies with [Bundler](https://bundler.io/).
* ```bundle exec jekyll serve``` - Build the site and make it available on a local server at ```http://localhost:4000```.