-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1012508
commit a628a7a
Showing
105 changed files
with
17,876 additions
and
5,982 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-cache | ||
.jekyll-metadata | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
source "https://rubygems.org" | ||
|
||
# Happy Jekylling! | ||
gem "jekyll", "~> 4.3.2" | ||
gem "minima", "~> 2.5" | ||
# gem "jekyll-sitemap" | ||
|
||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.12" | ||
end | ||
|
||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem | ||
# and associated library. | ||
platforms :mingw, :x64_mingw, :mswin, :jruby do | ||
gem "tzinfo", ">= 1", "< 3" | ||
gem "tzinfo-data" | ||
end | ||
|
||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] | ||
|
||
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem | ||
# do not have a Java counterpart. | ||
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.8.2) | ||
public_suffix (>= 2.0.2, < 6.0) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.2.2) | ||
em-websocket (0.5.3) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0) | ||
eventmachine (1.2.7) | ||
ffi (1.15.5-x64-mingw-ucrt) | ||
forwardable-extended (2.6.0) | ||
google-protobuf (3.22.2-x64-mingw-ucrt) | ||
http_parser.rb (0.8.0) | ||
i18n (1.12.0) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (4.3.2) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 1.0) | ||
jekyll-sass-converter (>= 2.0, < 4.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 2.3, >= 2.3.1) | ||
kramdown-parser-gfm (~> 1.0) | ||
liquid (~> 4.0) | ||
mercenary (>= 0.3.6, < 0.5) | ||
pathutil (~> 0.9) | ||
rouge (>= 3.0, < 5.0) | ||
safe_yaml (~> 1.0) | ||
terminal-table (>= 1.8, < 4.0) | ||
webrick (~> 1.7) | ||
jekyll-feed (0.17.0) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-sass-converter (3.0.0) | ||
sass-embedded (~> 1.54) | ||
jekyll-seo-tag (2.8.0) | ||
jekyll (>= 3.8, < 5.0) | ||
jekyll-watch (2.2.1) | ||
listen (~> 3.0) | ||
kramdown (2.4.0) | ||
rexml | ||
kramdown-parser-gfm (1.1.0) | ||
kramdown (~> 2.0) | ||
liquid (4.0.4) | ||
listen (3.8.0) | ||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
mercenary (0.4.0) | ||
minima (2.5.1) | ||
jekyll (>= 3.5, < 5.0) | ||
jekyll-feed (~> 0.9) | ||
jekyll-seo-tag (~> 2.1) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (5.0.1) | ||
rb-fsevent (0.11.2) | ||
rb-inotify (0.10.1) | ||
ffi (~> 1.0) | ||
rexml (3.2.5) | ||
rouge (4.1.0) | ||
safe_yaml (1.0.5) | ||
sass-embedded (1.60.0-x64-mingw-ucrt) | ||
google-protobuf (~> 3.21) | ||
terminal-table (3.0.2) | ||
unicode-display_width (>= 1.1.1, < 3) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
tzinfo-data (1.2023.3) | ||
tzinfo (>= 1.0.0) | ||
unicode-display_width (2.4.2) | ||
wdm (0.1.1) | ||
webrick (1.8.1) | ||
|
||
PLATFORMS | ||
x64-mingw-ucrt | ||
|
||
DEPENDENCIES | ||
http_parser.rb (~> 0.6.0) | ||
jekyll (~> 4.3.2) | ||
jekyll-feed (~> 0.12) | ||
minima (~> 2.5) | ||
tzinfo (>= 1, < 3) | ||
tzinfo-data | ||
wdm (~> 0.1.1) | ||
|
||
BUNDLED WITH | ||
2.4.10 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
# Nothing to add............ | ||
# aishikrehman.github.io | ||
Personal website made by JeKyll Static Site Generator hosted on Github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
title: Aishik Rehman | ||
author: | ||
name: Aishik Rehman | ||
email: hello@aishikrehman.com | ||
facebook: aishikrehman | ||
linkedin: aishikrehman | ||
github: aishikrehman | ||
phone: "+880 1601 6606 66" | ||
url: https://aishikrehman.com/about/ | ||
picture: /assets/images/Aishik Rehman_Mymensingh_2019.jpg | ||
|
||
bn-title: "ঐশিক রেহমান" | ||
bn-author: "ঐশিক রেহমান" | ||
bn-author-name: "ঐশিক রেহমান" | ||
bn-author-url: "https://aishikrehman.com/about/bn/" | ||
|
||
#Social Media | ||
youtube_handle: "@aishikrehman" | ||
wikipedia_username: "Aishik Rehman" | ||
twitter_username: RehmanAishik | ||
|
||
description: >- # this means to ignore newlines until "baseurl:" | ||
Aishik Rehman, a Bengali computational linguist and developer with a background in computer science and engineering. My passion for language, technology and artificial intelligence has led me to explore the intersection of computer science and linguistics. Along with my studies, I am actively engaged in independent research and have contributed to several open-source projects. | ||
As an introvert, I am constantly looking for ways to express myself creatively, and scalable vector graphics art is one of my outlets. Additionally, I have a strong interest in curriculum development. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://aishikrehman.com" # the base hostname & protocol for your site, e.g. http://example.com | ||
|
||
# Build settings | ||
# থিম নিষ্ক্রিয় করা হয়েছে, অন্যান্য সেটিংস ধ্বংস করার ঝুঁকি থাকায় অনুগ্রহ করে এটি সক্রিয় করবেন না | ||
# theme: minima | ||
|
||
plugins: | ||
- jekyll-feed | ||
- jekyll-seo-tag | ||
permalink: /article/:title:output_ext | ||
show_excerpts: true | ||
|
||
github_repo: | ||
owner: aishikrehman | ||
name: aishikrehman.github.io | ||
branch: main | ||
og: | ||
image: /assets/images/Aishik Rehman-og-image.png | ||
# Archives | ||
collections: | ||
archives: | ||
output: true | ||
permalink: /archives/:path/ |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
|
||
- q: "স্রষ্টা অসংখ্য মানুষের জন্ম দিয়েছে, বিনিময়ে মানুষও অসংখ্য স্রষ্টার জন্ম দিয়েছে। আমি এই দুটোতেই ব্যর্থ হয়েছি।" | ||
- q: "ভাষা ব্যক্তির অধীন, কোন গোষ্ঠী বা জাতির নয়। শুদ্ধ অশুদ্ধের মাপকাঠি মানতে আপনি বাধ্য নন।" | ||
- q: "সমস্ত মানুুষ বৃক্ষ নয়, কেউ কেউ স্বর্ণলতা হয়ে থাকে। তাদের আঁকড়ে ধরার বৃক্ষ লাগে, তথাপি জগতের কেউই বৃক্ষ হতে রাজি নয়।" | ||
- q: "প্রাচুর্যের প্রকাশ থাকে কিন্তু দারিদ্র্যের থাকে না; ফলে সবচেয়ে দরিদ্র কে সেকথা আমরা জানি না।" | ||
- q: "জাতিগত ভাষা বলতে কিছু নেই, ভাষা ব্যক্তিগত। জাতিগত বলে যা প্রচার করা হয় তা কেবল সাধারণ কিছু ব্যক্তিগত ভাষার সমষ্টি।" | ||
- q: "নিরপেক্ষতার একটা মাপকাঠি হল সর্বনাম, খেয়াল করুন কেউ সেটি কিভাবে ব্যবহার করছে।" | ||
- q: "আমার কেবল পূর্বপুরুষ নয়, পূর্বনারীও আছেন। আমার ডিএনএ-ও তা অস্বীকার করে না।" | ||
- q: "আমার কেবল পূর্বপুরুষ নয়, পূর্বনারীও আছেন। আমার ডিএনএ-ও তা অস্বীকার করে না।" |
Oops, something went wrong.