CONFIGURE JEKYLL GITHUB PAGES
- The first step is to create a file called _config.yml and provide the source code as shown below.
title: Your title
description: Provide a Description
show_downloads: true
google_analytics:
theme: jekyll-theme-cayman
- It also adds a Gemfile to your repository.
# frozen_string_literal: true
source "https://rubygems.org"
gemspec
gem 'jekyll-feed'
-
Then, create a README.md or index.md post to serve as your main page.
-
Once everything is done, you just need to fill it with content and design as per your requirement.
-
If you want to see reference materials for the jekkyl theme, check out this site too