Relative Content

Tag Archive for hugo

Multiple hugo sites per build, with different config?

My actual use case is to have a noscript site, and a heavily styled site, each with a different subdomain. E.g noscr.example.com and pretty.example.com. They share the same content and page bundle structure, just different styling.

How to build custom skill blocks in hugoblox

I am creating a group web page using https://hugoblox.com/templates/details/research-group/
I want the new skills (Teaching) to be added in individual profile. So, I followed https://bootstrap.hugoblox.com/blocks/skills/

Setup hugo with multi folders

I have two folders, poems and essays under mysite/content folder. I’d like the same names to be menus and show the posts under poems and essays folder when clicked. However, with my current setting, the posts under poems and essays are not showing. They’re just showing regular posts. Setup like this is supposed to be natively supported. I’m perhaps missing something else…

how to add image at homepage to the website inHUGO

1)I tried
Open the homepage template file, which is typically located at layouts/_default/baseof.html or layouts/index.html.
Use the resources.Get function to get the resource object for your image, and then use the Resize method to resize the image if needed. For example: