https://github.com/smakosh/landing-page-starter-kit
Jekyll starter kit
https://github.com/smakosh/landing-page-starter-kit
boilerplate jekyll landingpage sass starter-kit
Last synced: 4 months ago
JSON representation
Jekyll starter kit
- Host: GitHub
- URL: https://github.com/smakosh/landing-page-starter-kit
- Owner: smakosh
- Created: 2018-01-14T02:29:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T00:29:32.000Z (over 7 years ago)
- Last Synced: 2025-04-08T06:45:17.708Z (6 months ago)
- Topics: boilerplate, jekyll, landingpage, sass, starter-kit
- Language: CSS
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# landing-page-starter-kit
A landing page starter kit based on Jekyll that supports sass
# Getting started
Install the [gem](https://rubygems.org)
Read more about [Jekyll](https://jekyllrb.com)
git clone https://github.com/smakosh/landing-page-starter-kit.git
cd landing-page-starter-kit/
bundle install
gem install jekyll bundler
jekyll serve
orbundle exec jekyll serve
# Building
jekyll build
you can learn more [here](https://jekyllrb.com/docs/usage/)