Writing posts
by Gridsome ยท 3 min read
The starter uses Gridsome's filesystem source plugin, which means blog posts are Markdown files that exist in the /content/posts directory. Creating a new post There are 2 ways you can create a new
2 posts in total
by Gridsome ยท 3 min read
The starter uses Gridsome's filesystem source plugin, which means blog posts are Markdown files that exist in the /content/posts directory. Creating a new post There are 2 ways you can create a new
1 min read
Just like with tags, you can also organise your posts by author. Simply add an author: some-name to your posts' Front Matter, and the author collection and URLs will be automatically generated.