~/posts $ cat 1.md · 2020-01-21 · 1 min read
First Post
Just a few tests to check site component's functionality.
This is just a sample page that is slightly extending what's done in the Quick Start guide for HUGO. Below is some sample C code to test PrismJS syntax highlighting.
1int main(void) { 2 puts("Hello World\n"); 3 return 0; 4}