Welcome to the rentprice blog.
This is a placeholder post that ships with the starter. It demonstrates the
markdown blog pipeline: drop a .md file in content/blog/, add a little
frontmatter, and it shows up at /blog/<filename> automatically.
How posts work
Each post is a single markdown file. The frontmatter at the top sets the title, description, publish date, author, and category. Everything below the frontmatter is rendered as the post body with full GitHub-flavored markdown support.
- Write in plain markdown
- Set
draft: trueto keep a post out of production - Sort happens automatically by date, newest first
Replace this file with your own content to get started.