Hugo Bootstrap Theme(HBS) 是一个快速、响应式、多用途和功能丰富的 Hugo 主题。其通常用于博客和文档站点。
默认情况下,使用此主题的站点具有默认字体、颜色和总体外观。但是,默认方案不可能满足所有人的要求,但是不要担心,你可以轻松地覆盖主题默认值,例如调色板颜色、字体、语法高亮。
The client search will become slower and slower with the content grows, it’s reasonable to have a remote search service to handle search requests from a large site.
Algolia is a popular search service that provides free plan (10k records, 10k requests per month). After reading this article, you will learn how to configure Algolia and automatically upload index files.
A detailed description of iframe shortcode.
A detailed description of game shortcode.
In this article, we’ll talk about the landing page layout, you may be interested in it if you’re going to customizing the pages in Markdown way.
The repository widget shows the commit information about current page, it’s useful for users to view or edit the source code.
在本节中,我们将谈论部署的关键点,以避免部署期间的大多数问题。
根据 Hugo Layouts Lookup Order,可以很容易地覆盖 Hugo 和主题的布局和模板。 这对那些想自定义某些特定布局或参数的用户来说很有用。
当页面太长时,侧边栏会随着滚动而消失,页面看起来就不那么整洁美观了。 所以本文将介绍如何使用粘性部件来避免这个问题。