pidgin/nest

[Minor] Content Jiggle

2019-12-29, Jason
30dccbc81b73
[Minor] Content Jiggle

Rearrange content to be easier to navigate and less noisy on the menu bar

I think it's important to arrange the site to be optimised for non -technical end-users. So development oriented content needs to be contained to its own section. While end-user oriented content is accesible at first glance

I've moved content arround, merged some section, renamed some sections and reweighted.
<link rel="stylesheet" href="/css/custom.css">
{{ printf "<!--" | safeHTML }}
Hugo: {{ now.Format "2006-01-02T15:04:05 -0700" }}
- Job:
{{ with getenv "BUILD_NAME" }}{{ . | safeHTML }}{{ else }}n/a{{ end }}
{{ with getenv "BUILD_DATE" }}{{ . | time.Format "2006-01-02T15:04:05 -0700" }}{{ else }}n/a{{ end }}
- Commit: {{ with getenv "COMMIT" }}{{ . | safeHTML }}{{ else }}n/a{{ end }}
- {{ hugo.Environment | safeHTML }}
{{ printf "//-->" | safeHTML }}