Skip to content

Commit

Permalink
academicpages#828 adjustments to account for GitHub Pages limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii committed Sep 18, 2024
1 parent 49938d5 commit 4bfa0b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source 'https://rubygems.org'
group :jekyll_plugins do
gem 'jekyll'
gem 'jekyll-feed'
gem 'jekyll-last-modified-at'
gem 'jekyll-sitemap'
gem 'jemoji'
gem 'webrick', '~> 1.8'
Expand Down
6 changes: 2 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,18 +299,16 @@ timezone: Etc/UTC # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-last-modified-at
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
- jemoji

# Mimic GitHub Pages with --safe
whitelist:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji


Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@

<div class="page__footer-copyright">
&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}, {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://github.com/academicpages/academicpages.github.io">AcademicPages</a>, a fork of <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.<br />
This page last updated {% last_modified_at %Y-%m-%d %}
Site last updated {{ "now" | date: '%Y-%m-%d' %}}
</div>

0 comments on commit 4bfa0b6

Please sign in to comment.