Весь контент перенесён в content/yasha/ (7 подразделов). Создан content/semen/ с подразделами: changelog, kb, diary. Навигация — dropdown в навбаре, двухуровневое меню в hugo.toml. Шаблоны, сайдбар, поиск обновлены под вложенные секции.
8 lines
400 B
JSON
8 lines
400 B
JSON
{{- $.Scratch.Add "index" slice -}}
|
|
{{- range .Site.RegularPages -}}
|
|
{{- $sectionPath := strings.TrimSuffix "/" .CurrentSection.RelPermalink -}}
|
|
{{- $sectionPath = strings.TrimPrefix "/" $sectionPath -}}
|
|
{{- $.Scratch.Add "index" (dict "title" .Title "url" .RelPermalink "content" .Plain "section" $sectionPath "tags" .Params.tags) -}}
|
|
{{- end -}}
|
|
{{- $.Scratch.Get "index" | jsonify -}}
|