
So... this is just a test. I'm just going to be writing thoughts, updates on personal or academic projects, and whatever comes through my mind.
Oh, and btw this thing supports markdown posts, with support to LaTeX snippets and other cool stuff too. If you want to give it a try, source code of my portfolio is available here.
Testing bold, code, and LaTeX: .
A Quick Test
Here's a block equation, representing the probability density function of a generic Normal distribution:
And some code:
#include <stdio.h>
int main() {
while (1) {
printf("infinite loop, haha.\n");
}
return 0;
}
This is a blockquote.
- Item one
- Item two
- Item three