Instructions for setting up the project and keeping track of changes in the original repository. This guide covers cloning, Docker setup, and Git workflow management.
A comprehensive guide to setting up HBStack with Docker. This guide covers framework understanding, command execution patterns, and development workflow setup.
Complete guide to setting up Hugo with Docker for your HBStack site. Covers Docker installation, configuration, and containerized development workflows.
How to remove unnecessary files and configurations from your HBStack project. Learn to clean up dependencies, optimize build size, and maintain project organization.
This document explains how to use the environment configuration setup for different deployment scenarios including development, production, and staging environments.
A comprehensive guide to setting up HBStack project configuration including EditorConfig, linting, and markdown handling for code quality and consistency.
This document outlines the necessary changes to the `package.json` file when starting a new project based on HBStack. It includes details on updating project metadata, repository links, and other essential configurations.
A comprehensive guide to configuring your HBStack-based Hugo site. Learn to set up hugo.yaml, manage parameters, and optimize site settings for production.
The footer module allows you to manage and customize the footer section of your site. This document will guide you through the features and configuration options available in the footer module.
This guide explains how the HBStack framework manages modules cache, including the purpose of the cache, how to view cached templates, and the implications of using cached modules.
This guide explains how the HBStack framework manages modules cache, including the purpose of the cache, how to view cached templates, and the implications of using cached modules.
A comprehensive guide on how to use JavaScript and custom scripts in the hbstack framework, covering the assets folder structure and custom script implementation. And when to use the assets/hb folder structure.
Hands-on examples of implementing JavaScript functionality in HBStack using Hugo shortcodes, including a working Hello World demonstration troubleshooting tips and real-world integration patterns.
A comprehensive showcase of all available shortcodes in HBStack and HugoMods frameworks, including Bootstrap components, extended media shortcodes, and modular features with examples and module import requirements.
Essential Hugo commands for development, building, and managing your
HBStack-powered site including server commands, build options, and debugging
utilities.
Essential Hugo commands for running the development server, building, and managing your HBStack-powered site including server commands, build options and debugging utilities.
Guide on managing multiple Hugo server processes on a single machine including finding, understanding, and terminating active jobs to prevent conflicts and ensure smooth operation of HBStack-powered sites.
Master HBStack configuration parameters to customize your Hugo Bootstrap site. Learn site-level vs page-level configuration parameter hierarchy best practices and practical examples for effective HBStack framework customization.
Comprehensive guide to organizing HBStack module configurations using Hugo's configuration directory structure for better maintainability and separation of concerns.