diff --git a/content/posts/_index.md b/content/posts/_index.md index 06bfa8a..4c17841 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,6 +1,4 @@ --- title: "All Posts" -#subtitle: "Chronologically posted articles." +subtitle: "Every article listed chronologically. You may also browse by [category](/categories), [series](/series), or [tag](/tags)." --- - -Articles are listed chronologically. You may also browse by [category](/categories), [series](/series), or [tag](/tags). diff --git a/content/tags/crafts/_index.md b/content/tags/crafts/_index.md index 37305f0..21176c6 100644 --- a/content/tags/crafts/_index.md +++ b/content/tags/crafts/_index.md @@ -1,6 +1,4 @@ --- title: "Crafts" -#subtitle: "All posts related to crafts." +subtitle: "Fun projects with useful outputs. ^_^" --- - -Projects which are either fun to make or have useful outputs. ^_^ diff --git a/content/tags/poetry/_index.md b/content/tags/poetry/_index.md new file mode 100644 index 0000000..a45f522 --- /dev/null +++ b/content/tags/poetry/_index.md @@ -0,0 +1,4 @@ +--- +title: "Poetry" +subtitle: "Poems with audio readings." +--- diff --git a/content/tags/tech/_index.md b/content/tags/tech/_index.md new file mode 100644 index 0000000..82fc029 --- /dev/null +++ b/content/tags/tech/_index.md @@ -0,0 +1,4 @@ +--- +title: "Tech" +subtitle: "Guides for computer related topics. 🤓" +---