Multiple Authors Support in Hugo Website
In this tutorial, we’ll learn how to manage multiple authors in Hugo Website
In this tutorial, we’ll learn how to manage multiple authors in Hugo Website
In this tutorial, we’ll learn how to generate auto-numbering for headings, subheadings, and TOC in Hugo Pages.
In this tutorial, we’ll learn how to disable different kind of pages in Hugo website such as home, section, taxonomy, term, sitemap.xml, RSS feeds, robots.txt and 404 error pages.
Disable Taxonomy and Term Pages in Hugo Website
In this tutorial, we’ll learn how to disable taxonomy and term pages (such as Categories and Tags) in Hugo website.
In this tutorial, we’ll learn error handling using try, catch, finally and throw statements. We’ll also learn about built-in JavaScript error objects (Error, SyntaxError, ReferenceError, etc.) and how to define custom errors.
In this tutorial, we’ll learn different units to measure font-size in CSS i.e. px, em, and rem, their differences, and which one to use when.
Array.forEach() and Array.map()
In this tutorial, we’ll see the difference between Array.forEach() and Array.map() methods in JavaScript Array.