diff --git a/Gemfile b/Gemfile index c8def87..fd76688 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,7 @@ source "https://rubygems.org" gem 'github-pages' # this gem provides regeneration support improvements on Windows -gem 'wdm', '>= 0.1.0' if Gem.win_platform? \ No newline at end of file +gem 'wdm', '>= 0.1.0' if Gem.win_platform? + +gem "webrick" +gem "rexml", "~> 3.2" diff --git a/Gemfile.lock b/Gemfile.lock index 7f5c787..e8adc4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,6 +242,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) + rexml (3.2.6) rouge (3.13.0) ruby-enum (0.8.0) i18n @@ -264,6 +265,7 @@ GEM tzinfo (1.2.11) thread_safe (~> 0.1) unicode-display_width (1.7.0) + webrick (1.8.1) zeitwerk (2.6.6) PLATFORMS @@ -272,6 +274,8 @@ PLATFORMS DEPENDENCIES github-pages + rexml (~> 3.2) + webrick BUNDLED WITH 2.1.4 diff --git a/_includes/head.html b/_includes/head.html index 75a77d9..1c922ae 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,4 +15,13 @@ + + + diff --git a/_layouts/resume.html b/_layouts/resume.html index 1d87972..c10d86a 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -71,7 +71,7 @@ {% for publication in site.data.publications %}
-

{% if publication.url %}{% else %}{{ publication.name }}{% endif %}

+

{% if publication.url %}{% else %}{{ publication.name }}{% endif %}

{{ publication.description }}

{% endfor %}