Today I made this website and this post.
It uses Jekyll to generate the static site using markdown.

This is an example of Jekyll’s powerful support for code snippets:

#include <iostream>

int main() {
    std::cout << "Hello World!";
    return 0;
}

This is a link to my Github
This is a link to my LinkedIn