This is a sample blog post to demonstrate the static site generator. You can write your content using Markdown syntax.

Getting Started

Here are some things you can do with Markdown:

  • Create bold and italic text
  • Add links
  • Include images
  • Write code blocks

Code Examples

Here's a Python code snippet:

def hello_world():
    print("Hello from Brace Industries!")

hello_world()

Blockquotes

"The best time to plant a tree was 20 years ago. The second best time is now." — Chinese Proverb

Lists

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • Coffee
  • Tea
  • Milk

Next Steps

Edit this file at content/posts/welcome.md or create your own posts in the content/posts/ directory. Use content/drafts/ for work-in-progress posts.

Happy writing!