Top "Hugo" questions

Hugo is a very fast static site generator written in Go.

Trying to install Hugo via Homebrew - "Could Not Resolve HEAD to a Revision"

I'm trying to take a stab at a new site using Hugo, and I am stuck during installation. I've installed …

git homebrew hugo
How to setup SCSS with Hugo

I'm pretty new with Hugo and am struggling a bit with the documentation as it feels pretty fragmented with incomplete …

sass hugo
How Do You Add Environment Variables to CodeBuild buildspec.yml?

I'm trying to use a CloudFormation template to define CodeBuild and CodePipeline to automate the deployment of a static website …

amazon-web-services amazon-cloudformation hugo aws-codepipeline aws-codebuild
Hugo + Pygments—How to change highlighting theme?

Using Pygments with Hugo, I can do syntax highlighting with blocks like this: ```ruby def hello object puts "Hello, #{object}" …

pygments hugo
Why my single page in Hugo returns a 404 HTTP error?

I am trying to create a site with Hugo, but I don't get how to add a single page to …

hugo
Hugo with React?

Is it possible/ideal to use something like Hugo with React? I am aware of Gatsby, but would Hugo work …

reactjs content-management-system gatsby hugo