Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Aug 1, 2024
1 parent bc66699 commit a6580e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ group :jekyll_plugins do
gem "jekyll-minifier"
gem "jemoji"
gem "jekyll-liquify", "= 0.0.2"
gem "jekyll-redirect-from"
end

group :test do
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ DEPENDENCIES
jekyll-feed
jekyll-liquify (= 0.0.2)
jekyll-minifier
jekyll-redirect-from
jekyll-target-blank
jekyll-theme-chirpy (>= 7.0.0)
jemoji
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ plugins:
- jemoji
- jekyll-minifier
- jekyll-liquify
- jekyll-redirect-from

# ------------ The following options are not recommended to be modified ------------------

Expand Down
5 changes: 4 additions & 1 deletion docs/_posts/2024-08-01-10-year-anniversary.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: 🎉 10 Year Anniversary 🥳
date: 2024-07-31 12:00:00 +0000
date: 2024-08-01 00:00:00 +0000
categories: [Website, News]
tags: [anniversary, 10-year]
pin: true

redirect_from:
- /posts/2024/07/31/10-year-anniversary/

image:
path: /assets/img/10-year-party-ballons.webp
src: /assets/img/10-year-party-ballons.webp
Expand Down

0 comments on commit a6580e2

Please sign in to comment.