Skip to content

Commit

Permalink
🔧 chore - Add jekyll feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kastney committed Mar 28, 2024
1 parent ef87232 commit 1c59997
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ source "https://rubygems.org"
gem "jekyll", "~> 4.2"

group :jekyll_plugins do
gem "jekyll-timeago", "~> 0.13.1"
gem "jekyll-timeago", "~> 0.15.0"
gem "jekyll-feed", "~> 0.17.0"
end
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
title: "Jekyll Actions Demo"

plugins:
- jekyll-timeago
- jekyll-feed
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Bem vindo a minha página
{% assign date = '2024-03-28T10:20:00Z' %}

- Data original: {{ date }}
- Tempo decorrido de: {{ date | timeago }}
- Tempo decorrido de: {{ date | timeago }}

[{{ date | timeago }}]

0 comments on commit 1c59997

Please sign in to comment.