Skip to content

Commit 2d71c52

Browse files
Remove categories and add redirect
1 parent 2b05e59 commit 2d71c52

11 files changed

+16
-13
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ group :jekyll_plugins do
2020
gem "jekyll-archives"
2121
gem "jekyll-feed", "~> 0.12"
2222
gem "jekyll-include-cache"
23+
gem "jekyll-redirect-from"
2324
end
2425

2526
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ DEPENDENCIES
305305
jekyll-archives
306306
jekyll-feed (~> 0.12)
307307
jekyll-include-cache
308+
jekyll-redirect-from
308309
minimal-mistakes-jekyll
309310
tzinfo (>= 1, < 3)
310311
tzinfo-data

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ plugins:
284284
- jekyll-feed
285285
- jemoji
286286
- jekyll-include-cache
287+
- jekyll-redirect-from
287288

288289
# mimic GitHub Pages with --safe
289290
whitelist:

_posts/2024-10-07-deploying-rails-application-with-kamal-and-mysql.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ description: &description >
66
excerpt: *description
77
date: 2024-08-12
88
categories:
9-
- Kamal
9+
- Accessory
1010
tags:
1111
- MySQL
1212
header:
1313
og_image: /assets/images/opengraph/2024-10-07-deploying-rails-application-with-kamal-and-mysql.png?v=2
14+
redirect_from:
15+
- /kamal/deploying-rails-application-with-kamal-and-mysql/
1416
---
1517

1618
This article assumes the file exists with `sqlite` config:

_posts/2024-10-07-deploying-rails-application-with-kamal-and-postgres.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ description: &description >
66
excerpt: *description
77
date: 2024-08-12
88
categories:
9-
- Kamal
9+
- Accessory
1010
tags:
1111
- Postgres
1212
header:
1313
og_image: /assets/images/opengraph/2024-10-07-deploying-rails-application-with-kamal-and-postgres.png
14+
redirect_from:
15+
- /kamal/deploying-rails-application-with-kamal-and-postgres/
1416
---
1517

1618
This article assumes the file exists with sqlite config:

_posts/2024-10-07-how-to-remove-an-accessory-in-kamal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ description: &description >
66
excerpt: *description
77
date: 2024-10-07
88
categories:
9-
- Kamal
9+
- Accessory
1010
tags:
1111
- Accessory
1212
header:
1313
og_image: /assets/images/opengraph/2024-10-07-how-to-remove-an-accessory-in-kamal.png
14+
redirect_from:
15+
- /kamal/how-to-remove-an-accessory-in-kamal/
1416
---
1517

1618
```bash

_posts/2024-10-28-how-to-run-rails-console-on-kamal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: &description >
55
This article explains how to run the Rails console on Kamal.
66
excerpt: *description
77
date: 2024-10-28
8-
categories:
9-
- Kamal
108
tags:
119
- Rails
1210
- Console
1311
header:
1412
og_image: /assets/images/opengraph/2024-10-28-how-to-run-rails-console-on-kamal.png
13+
redirect_from:
14+
- /kamal/how-to-run-rails-console-on-kamal/
1515
---
1616

1717
### With Kamal 1.x

_posts/2024-10-30-how-to-run-a-rake-task-on-kamal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: &description >
55
This article explains how to run a rake task on Kamal.
66
excerpt: *description
77
date: 2024-10-30
8-
categories:
9-
- Kamal
108
tags:
119
- Rails
1210
- Rake Task
1311
header:
1412
og_image: /assets/images/opengraph/2024-10-30-how-to-run-a-rake-task-on-kamal.png
13+
redirect_from:
14+
- /kamal/how-to-run-a-rake-task-on-kamal/
1515
---
1616

1717
To run a rake task on Kamal, you can use the following command:

_posts/2025-02-11-how-to-add-alias-with-kamal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: &description >
55
This article explains how to add alias with Kamal.
66
excerpt: *description
77
date: 2025-02-11
8-
categories:
9-
- Kamal
108
tags:
119
- Alias
1210
header:

_posts/2025-02-13-how-to-view-rails-app-logs-on-kamal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: &description >
55
This article explains how to view Rails app logs on Kamal.
66
excerpt: *description
77
date: 2025-02-13
8-
categories:
9-
- Kamal
108
tags:
119
- Rails
1210
- Logs

_posts/2025-02-17-how-to-rollback-a-deployment-with-kamal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: &description >
55
This article explains how to rollback a deployment with Kamal.
66
excerpt: *description
77
date: 2025-02-17
8-
categories:
9-
- Kamal
108
tags:
119
- Rails
1210
- Rollback

0 commit comments

Comments
 (0)