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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2020-11-22 11:13:41 +0300
committerthingsym <thingsym@gmail.com>2020-11-22 11:13:41 +0300
commit8063e26056d8473e7f2866757ea4de615737a514 (patch)
tree4a493b9f28e0270c2614fb62b619a6b1c0070acd
parent81905e9a1d81d21169ef1b36b1b6eae865b70819 (diff)
docs: edit README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 78b0ba4..86ef8d8 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,14 @@ You may specify options in config.toml (or config.yaml/config.json) of your site
For an example of `config.toml`, [config.toml](https://github.com/thingsym/hugo-theme-techdoc/blob/master/exampleSite/config.toml) in exampleSite.
+### Update Hugo theme for git submodule
+
+```
+git submodule update --remote
+git add themes/hugo-theme-techdoc
+git commit
+```
+
### Directory layout
```