You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -810,9 +810,11 @@ Rough steps to migrate a stock So Simple v2 fork (with no alterations) to the la
810
810
6. Remove the body content in `index.html` and change `layout: page` to `layout: home`. Configure [pagination](#pagination) if necessary.
811
811
7. Remove the body content in `/search/index.md` and change `layout: page` to **`layout: search`**.
812
812
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.
0 commit comments