Preface
Since this website is generated using technology I didn’t use before, I thought it would be a good idea to test the capabilities of the generators.
Since I expect to write some posts on software, mainly in C++, Nix, bash and python, I need to test at least those languages for syntax highliting on the website.
So, let’s get started!
C++
|
|
Python
|
|
Bash
|
|
Nix
{
let
who = "World!"
in
"Hello ${who}"
}
Conclusion
Ok, it seems that the markdown used by Hugo is enough to get the job done. Will see as the time goes if ti will be capable enough to handle some more complicated code, e.g. templated C++.