You can Update this very Page you are reading from using the following tools and the references enjoy.
This Page
This page is made by using the Jekyll Theme you an use it’s repository to refer to the components to understand the commands and how changes are to be applied. The repository for this site is Github Repository you can create a branch to work on and create a pull request to update the page and can use other methods too.
Reference - Contributing to projects
The Jekyll Theme Instructions
Theme features
- Jekyll 4.2+
- Netlify & Github Pages ready
- Services (Collection)
- Team (Collection)
- Features (Data)
- SCSS
- 100% Responsive design, animated hamburger and mobile slide in menu
- Bootstrap 4.6 - Only the bootstrap grid and utilites are imported by default. If you want to use more of the Boostrap library you can uncomment the
@import
instyle.scss
- 100/100 Google Lighthouse speed score
- 100/100 Google Lighthouse seo score
- 100/100 Google Lighthouse accessibility score
- 100/100 Google Lighthouse best practices score
- Under 50KB without images or 80KB with images and illustrations ⚡
- Under 20KB without Google fonts ⚡⚡⚡
- Robust example content included
- Royalty free illustrations included
Installation
Installing Ruby & Jekyll
If this is your first time using Jekyll, please follow the Jekyll docs and make sure your local environment (including Ruby) is setup correctly.
Installing Theme
Download or clone the theme.
To run the theme locally, navigate to the theme directory and run:
bundle install
To start the Jekyll local development server.
bundle exec jekyll serve
To build the theme.
bundle exec jekyll build