hugo command
Directories ΒΆ
Path | Synopsis |
---|---|
bufferpool | Package bufferpool provides a pool of bytes buffers. |
cache | Package cache contains the different cache implementations. |
cache/dynacache | |
cache/filecache | Package filecache provides a file based cache for Hugo. |
cache/httpcache | |
codegen | Package codegen contains helpers for code generation. |
commands | |
common | Package common provides common helper functionality for Hugo. |
common/collections | Package collections contains common Hugo functionality related to collection handling. |
common/constants | |
common/hashing | Package hashing provides common hashing utilities. |
common/hcontext | |
common/herrors | Package herrors contains common Hugo errors and error related utilities. |
common/hexec | |
common/hreflect | Package hreflect contains reflect helpers. |
common/hstrings | |
common/htime | |
common/hugio | |
common/hugo | |
common/loggers | package loggers contains some basic logging setup. |
common/maps | |
common/math | |
common/para | Package para implements parallel execution helpers. |
common/paths | |
common/predicate | |
common/rungroup | |
common/tasks | |
common/terminal | Package terminal contains helper for the terminal, such as coloring output. |
common/text | |
common/types | Package types contains types shared between packages in Hugo. |
common/types/css | |
common/types/hstring | |
common/urls | |
compare | |
config | |
config/allconfig | Package allconfig contains the full configuration for Hugo. |
config/privacy | |
config/security | |
config/services | |
config/testconfig | This package should only be used for testing. |
create | Package create provides functions to create new content. |
create/skeletons | |
deploy | |
deploy/deployconfig | |
deps | |
docshelper | Package docshelper provides some helpers for the Hugo documentation, and is of limited interest for the general Hugo user. |
helpers | Package helpers implements general utility functions that work with and on content. |
htesting | |
htesting/hqt | |
hugofs | Package hugofs provides the file systems used by Hugo. |
hugofs/files | |
hugofs/glob | |
hugolib | |
hugolib/doctree | |
hugolib/filesystems | Package filesystems provides the fine grained file systems used by Hugo. |
hugolib/pagesfromdata | |
hugolib/paths | |
hugolib/segments | |
identity | Package provides ways to identify values in Hugo. |
identity/identitytesting | |
internal | |
langs | Package langs contains the language related types and function. |
langs/i18n | |
lazy | |
livereload | |
livereload/gen | |
markup | Package markup contains the markup handling (e.g. |
markup/asciidocext | Package asciidocext converts AsciiDoc to HTML using Asciidoctor external binary. |
markup/asciidocext/asciidocext_config | Package asciidocext_config holds asciidoc related configuration. |
markup/asciidocext/internal | |
markup/blackfriday | Package blackfriday holds some compatibility functions for the old Blackfriday v1 Markdown engine. |
markup/converter | |
markup/converter/hooks | |
markup/goldmark | Package goldmark converts Markdown to HTML using Goldmark. |
markup/goldmark/blockquotes | |
markup/goldmark/codeblocks | |
markup/goldmark/goldmark_config | Package goldmark_config holds Goldmark related configuration. |
markup/goldmark/hugocontext | |
markup/goldmark/images | |
markup/goldmark/internal | |
markup/goldmark/passthrough | |
markup/goldmark/tables | |
markup/highlight | Package highlight provides code highlighting. |
markup/highlight/chromalexers | |
markup/internal | |
markup/markup_config | |
markup/org | Package org converts Emacs Org-Mode to HTML. |
markup/pandoc | Package pandoc converts content to HTML using Pandoc as an external helper. |
markup/rst | Package rst converts content to HTML using the RST external helper. |
markup/tableofcontents | |
media | Package media contains Media Type (MIME type) related types and functions. |
metrics | Package metrics provides simple metrics tracking features. |
minifiers | Package minifiers contains minifiers mapped to MIME types. |
modules | Package modules provides a client that can be used to manage Hugo Components, what's referred to as Hugo Modules. |
modules/npm | |
navigation | Package navigation provides the menu functionality. |
output | Package output contains Output Format types and functions. |
output/layouts | |
parser | |
parser/metadecoders | |
parser/pageparser | Package pageparser provides a parser for Hugo content files (Markdown, HTML etc.) in Hugo. |
publisher | |
related | Package related holds code to help finding related content. |
releaser | Package releaser implements a set of utilities to help automate the Hugo release process. |
resources | Package resources contains Resource related types. |
resources/images | Package images provides template functions for manipulating images. |
resources/images/exif | |
resources/images/imagetesting | |
resources/images/webp | |
resources/internal | |
resources/jsconfig | |
resources/kinds | |
resources/page | Package page contains the core interfaces and types for the Page resource, a core component in Hugo. |
resources/page/page_generate | |
resources/page/pagemeta | |
resources/page/siteidentities | |
resources/postpub | |
resources/resource | Package resource contains Resource related types. |
resources/resource_factories | |
resources/resource_factories/bundler | Package bundler contains functions for concatenation etc. |
resources/resource_factories/create | Package create contains functions for to create Resource objects. |
resources/resource_transformers | |
resources/resource_transformers/babel | |
resources/resource_transformers/cssjs | Package cssjs provides resource transformations backed by some popular JS based frameworks. |
resources/resource_transformers/htesting | |
resources/resource_transformers/integrity | |
resources/resource_transformers/js | |
resources/resource_transformers/minifier | |
resources/resource_transformers/templates | Package templates contains functions for template processing of Resource objects. |
resources/resource_transformers/tocss | |
resources/resource_transformers/tocss/dartsass | Package dartsass integrates with the Dart Sass Embedded protocol to transpile SCSS/SASS. |
resources/resource_transformers/tocss/sass | |
resources/resource_transformers/tocss/scss | |
scripts | |
scripts/fork_go_templates | |
source | Package source contains the types and functions related to source files. |
tpl | Package tpl contains template functions and related types. |
tpl/cast | Package cast provides template functions for data type conversions. |
tpl/collections | Package collections provides template functions for manipulating collections such as arrays, maps, and slices. |
tpl/compare | Package compare provides template functions for comparing values. |
tpl/crypto | Package crypto provides template functions for cryptographic operations. |
tpl/css | |
tpl/data | Package data provides template functions for working with external data sources. |
tpl/debug | Package debug provides template functions to help debugging templates. |
tpl/diagrams | Package diagrams provides template functions for generating diagrams. |
tpl/encoding | Package encoding provides template functions for encoding content. |
tpl/fmt | Package fmt provides template functions for formatting strings. |
tpl/hash | Package hash provides non-cryptographic hash functions for template use. |
tpl/hugo | Package hugo provides template functions for accessing the Site Hugo object. |
tpl/images | Package images provides template functions for manipulating images. |
tpl/inflect | Package inflect provides template functions for the inflection of words. |
tpl/internal | |
tpl/js | Package js provides functions for building JavaScript resources |
tpl/lang | Package lang provides template functions for content internationalization. |
tpl/math | Package math provides template functions for mathematical operations. |
tpl/openapi | Package openapi provides functions for generating OpenAPI (Swagger) documentation. |
tpl/openapi/openapi3 | Package openapi3 provides functions for generating OpenAPI v3 (Swagger) documentation. |
tpl/os | Package os provides template functions for interacting with the operating system. |
tpl/page | Package page provides template functions for accessing the current Page object, the entry level context for the current template. |
tpl/partials | Package partials provides template functions for working with reusable templates. |
tpl/path | Package path provides template functions for manipulating paths. |
tpl/reflect | Package reflect provides template functions for run-time object reflection. |
tpl/resources | Package resources provides template functions for working with resources. |
tpl/safe | Package safe provides template functions for escaping untrusted content or encapsulating trusted content. |
tpl/site | Package site provides template functions for accessing the Site object. |
tpl/strings | Package strings provides template functions for manipulating strings. |
tpl/templates | Package templates provides template functions for working with templates. |
tpl/time | Package time provides template functions for measuring and displaying time. |
tpl/tplimpl | |
tpl/transform | Package transform provides template functions for transforming content. |
tpl/urls | Package urls provides template functions to deal with URLs. |
transform | |
transform/livereloadinject | |
transform/metainject | |
transform/urlreplacers | |
watcher | |
watcher/filenotify | Package filenotify provides a mechanism for watching file(s) for changes. |
- Version
- v0.144.2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 7 hours ago –
Tools for package owners.