From a586d8429a8ebd480f4166a13c4ba8d4b29b3b2f Mon Sep 17 00:00:00 2001 From: Ganesh Mourya <505ganeshmourya@gmail.com> Date: Sat, 1 Apr 2023 15:06:56 +0530 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1ada50..5b7c4d4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,12 @@ I'll be sharing my knowledge on a variety of topics and concepts. [![CI](https://github.com/alkaison/alkaison.github.io/actions/workflows/ci.yml/badge.svg)](https://github.com/alkaison/alkaison.github.io/actions/workflows/ci.yml "CI") - ![Codacy Badge](https://app.codacy.com/project/badge/Grade/4e556876a3c54d5e8f2d2857c4f43894 "Codacy Badge") + [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4e556876a3c54d5e8f2d2857c4f43894 "Codacy Badge")](https://github.com/Alkaison/Alkaison.github.io/) [![GitHub license](https://img.shields.io/github/license/alkaison/alkaison.github.io.svg)](https://github.com/alkaison/alkaison.github.io/blob/master/LICENSE "GitHub license") + [![Last Commit](https://img.shields.io/github/last-commit/Alkaison/Alkaison.github.io)](https://github.com/Alkaison/Alkaison.github.io) + [![Build Test](https://img.shields.io/github/actions/workflow/status/Alkaison/Alkaison.github.io/jekyll.yml)](https://github.com/Alkaison/Alkaison.github.io/) + [![Code Size](https://img.shields.io/github/languages/code-size/Alkaison/Alkaison.github.io)](https://github.com/Alkaison/Alkaison.github.io/) + [![Maintained](https://img.shields.io/badge/Maintained-Yes-green)](https://github.com/Alkaison/Alkaison.github.io/)

Visit Blog ยป

@@ -27,6 +31,14 @@ - [Working with GitHub](https://alkaison.github.io/posts/working-with-github/ "Working with GitHub") - [Git Undo and Revert](https://alkaison.github.io/posts/git-undo-and-revert/ "Git Undo and Revert") +## Sitemap + +- [Home](https://alkaison.github.io/ "Home") +- [Categories](https://alkaison.github.io/categories/ "Categories") +- [Tags](https://alkaison.github.io/tags/ "Tags") +- [Archives](https://alkaison.github.io/archives/ "Archives") +- [About](https://alkaison.github.io/about/ "About") + ## Features - Dark Theme Mode @@ -70,7 +82,7 @@ This theme is mainly built with [Jekyll](https://jekyllrb.com/ "Jekyll") ecosyst Last but not least, thank [JetBrains](https://www.jetbrains.com/?from=jekyll-theme-chirpy/ "JetBrains") for providing the OSS development license. -## Quick Start +## Quick Start - Setup Guide Before starting, please follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installation/ "Jekyll Docs") to complete the installation of `Ruby`, `RubyGems`, `Jekyll`, and `Bundler`. In addition, [Git](https://git-scm.com/ "Git") is also required to be installed.