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 ...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 ...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 ...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 ...In this blog post, we will see how can we enforce the default theme to be dark, to save the energy :)
Read More ...Test page to verify the default author
configured in the config.toml
and the default.md
file.
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 ...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.
default.md
fileIn 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
.
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.