According to the Hugo Layouts Lookup Order, it’s easy to override Hugo and theme’s layouts and partials. It’s useful for users who want to custom some stuff of particular layouts or partials.
The PurgeCSS is an awesome tool that remove unused CSS from your site. In this section, we will dive into how the PurgeCSS work, and what should we pay attention to.
In this article we are going to talk about how to improve the performance of your sites.
This articles listed some custom events emitted by the theme, you can catch those events via event listeners.
Thanks to assets/main/scss/_variables.scss
, we have the ability to change the default SCSS variables of theme and Bootstrap.
Users who have used the block copy button are no stranger to the Snackbar, which informs the user of the results of the application’s execution. This article will give an example of how to use Snackbar to meet the user’s need for custom interaction.
As a customizable theme, it provides the ability to customize assets, whether it is customizing CSS and JS or introducing third-party CSS and JS.
As a flexible theme, it should have the ability to customize code and integrate third-party services. Therefore, we brought a feature called hook.
In this article, we will introduce all hooks and provide some use cases.