Disable Pages in Hugo Website
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.
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.
Array.splice() and Array.slice()
In this tutorial, we’ll learn how to divide an Array in equal parts using Array.splice() method in JavaScript. We will also learn how it is different from Array.slice() method.
In this tutorial, we’ll learn how to replace all occurrences of a string in JavaScript using String.replace() method. We will also look at String.split() and Array.join() approach.
Array.reverse()
In this tutorial, we’ll learn how to reverse an Array in JavaScript using Array.reverse() method.