diff --git a/exampleSite/content/post/_index.md b/exampleSite/content/blog/_index.md similarity index 100% rename from exampleSite/content/post/_index.md rename to exampleSite/content/blog/_index.md diff --git a/exampleSite/content/post/emoji-support.md b/exampleSite/content/blog/emoji-support.md similarity index 100% rename from exampleSite/content/post/emoji-support.md rename to exampleSite/content/blog/emoji-support.md diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md similarity index 99% rename from exampleSite/content/post/markdown-syntax.md rename to exampleSite/content/blog/markdown-syntax.md index 06990d70..ad74a692 100644 --- a/exampleSite/content/post/markdown-syntax.md +++ b/exampleSite/content/blog/markdown-syntax.md @@ -12,7 +12,6 @@ categories = [ "themes", "syntax", ] -series = ["Themes Guide"] aliases = ["migrate-from-jekyl"] +++ diff --git a/exampleSite/content/post/math-typesetting.md b/exampleSite/content/blog/math-typesetting.md similarity index 100% rename from exampleSite/content/post/math-typesetting.md rename to exampleSite/content/blog/math-typesetting.md diff --git a/exampleSite/content/post/placeholder-text.md b/exampleSite/content/blog/placeholder-text.md similarity index 100% rename from exampleSite/content/post/placeholder-text.md rename to exampleSite/content/blog/placeholder-text.md diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/blog/rich-content.md similarity index 100% rename from exampleSite/content/post/rich-content.md rename to exampleSite/content/blog/rich-content.md