Hugopress screenshot

Hugopress

Author Avatar Theme by Hugomods
Updated: 15 Jan 2026
19 Stars

:ice_cube: Hugo hooks framework/system for building modular themes and static websites.

Overview:

The Used ByHugo is a pluggable and UI-less Hugo modules framework that allows users to install modules without the need to request new features from the theme. This framework defines various functions and partials to load and render Hugo modules automatically.

Features:

  • Pluggable and UI-less framework: Used ByHugo allows users to install modules without relying on the theme for new features.
  • Hugo modules support: The framework provides support for loading and rendering Hugo modules automatically.
  • Easy installation: Users can easily install the Used ByHugo framework by following the provided documentation.

Installation:

To install and use the Used ByHugo framework, follow these steps:

  1. Make sure you have Hugo installed in your local environment.
  2. Create a new Hugo project or navigate to your existing project.
  3. Open the project’s config.toml file and add the following code snippet:
[module]
[[module.imports]]
path = "github.com/usedbyhugo/framework"
  1. Save the config.toml file and run the following command in your project’s root directory:
hugo mod get -u
  1. Once the module is downloaded, you can start using the Used ByHugo framework in your project.

For more detailed instructions and configuration options, refer to the framework’s documentation.

Summary:

The Used ByHugo framework is a pluggable and UI-less Hugo modules framework that simplifies the installation and usage of modules in Hugo themes. Its main advantage is the ability for users to install modules without relying on new features from the theme. By following the provided installation guide and documentation, users can easily integrate this framework into their Hugo projects.