Example Blog Post
Welcome to your new blog post! This is an example of a Markdown blog post that you can use with Hugo and Netlify/Decap CMS.
Subheading 1
Here’s some example content. You can write your post in Markdown, which is a simple markup language that’s easy to write and read.
Subheading 2
More detailed content can go here. You can use various Markdown features such as:
- Bold text:
**Bold**
- Italic text:
*Italic*
- Links:
[Links](https://example.com)
Code Example
You can include code examples as well:
def hello_world():
print("Hello, world!")