First Post

Avg. 1 minute(s) of reading

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}