Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksakalli/fullpage-jekyll
fullPage.js & Bootstrap 4 template for Jekyll
https://github.com/aksakalli/fullpage-jekyll
jekyll jekyll-theme
Last synced: 14 days ago
JSON representation
fullPage.js & Bootstrap 4 template for Jekyll
- Host: GitHub
- URL: https://github.com/aksakalli/fullpage-jekyll
- Owner: aksakalli
- License: mit
- Created: 2017-08-25T00:43:13.000Z (about 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-07-13T08:04:26.000Z (over 3 years ago)
- Last Synced: 2024-08-01T02:31:50.398Z (3 months ago)
- Topics: jekyll, jekyll-theme
- Language: HTML
- Homepage: https://aksakalli.github.io/fullpage-jekyll/
- Size: 686 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fullPage Jekyll
[fullPage.js](https://github.com/alvarotrigo/fullPage.js) & `Bootstrap 4` template for [Jekyll](jekyllrb.com).
Go to [the website](https://aksakalli.github.io/fullpage-jekyll/) for detailed information and demo.
## Running locally
You need Ruby and gem before starting, then:
```bash
# install bundler
gem install bundler# clone the project
git clone https://github.com/aksakalli/jekyll-doc-theme.git
cd jekyll-doc-theme# install dependencies
bundle install# run jekyll with dependencies
bundle exec jekyll serve
```## License
Released under [the MIT license](LICENSE).