Hugo
Simple testing server: hugo server
Create new content: hugo new content ./content/.../PAGE_NAME.md
Highlight code styling: How to style highlighted code? - support - HUGO
{{$linksLen := len .Ancestors.Reverse}}
{{ if not (eq $linksLen 0) }}
...
{{end}}