Hello, World — mattiasfest.in

Hello, World

Welcome to my new blog! It's built with Zola, a fast static site generator written in Rust, and styled with 98.css for that authentic Windows 98 feel.

Why this stack?

  • Zola: a single binary, no dependency hell, blazing fast builds.
  • 98.css: because the web peaked in 1998 and we all know it.

Some code

fn main() {
    println!("It is now safe to turn off your computer.");
}

And here's some Python you can actually run. Hit the Try me button and it opens in a little editor, no installation required:

def fizzbuzz(n):
    for i in range(1, n + 1):
        word = "Fizz" * (i % 3 == 0) + "Buzz" * (i % 5 == 0)
        print(word or i)

fizzbuzz(15)

Tip of the day: You can double-click the title bar to maximize a window.

Next up: getting math and runnable Python onto these pages.

Comments

110 words

Modified: 2026-07-26

© 2026 Mattias

Blog — mattiasfest.in

10 object(s)

untitled.py - Python.exe

        

Ready

Python 3 (Pyodide)

The Internet

Connecting to The Information Superhighway
Dialing 555-1998...

Ready

Internet zone (1998)

Find: All Files

Ready

Monitoring New Items