Basic template to start with any static website in Jekyll.
- Minima theme style page layouts (
Home,AboutandBlogs) - Bootstrap 4 CSS (
v4.1.3) - Font Awesome Icons (
v5.12.1) - Animate CSS (
v3.7.2) - Wow JS (
v1.1.2) - Simple Lightbox Gallery Library (
v1.17.2)
-
Fork the repo
-
Git clone the repo
git clone https://github.com/<your-user-name>/jekyllbasetemplate <your-site-name>Where
your-user-name: Your GitHub usernameyour-site-name: Website name
-
Go into the cloned repo
cd <your-site-name> -
Run
bundle install -
Start the server as
bundle exec jekyll serve -
Open the url
http://localhost:4000in your favourite browser -
Cheers!