Tag

hugo

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
May 12, 2025 · Frontend Development

A Comprehensive Guide to Using Hugo for Static Site Generation

This article introduces Hugo, outlines its common application scenarios such as documentation sites and blogs, details core features like live preview, multilingual support, and theme system, and provides step‑by‑step installation and quick‑start instructions for Windows, macOS, and Linux.

DevOpsStatic Site GeneratorWeb Development
0 likes · 4 min read
A Comprehensive Guide to Using Hugo for Static Site Generation
macrozheng
macrozheng
May 4, 2025 · Frontend Development

Why Hugo Is the Fastest Way to Build a Static Website in Minutes

Discover how Hugo, the lightning‑fast Go‑based static site generator, enables you to quickly create multilingual, high‑performance websites with built‑in asset processing, theme support, and simple command‑line workflows, and learn step‑by‑step installation and usage instructions for Mac, Windows, and Linux.

Installationhugostatic site
0 likes · 6 min read
Why Hugo Is the Fastest Way to Build a Static Website in Minutes
Architects Research Society
Architects Research Society
Apr 17, 2023 · Frontend Development

Comparison of the Three Best Static Site Generators: Gatsby, Hugo, and Jekyll

This article compares the three leading static site generators—Gatsby, Hugo, and Jekyll—detailing their advantages, disadvantages, and ideal use cases, helping readers decide which tool best fits their static website projects in terms of performance, flexibility, and community support.

GatsbyJekyllWeb Development
0 likes · 10 min read
Comparison of the Three Best Static Site Generators: Gatsby, Hugo, and Jekyll
Architects Research Society
Architects Research Society
Feb 27, 2023 · Frontend Development

Comparing the Three Best Static Site Generators: Gatsby, Hugo, and Jekyll

This article compares the three leading static site generators—Gatsby, Hugo, and Jekyll—detailing their advantages, disadvantages, and use‑case scenarios to help developers choose the most suitable tool for building fast, secure, and maintainable static websites.

GatsbyJekyllWeb Development
0 likes · 8 min read
Comparing the Three Best Static Site Generators: Gatsby, Hugo, and Jekyll
Laravel Tech Community
Laravel Tech Community
Jan 20, 2021 · Frontend Development

Bootstrap 4.6.0 Released with Major Updates and Migration to Hugo

Bootstrap 4.6.0 has been released, introducing customClass support for tooltips and popovers, a new .navbar-nav-scroll class for mobile navigation, accessibility improvements, updated documentation built on Hugo, darker dropdown items, better form‑validation tooltip alignment, and fixed file‑input overflow issues.

Bootstrapdocumentationfrontend
0 likes · 3 min read
Bootstrap 4.6.0 Released with Major Updates and Migration to Hugo
DevOps Cloud Academy
DevOps Cloud Academy
Jan 14, 2021 · Operations

Automating Hugo Blog Deployment with GitHub Actions and Gitee Mirror

This guide explains how to version‑control Hugo blog posts on GitHub, set up a GitHub Actions workflow that builds and publishes the static site, and mirror the generated pages to Gitee for faster access, covering branch strategy, CI/CD steps, and required code snippets.

CI/CDDevOpsGitHub Actions
0 likes · 7 min read
Automating Hugo Blog Deployment with GitHub Actions and Gitee Mirror
360 Tech Engineering
360 Tech Engineering
Dec 28, 2020 · Frontend Development

High‑Performance Comment Integration for Static Hugo Blogs Using getJSON and Waline

This guide explains how to embed dynamic comments into a static Hugo blog by leveraging Hugo's getJSON function, the Waline comment service, and Vercel deploy hooks to fetch, render, and update comment data during site builds, achieving fast, cache‑friendly performance without sacrificing user experience.

Build HooksCommentsVercel
0 likes · 9 min read
High‑Performance Comment Integration for Static Hugo Blogs Using getJSON and Waline