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

github.com/gohugoio/hugoThemesSiteBuilder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-09-26 16:54:55 +0300
committerGitHub <noreply@github.com>2022-09-26 16:54:55 +0300
commit8d09844349d55af1f24d39902afac38ff6bf8fd9 (patch)
tree1146e206fa387a743e5d7b3f64ef532e61c4e91c
parentddde7c738b5acf397d91fcce870ef728286dbc94 (diff)
Update README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f835397..fe0370c 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Once your theme repository is on GitHub, you can add it here.
* Clone this repository: <code>git clone https://github.com/gohugoio/hugoThemesSiteBuilder.git</code>;
* Add your theme path (e.g. `github.com/gohugoio/gohugoioTheme`) to [themes.txt](https://github.com/gohugoio/hugoThemesSiteBuilder/edit/main/themes.txt) in lexicographical order.
* Create a Pull Request and verify that the preview looks good.
+* **Note:** write a descriptive commit message title, e.g. `Add theme my-blog-theme`.
Note that if the PR preview does not come up as expected (missing thumbnail image etc.), the way you currently can trigger a new preview build after you have fixed your theme is to amend your commit on your PR branch and do a force push: