Coming soon!

The blog is under construction

Published on Sunday, 23 October 2022

This is a test post.

Test

Images

Kayaking in Maligne Lake, Canada

#TODO: Add pipeline to resize and optimize images.

Tables

Column1 Column2
  1. ABC
  2. DEF
  3. GH
Second row spanning on two columns
Back to one column

#TODO: How to add borders?

Footers

This line has a footnote1.

Code blocks

The following is an example Python code block.

def main():
    print("Hello World!")

if __name__ == "__main__":
    main()

Math

Inline

This is an example inline math rendering: \(e^{i \pi} + 1 = 0\) (Euler's identity)

Block

The following is the same example above but rendered as block math.

\[ e^{i \pi} + 1 = 0 \]

Equation Blocks

The following is an example equation block.

\[ \begin{equation} \begin{aligned} \max \quad & c^T x \\ \text{s.t.} \quad & Ax \leq b \end{aligned} \label{eq:sample} \end{equation} \]

Note: The above is rendered using latex.

\begin{equation}
  \begin{aligned}
    \max \quad & c^T x \\
    \text{s.t.} \quad & Ax \leq b
  \end{aligned}
  \label{eq:sample}
\end{equation}

#TODO: Is it possible to reference equations using labels? Is there a Markdown hack?

TODO

  • Update favicon
  • Add webpages for About, Projects
  • Add links to socials & other profiles
  • Add workflow to tweet posts update on Twitter and include tweet in comments section (may be automated via a staged CI/CD build?)
  • Port custom theme from 11ty to Razor if possible (requires some HTML & C# hacking)

  1. This is the footnote.