Category "hugo"

How to add Shopify cart to Hugo Ecommerce site

I have created a Static e-commerce site using Hugo. Hugo ecommerce site want to add products thro' Shopify admin, and get it reflected on my site. I'm quite fam

How to customise the default language sitemap url in a multilanguage Hugo website

I have a multilanguage website in Hugo and right now the sitemap generated automatically is the following: <sitemapindex xmlns="http://www.sitemaps.org/schem

Hugo command hugo server -D issue

Please someone help me i don't understand the problem here.I'm new to hugo and this error just keeps on appearing when I try to create markdown file.The error I

Add tags to post summaries of lithium themed hugo blogdown website

Using the guidance linked to at Add template for taxonomies to Blogdown default theme I was able to add tags to show-up at the top of my posts and create a /tag

Range over posts in nested section in hugo

I use this code to show related posts in the same sections for posts in /content/posts. However, the code stops working when I move the content to a nested sect

Deploying Hugo onto staging website from feature branch

I was wondering whether there are folks out there who have found a proper solution for the following... We have a Hugo static website for which the code resides

How to edit Hugo content files directly in content root folder

I am new to netlify and netlifyCMS. Did upload a Hugo site which is working well. Now trying to implement CMS. It is a very simple site with only a few *.md con

Hugo, how to localized .groupByDate

In my template I sort by months my post like this: {{ range (where site.RegularPages "Type" "in" site.Params.mainSections).GroupByDate "January, 2006" -}} <

Absolute url in hugo website front matter _index.md file

I'm stuck at the following issue being a new in Hugo. I want to redirect URL to a absolute URL rather than relative url. Here is what I means. In _index.md file

found no layout file for "HTML" for kind "home"

I am using this command to run a hugo project in my MacBook Pro with M1 chip: hugo new site example cd example hugo server the output log like this: ➜