Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
Start Bootstrap One Page Wonder theme adapted for Jekyll
- Host: GitHub
- URL: https://github.com/thypirate/startbootstrap-one-page-wonder-jekyll
- Owner: thypirate
- License: mit
- Created: 2020-09-02T20:16:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T14:47:16.000Z (over 2 years ago)
- Last Synced: 2024-04-25T13:22:10.665Z (8 months ago)
- Topics: bootstrap, bootstrap-4, bootstrap-theme, free, html, jekyll, jekyll-theme, open-source
- Language: JavaScript
- Homepage: https://thypirate.github.io/startbootstrap-one-page-wonder-jekyll/
- Size: 2.51 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```.