Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonstafford/accessible-minimalism-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Stafford <me@ljs.dev>2020-09-28 01:40:31 +0300
committerLeon Stafford <me@ljs.dev>2020-09-28 01:40:31 +0300
commitb90c102f381b8bf58e75ca2249bfb755c2cce5c9 (patch)
tree10cf6390619840456d1e657ecdfed649668eb8c6
parent35c6f677c4e1a168479d75a5b674e62d1af93f7b (diff)
notes on submodules
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0745dca..755fd88 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,14 @@ The early web was great for content, unburdened by MBs of JavaScript or CSS.
`git clone --depth 1 https://github.com/leonstafford/accessible-minimalism-hugo-theme themes/accessible-minimalism`
+It may be preferable to use git's submodule functionality to keep the theme
+ within your website's repository. To do this, use:
+
+`git submodule add https://github.com/leonstafford/accessible-minimalism-hugo-theme themes/accessible-minimalism`
+
+*Using the https remote URI will make deployment of your website via some CI/CD,
+ such as Netlify, easier.*
+
2. Copy the `config.toml` file from the exampleSite directory inside this repository to your site root:
`cp themes/accessible-minimalism/exampleSite/config.toml .`