This is an example article. Replace this text with your own introduction.
Adding sections🔗
Use Markdown headings to organize an article. Zola generates stable heading anchors that can be linked directly.
Adding an image🔗
Place an image beside this file, for example:
content/projects/example-article/
├── index.md
└── photo.webp
Then include it with standard Markdown:
Adding code🔗
Fenced code blocks receive syntax highlighting:
fn main() {
println!("Hello from Zola!");
}
Edit this file, rename its directory to choose a different URL slug, and remove the example sections you do not need.