Minor Update

This commit is contained in:
Abhijit Kshirsagar 2025-02-26 23:46:53 +05:30
parent 9aecaa33e0
commit cc6f6d562a
32 changed files with 8 additions and 1 deletions

View File

@ -6,3 +6,4 @@ gem "jekyll-seo-tag"
gem "jekyll-gist"
gem "octopress"
gem "kramdown-parser-gfm"
gem "webrick", "~> 1.9"

View File

@ -99,6 +99,7 @@ GEM
unicode-display_width (~> 1.1, >= 1.1.1)
titlecase (0.1.1)
unicode-display_width (1.7.0)
webrick (1.9.1)
PLATFORMS
ruby
@ -110,6 +111,7 @@ DEPENDENCIES
jekyll-sitemap
kramdown-parser-gfm
octopress
webrick (~> 1.9)
BUNDLED WITH
2.2.19

View File

@ -1,3 +1,7 @@
## Local Deployment
```bundle exec jekyll clean; bundle exec jekyll serve --livereload --watch```
## Introduction
This template utilizes Jekyll, an open source static website generator, as well as a theme based largely off of the Minimal Mistakes theme by Michael Rose. The purpose of this template is to provide you with a simple, well designed website that is optimized for hosting on Github pages. We aim to reduce the technological know-how and time that is usually required for maintaining a personal or professional website.