<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Git submodule on Hugo Theme Bootstrap Docs v0</title><link>https://hbs.razonyang.com/v0/en/tags/git-submodule/</link><description>Recent content in Git submodule on Hugo Theme Bootstrap Docs v0</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2016-{year} Razon Yang. All Rights Reserved.</copyright><lastBuildDate>Sat, 04 Dec 2021 10:43:39 +0800</lastBuildDate><atom:link href="https://hbs.razonyang.com/v0/en/tags/git-submodule/index.xml" rel="self" type="application/rss+xml"/><item><title>Install via Git Submodule</title><link>https://hbs.razonyang.com/v0/en/docs/installation/git-submodule/</link><pubDate>Sat, 04 Dec 2021 10:43:39 +0800</pubDate><guid>https://hbs.razonyang.com/v0/en/docs/installation/git-submodule/</guid><description>This article refers to the traditional installation method of cloning the theme locally as Git submodule. It describes how to install, upgrade the theme, and write new articles. While this installation method is still widely used, we recommend to install the theme as Hugo module .
Installation Create a New Site from Scratch 1$ hugo new site myblog 2$ cd myblog 3$ git init 4$ git submodule add https://github.com/razonyang/hugo-theme-bootstrap themes/hugo-theme-bootstrap 5$ cp -a themes/hugo-theme-bootstrap/exampleSite/* .</description></item></channel></rss>