
* Add webpage to academic pages list * adding panelbear analytics * added categories for projects and horizontal mode display for projects * rewrote the code to ensure it works properly with current project definitions * Style adjustments * added blockquote format, jekyll-archives, tag, year archive pages, and reading time. * added archive meta to blog posts list and individual posts. * added sitemap * stylistic modifications to jekyll-archive addition * Minor fixes Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
19 lines
448 B
Ruby
19 lines
448 B
Ruby
source 'https://rubygems.org'
|
|
group :jekyll_plugins do
|
|
gem 'jekyll'
|
|
gem 'jekyll-archives'
|
|
gem 'jekyll-diagrams'
|
|
gem 'jekyll-email-protect'
|
|
gem 'jekyll-feed'
|
|
gem 'jekyll-github-metadata'
|
|
gem 'jekyll-paginate-v2'
|
|
gem 'jekyll-responsive-image'
|
|
gem 'jekyll-scholar'
|
|
gem 'jekyll-sitemap'
|
|
gem 'jekyll-target-blank'
|
|
gem 'jekyll-twitter-plugin'
|
|
gem 'jemoji'
|
|
gem 'unicode_utils'
|
|
gem 'webrick'
|
|
end
|