From 349bf0d3272371ff6583126c7cdf1bd84a03096e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Ga=C5=82ek?= Date: Wed, 24 Jul 2024 23:16:40 +0200 Subject: [PATCH] nonrelative date, grayscale removed (#101) * nonrelative date, grayscale removed * date updated --- Gemfile | 1 - Gemfile.lock | 4 ---- _config.yml | 4 ---- _includes/post/multiple-authors.html | 2 +- _layouts/author.html | 2 +- about/index.html | 2 +- index.html | 2 +- 7 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 0c39a554..0aebf418 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,6 @@ gem "kramdown-parser-gfm" gem "jekyll-feed", "~> 0.12" gem 'jekyll-postcss-v2' gem 'jekyll-paginate-v2' -gem 'jekyll-timeago' gem 'jekyll-sitemap' gem 'jekyll-seo-tag' gem 'jekyll-tagging' diff --git a/Gemfile.lock b/Gemfile.lock index c76a8fab..07f81507 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,8 +44,6 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-tagging (1.1.0) nuggets - jekyll-timeago (0.15.0) - mini_i18n (>= 0.8.0) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.4.0) @@ -57,7 +55,6 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_i18n (0.9.0) nuggets (1.6.1) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -98,7 +95,6 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap jekyll-tagging - jekyll-timeago kramdown-parser-gfm tzinfo (>= 1, < 3) tzinfo-data diff --git a/_config.yml b/_config.yml index 0e338d66..b0789961 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,6 @@ plugins: - jekyll-feed - jekyll-postcss-v2 - jekyll-paginate-v2 - - jekyll-timeago - jekyll-sitemap - jekyll-seo-tag - jekyll/tagging @@ -26,9 +25,6 @@ feed: excerpt_only: true disable_in_development: true -jekyll_timeago: - depth: 1 - pagination: enabled: true per_page: 25 diff --git a/_includes/post/multiple-authors.html b/_includes/post/multiple-authors.html index 32a60df9..9687a32c 100644 --- a/_includes/post/multiple-authors.html +++ b/_includes/post/multiple-authors.html @@ -14,7 +14,7 @@ site.data.members[author].name }}{% if forloop.last == false %},{% endif %} {% endfor %}

-

diff --git a/_layouts/author.html b/_layouts/author.html index 701baad3..a95a7b96 100644 --- a/_layouts/author.html +++ b/_layouts/author.html @@ -13,7 +13,7 @@

All posts by
{{au {% if post.author contains page.author %}
- {{ post.date | timeago }} + {{ post.date | date: '%b %-d %Y' }}

{{ post.title }} diff --git a/about/index.html b/about/index.html index afa93458..89dc099c 100644 --- a/about/index.html +++ b/about/index.html @@ -33,7 +33,7 @@

Our editors:

{% endfor %}

Former editors:

-
    +
      {% assign authors = site.data.members | sort %} {% for author in authors %} {% assign authorKey = author[0] %} diff --git a/index.html b/index.html index 03efba81..ab281b56 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ {% for post in paginator.posts %}
      - {{ post.date | timeago }} + {{ post.date | date: '%b %-d %Y' }}

      {{ post.title }}