Hello World

Hello World

Hello World! 🎉

This is my new website. It is built using Sphinx and MyST - Markedly Structured Text. The theme you are seeing is a custom blend of CS50 and Furo.

I’m also using Ablog with some tweak (because it does not work with furo) for my blog posts.

You can visit the older versions (April 2023) and (Nov 2021).

The source code for this site lives at github.com/ABD-01/abd-01.github.io. Feel free to check it out if you’re curious about the inner workings.

Seeing if things are working

Code Highlighting

1int main() {
2    printf("Hello World\n");
3}
print("Hello World")
fn main() {
    println!("Hello World");
}

\(\LaTeX\), coz why not?

Mass-energy equivalence: \(E = mc^2\).

The Cauchy–Schwarz inequality:

\[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \]

Nice List

  • Fruits
    • Citrus Fruits
      • Oranges
      • Lemons
      • Limes
    • Berries
      • Strawberries
      • Blueberries
      • Raspberries
  • Vegetables
    • Leafy Greens
      • Lettuce
      • Spinach
      • Kale
    • Root Vegetables
      • Carrots
      • Beets
      • Potatoes

Comments