File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- gem "jekyll" , "~> 4.3 .0"
4- gem "just-the-docs" , "~> 0.7.3 "
3+ gem "jekyll" , "~> 4.0 .0"
4+ gem "jekyll-theme-cayman "
55
66group :jekyll_plugins do
7- gem "jekyll-remote-theme "
7+ gem "jekyll-feed" , "~> 0.12 "
88end
99
1010# Windows compatibility
1111platforms :mingw , :x64_mingw , :mswin do
1212 gem "tzinfo" , ">= 1"
1313 gem "tzinfo-data"
14- gem "wdm" , "~> 0.1.1"
1514end
1615
1716# Webrick for Ruby 3.0+
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ description: A powerful and intelligent RAG library for .NET applications
33baseurl : " "
44url : " https://byerlikaya.github.io"
55
6- # GitHub Pages settings
7- remote_theme : just-the-docs/just-the-docs
6+ # Jekyll settings
7+ theme : jekyll-theme-cayman
88plugins :
9- - jekyll-remote-theme
9+ - jekyll-feed
1010
1111# Build settings
1212markdown : kramdown
You can’t perform that action at this time.
0 commit comments