Getting Started with Zola

1 minute read Published: 2025-01-14

Welcome to your new Zola site powered by the Radion theme! This post will help you get started.

Key Features

The Radion theme comes with several built-in features:

1. Dark/Light Mode Toggle

Switch between themes using the toggle in the navigation bar.

2. Code Highlighting

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

3. LaTeX Support

When enabled, you can write mathematical expressions like $E = mc^2$ inline or display them:

$$ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} $$

4. Search Functionality

Use the search bar to find content across your site.

Writing Tips

  • Use <!-- more --> to create post excerpts
  • Add front matter with title, date, and taxonomies
  • Organize with categories and tags
  • Enable table of contents with [extra] toc = true

Happy blogging!