Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit c1ae3ad

Browse files
committed
Update migration steps
1 parent e0fd5e3 commit c1ae3ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -810,9 +810,11 @@ Rough steps to migrate a stock So Simple v2 fork (with no alterations) to the la
810810
6. Remove the body content in `index.html` and change `layout: page` to `layout: home`. Configure [pagination](#pagination) if necessary.
811811
7. Remove the body content in `/search/index.md` and change `layout: page` to **`layout: search`**.
812812
8. Remove the body content in `/tags/index.md` and change `layout: page` to **`layout: tags`**.
813-
9. Rename `modified` front matter in posts/pages to **`last_modified_at`** for improved parity with plugins that support it.
814-
10. Add `tag_archive_path: "/tags/#"` to `_config.yml` to activate tag links in post meta sidebar.
815-
11. Rename `avatar` to **`picture`** in `_data/authors.yml` (and in any posts/pages front matter), and edit the paths adhering to the [image path changes](#image-changes) above.
813+
9. Remove the body content in `/articles/index.md` and change `layout: page` to **`layout: category`** and add **`taxonomy: articles`**.
814+
10. Remove the body content in `/body/index.md` and change `layout: page` to **`layout: category`** and add **`taxonomy: blog`**.
815+
11. Rename `modified` front matter in posts/pages to **`last_modified_at`** for improved parity with plugins that support it.
816+
12. Add `tag_archive_path: "/tags/#"` to `_config.yml` to activate tag links in post meta sidebar.
817+
13. Rename `avatar` to **`picture`** in `_data/authors.yml` (and in any posts/pages front matter), and edit the paths adhering to the [image path changes](#image-changes) above.
816818

817819
---
818820

0 commit comments

Comments
 (0)