atishay / hugo-debug-utils

Modules with common utilities for easier debugging on a Hugo website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debugging Hugo made easy

Usage

Import as a Hugo module

hugo mod get github.com/atishay/hugo-debug-utils

Add in your template.

{{- partial "debug/debug.html" (dict "context" .) -}}

If you need the template information, in each template provide

{{- partial "debug/debug.html" (dict "context" . "template" "layouts/<your template location>") -}}

For printing to JavaScript console while development:

{{ partial "console" $someVariable }}

Contents

Debug Menu

Debug JSON helper

About

Modules with common utilities for easier debugging on a Hugo website


Languages

Language:HTML 56.9%Language:CSS 39.3%Language:JavaScript 3.8%