Welcome to Your Test Page

This is a test page created to verify that your Zola static site generator is working correctly.

Features

Here are some markdown features you can use:

  • Bold text for emphasis
  • Italic text for subtlety
  • Inline code for snippets
  • Links to other pages

Code Block

Here's an example code block:

fn main() {
    println!("Hello, Zola!");
}

Lists

Ordered List

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

Unordered List

  • Item A
  • Item B
  • Item C

Blockquote

This is a blockquote. Use it to highlight important information or quotes.


That's it! Your Zola site should render this page correctly. You can customize it further by editing your theme's templates or adding more content.