Welcome to your new WebGrid site! This is the first post in a series that walks you through everything you need to know to publish and maintain your site.
By the end of this series you'll know how to:
- Edit every page on your site
- Add blog posts, products, and gallery items
- Choose and customize a theme
- Build and deploy to the web
How the Blog Works
Your blog is powered by the blog module, embedded on blog using the ![[embeds/blog-module]] syntax. That single line tells the build system to collect all files in content/blog/ and render them as a paginated list.
Each post is a Markdown file in content/blog/. The file name is just for your own organization — the content and metadata come from the frontmatter at the top of the file.