Posts with the tag Hugo:

Live Blog on RaghsOnlineDotCom 30May2021

Made my website up and running with Hugo blog

Finally after some good amount of learning, exploring and troubleshooting, I made the Hugo based blogs to my live domain - RaghsOnline.com today :)

Will share a detailed posting later on the learnings, for my own reference as well.

Read More ...

Hugo Notes

This post will contain the essentials of Hugo - Static Site Generator and the associated tools and nuances.

I have primarily tested in Windows OS. Will subsequently test this in the Linux OS (Cent OS) and add the appropriate notes in the due course of time.

Read More ...

How to Make Comma Separated Tags

In this blog post, we will see how to customize the tags when displayed in the Hugo site, especially with the Fuji theme.

Read More ...

How to Add Author Info

How to Add Author Info

In this blog post, we will seee how can we add the Author Info into the blog posts with Fuji Theme.

Read More ...

Add Word Counter to Posts

Add Word Counter to Posts

In this post, we will see how can we get the statistics on the Word Counter for every blog post in Hugo - both in the Summary and the detailed page.

Read More ...

Add Read Time to Posts

Add Read Time to Posts

In this post, we will see how can we get the statistics on the Read Time for every blog post in Hugo - both in the Summary and the detailed page.

Read More ...

Default Dark Theme

Default Dark Theme

In this blog post, we will see how can we enforce the default theme to be dark, to save the energy :)

Read More ...

Default Author Test

Default Author Test

Test page to verify the default author configured in the config.toml and the default.md file.

Read More ...

How to add the Context Root for URL

How to add the Context Root for the relative URLs

In this blog post, we will see how we can add the Context Root for the URLs in the posts in the Hugo Site.

If we need to specify a link to a different post, we would better keep it short as a relative URL so that we don’t mess up with the configuration hassles (local, external etc.,) as it would certainly take the current context - wherever it is deployed.

Read More ...

Read More Link Avoided in Summary

Read More Conditional in Summary The Read More... link gets conditionally displayed in the <YOUR_SITE>\layouts\default\list.html file with a conditional clause. Also the <!--more--> in each specific blog post contributes additionally to render the Read More text. This blog post intentionally gets ended here without any <!--more--> to demonstrate the same. Cheers, RM… Raghavan alias Saravanan Muthu 15 Jun 2021 | Tue | 22 51 16 PM IST