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.

int main(void) {
  puts("Hello World\n");
  return 0;
}