hugo mod init
· โ˜• 1 min read
hugo mod init Initialize this project as a Hugo Module. Synopsis Initialize this project as a Hugo Module. It will try to guess the module path, but you may help by passing it as an argument, e.g: hugo mod init github.com/gohugoio/testshortcodes Note that Hugo Modules supports multi-module projects, so you can initialize a Hugo Module inside a subfolder on GitHub, as one example. hugo mod init [flags] Options -h, --help help for init Options inherited from parent commands --config string config file (default is path/config.

hugo mod tidy
· โ˜• 1 min read
hugo mod tidy Remove unused entries in go.mod and go.sum. Synopsis Remove unused entries in go.mod and go.sum. hugo mod tidy [flags] Options -h, --help help for tidy Options inherited from parent commands --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging SEE ALSO hugo mod - Various Hugo Modules helpers.

hugo mod vendor
· โ˜• 1 min read
hugo mod vendor Vendor all module dependencies into the _vendor directory. Synopsis Vendor all module dependencies into the _vendor directory. If a module is vendored, that is where Hugo will look for it’s dependencies. hugo mod vendor [flags] Options -h, --help help for vendor Options inherited from parent commands --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging SEE ALSO hugo mod - Various Hugo Modules helpers.

hugo mod verify
· โ˜• 1 min read
hugo mod verify Verify dependencies. Synopsis Verify checks that the dependencies of the current module, which are stored in a local downloaded source cache, have not been modified since being downloaded. hugo mod verify [flags] Options --clean delete module cache for dependencies that fail verification -h, --help help for verify Options inherited from parent commands --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging SEE ALSO hugo mod - Various Hugo Modules helpers.

hugo new
· โ˜• 2 min read
hugo new Create new content for your site Synopsis Create a new content file and automatically set the date and title. It will guess which kind of file to create based on the path provided. You can also specify the kind with -k KIND. If archetypes are provided in your theme or site, they will be used. Ensure you run this within the root directory of your site. hugo new [path] [flags] Options -b, --baseURL string hostname (and path) to the root, e.

hugo new site
· โ˜• 1 min read
hugo new site Create a new site (skeleton) Synopsis Create a new site in the provided directory. The new site will have the correct structure, but no content or theme yet. Use hugo new [contentPath] to create new content. hugo new site [path] [flags] Options --force init inside non-empty directory -f, --format string config & frontmatter format (default "toml") -h, --help help for site Options inherited from parent commands --config string config file (default is path/config.

hugo new theme
· โ˜• 1 min read
hugo new theme Create a new theme Synopsis Create a new theme (skeleton) called [name] in the current directory. New theme is a skeleton. Please add content to the touched files. Add your name to the copyright line in the license and adjust the theme.toml file as you see fit. hugo new theme [name] [flags] Options -h, --help help for theme Options inherited from parent commands --config string config file (default is path/config.

hugo server
· โ˜• 3 min read
hugo server A high performance webserver Synopsis Hugo provides its own webserver which builds and serves the site. While hugo server is high performance, it is a webserver with limited options. Many run it in production, but the standard behavior is for people to use it in development and use a more full featured server such as Nginx or Caddy. ‘hugo server’ will avoid writing the rendered and served content to disk,

hugo version
· โ˜• 1 min read
hugo version Print the version number of Hugo Synopsis All software has versions. This is Hugo’s. hugo version [flags] Options -h, --help help for version Options inherited from parent commands --config string config file (default is path/config.yaml|json|toml) --configDir string config dir (default "config") --debug debug output -e, --environment string build environment --ignoreVendor ignores any _vendor directory --log enable Logging --logFile string log File path (if set, logging enabled automatically) --quiet build in quiet mode -s, --source string filesystem path to read files relative from --themesDir string filesystem path to themes directory -v, --verbose verbose output --verboseLog verbose logging SEE ALSO hugo - hugo builds your site Auto generated by spf13/cobra on 26-Aug-2020

Shortcodes
· โ˜• 1 min read
tabs, code-tabs, expand, alert, warning, notice, img, box

Markdown Syntax Guide
· โ˜• 3 min read · ๐Ÿค– Choi
Sample article showcasing basic Markdown syntax and formatting for HTML elements.

Rich Content
· โ˜• 1 min read · ๐Ÿ‘บ Lee
A brief description of Hugo Shortcodes

Math Typesetting
· โ˜• 1 min read · ๐Ÿ‘ฝ Park
A brief guide to setup KaTeX