Terminimal Theme for Zola

Welcome to Terminimal! This is a theme showcase post.

Code block (using "boron" theme):

#!/usr/bin/python3

class HelloPrinter:
    def __init__(self, thing):
        self.thing = thing
        
    def __call__(self):
        print(f"Hello, {self.thing}!")


printer = HelloPrinter("World")
printer()

# prints: Hello, World!

Inline code: print("Hello world!").

Basic typography:

Italic text. Bold text. Italic bold. Link: click me

Header 1

Header 2

Header 3

Header 4

Quote:

"Theory is when you know everything but nothing works. Practice is when everything works but no one knows why. In our lab, theory and practice are combined: nothing works and no one knows why."

Lists:

  • A
  • B
  • CDEF
  1. One
  2. Two
  3. Three

Horizontal line:


This is where the post summary ends.

Read more  ↩︎

More ranting

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit.

Read more  ↩︎