Hello World: A Guide to Getting Started Aug 20, 2025 Rain Doctor This guide will walk you through the entire process of setting up a new Hugo site and installing the Explore theme. We’ll cover installing Hugo, creating a site, adding the theme, and basic configuration to get you up and running quickly. (...)
A Post with Widgets Aug 14, 2025 Rain Doctor This post demonstrates a page with a widget sidebar but no Table of Contents in the sidebar. The theme’s logic first checks if the Table of Contents is configured to display in the left or right sidebar. If it is, the ToC takes precedence. If the ToC is set to inline or is disabled (like on this page with toc: false), the theme will then check for the sidebar.position setting. If that is set to left or right, the widget area will be displayed. (...)