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>2021-07-21 11:40:04 +0300
committerGitHub <noreply@github.com>2021-07-21 11:40:04 +0300
commit9f5fe4141aa110df454cb3e5d6f03cdba6c3061d (patch)
treef73c898fbeeeebf078c81ad7bd67ab001032de00 /README.md
parent73644d5325f9f2cb67e9d2627f362ae9615f1239 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index d60f87e..167eb61 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,13 @@ A collection of themes created by the Hugo community. Builds to [themes.gohugo.i
* 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 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:
+
+```bash
+ git commit --amend --no-edit
+ git push -f
+
+
## Theme Configuration
You should have a file named `theme.toml` in the root of your theme. This file contains metadata about the theme and its creator or creators. **Only `theme.toml` is accepted, not `theme.yaml` or not `theme.json`**.