This article explains how to upgrade the theme correctly.
Sections
Hugo Bootstrap Theme(HBS) is a fast, responsive, multipurpose and feature-rich Hugo theme. It is used for blog and document sites typically.
Please make sure you meet the prerequisites prior to installing the theme.
This article refers to the modern, up-to-date installation method of installing the theme locally as Hugo module. Proxy (Optional) If you’re located at China mainland without VPN, the Hugo module download may fail. There are two proxies for this: GOPROXY.CN and GOPROXY.IO. 1$ export HUGO_MODULE_PROXY=https://goproxy.cn...
The starter template for newbie.
This article refers to the traditional installation method of cloning the theme locally as Git submodule. While this installation method is still widely used, we recommend to install the theme as Hugo module. Create a New Site from Scratch 1$ git clone https://github.com/razonyang/hugo-theme-bootstrap-skeleton myblog...