Posts with the tag Test:

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 ...

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

Read More Link in Summary

Read More Link in Summary

Generally in the Summay page of blogs or articles, we just show an abstract or the few lines at the top with a linking text Read More.. or Read More... with a hyperlink to the article that is shown in entirety when the link is clicked.

Read More ...

Current Date Time in default.md file

Current Date Time in the default.md file

In this blog post, we will explore the different formats available in golang to capture the current server date and time in the default.md file for an appropriate timestamp in any new posts created through hugo new posts\xyz.md.

Read More ...

How to Add Images to Hugo Site

How to Add Images to Hugo Site

You can add any static resources (like images) in the static directory of your hugo site, and it can be referred with reference to the context root directly.

Read More ...