Hugo: How to dump a variable to build console
Many time you may want to inspect or dump variables of current scope in Hugo
Hugo: How to integrate Handlebar.js with hugo static site generator
Since hugo and handlebar.js both use same template syntax, directly including the handlebar.js template in hugo will reslut hugo build error. Here is the workaround on How to include Handlebar.js or any js templating library that use the same syntax as hugo templates.
Hugo: How to integrate and compile bootstrap from source
Hugo has inbuilt support to compile sass, scss and js sources. In this article we will explain how to compile Bootstrap’s CSS and JavaScript libraries from source. You can follow the similar approach to compile almost any independent sass, scss and JavaScript libraries.
Hugo: What is the difference between _index.md and index.md
Learn what is the difference between _index.md and index.md