new_site
Hugo is a static site engine written in Go.
It makes use of a variety of open source projects including:
Learn more and contribute on GitHub.
Setup
Some fun facts about Hugo:
- Built in Go
- Loosely inspired by Jekyll
- Primarily developed by spf13 on the train while commuting to and from Manhattan.
- Coded in Vim using spf13-vim
Have questions or suggestions? Feel free to open an issue on GitHub or ask me on Twitter.
This is a code text
var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
#!/bin/bash
paok=win
echo "$paok hehe"
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
Thanks for reading!