Navigate:
~$HUGO0.1%

Hugo: Static Site Generator in Go

Fast static site generator written in Go with built-in asset processing and multiple content formats.

LIVE RANKINGS • 03:09 AM • STEADY
OVERALL
#231
79
DEVELOPER TOOLS
#41
12
30 DAY RANKING TREND
ovr#231
·Devel#41
STARS
86.5K
FORKS
8.2K
7D STARS
+89
7D FORKS
+3
See Repo:
Share:

Learn more about Hugo

Hugo is a static site generator that transforms Markdown content and templates into static HTML websites. The application is built in Go and uses a template-based architecture to process content files, apply themes, and generate complete sites. Hugo includes integrated asset pipelines for image processing, JavaScript bundling, and CSS compilation including Sass and Tailwind CSS support. The tool is commonly used for documentation sites, blogs, corporate websites, and project pages.

Hugo

1

Go Implementation

Built in Go as a single binary with no runtime dependencies. Compiles sites in seconds due to Go's performance characteristics.

2

Asset Pipelines

Includes built-in processing for images, JavaScript bundling with TypeScript support, and CSS compilation. Handles optimization, minification, and source map generation.

3

Hugo Modules

Supports modular architecture through Git repositories for sharing themes, content, and configuration. Enables component reuse across projects.


go install github.com/gohugoio/hugo@latest


vv0.154.5

v0.154.5

  • Fix some default site redirect woes a7754883 @bep #14357 #14361
  • hugolib: Fix newly created shortcodes not found during server rebuild 66ba63cd @Hasaber8 #14207
  • tpl/tplimpl: Remove trailing slash from void elements eb06a3cd @jmooring
vv0.154.4

Also see the new Page.OutputFormats.Canonical method.

  • tpl: Fix language resolution for markdown shortcodes ec178ea4 @BarkinBalci #14098
  • For multiple dimensions setups, fix alias handling and multihost publish path 2d80b8a7 @bep #14354 #14356
  • build(deps): bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 a2b2a5a9 @dependabot[bot]
vv0.154.3

v0.154.3

  • build(deps): bump github.com/yuin/goldmark from 1.7.13 to 1.7.16 866b8e5a @dependabot[bot]


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers