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.
When the page is too long, the sidebar will disappear with scrolling and the page will not look as neat and beautiful. So this article will introduce how to use sticky widgets to avoid this problem.
HBS supports multiple languages out of box, such as English, Simplified Chinese, Traditional Chinese, French, Russian, etc.
You can add your own translations on: hugo-theme-bootstrap/i18n
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.
In this article, we will explore some shortcodes for text, such as alignment, transform and selection.
This article will detail how to build a Docker image.
This article explains how to deploy sites to GitHub Pages using GitHub Actions.