My First Hugo Post
Just going to leave this here for the time-being.
Hugo is really super fast!
Some Code sections
var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
|
|