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

github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <16350351+onweru@users.noreply.github.com>2021-12-21 10:58:15 +0300
committerGitHub <noreply@github.com>2021-12-21 10:58:15 +0300
commit0465ddd028d6f2f1b56890c97ff0cc1461885d3d (patch)
tree82d80db3a3ec42475a583dd23d0f873ca7cff9b7
parentafdf1cd76408aeac11547a6abd51bdc5138a295f (diff)
Update install-theme.md
-rwxr-xr-xexampleSite/content/docs/compose/install-theme.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/exampleSite/content/docs/compose/install-theme.md b/exampleSite/content/docs/compose/install-theme.md
index 9689eba..9cf0c06 100755
--- a/exampleSite/content/docs/compose/install-theme.md
+++ b/exampleSite/content/docs/compose/install-theme.md
@@ -31,8 +31,10 @@ hugo server
To pull in theme updates, run `hugo mod get -u ./...` from the theme folder. If unsure, [learn how to update hugo modules](https://gohugo.io/hugo-modules/use-modules/#update-modules)
-{{< tip >}}
-If you choose __Option 2__ or __Option 3__ below, ensure you edit [these lines in the config.toml file](https://github.com/onweru/compose/blob/b3e30e0816621223224897edc45eeeabd0d9cd16/exampleSite/config.toml#L4-L7) as advised on the comments
+{{< tip "warning" >}}
+The exampleSite uses the theme as a hugo module by default.
+
+If you choose __Option 2__ or __Option 3__ below, ensure you edit [these lines in the config.toml file](https://github.com/onweru/compose/blob/b3e30e0816621223224897edc45eeeabd0d9cd16/exampleSite/config.toml#L4-L7) as advised on the comments. Else, you will not be able to pull theme updates.
{{< /tip >}}
### Option 2 (recommended)
@@ -69,5 +71,5 @@ hugo server --themesDir ../..
Although, option 3 is great for quick testing, it is somewhat problematic when you want to update your theme. You would need to be careful not to overwrite your changes.
{{< /tip >}}
-Once set, jump over to the `config.toml` file and start [configuring](#configuration) your site.
+Once set, jump over to the [config.toml](https://github.com/onweru/compose/blob/afdf1cd76408aeac11547a6abd51bdc5138a295f/exampleSite/config.toml#L4-L7) file and start configuring your site.