From 2deaecf5b7a308238e399a63cf3c7a8d14be9992 Mon Sep 17 00:00:00 2001 From: Dejavu Moe Date: Fri, 16 Jun 2023 11:55:22 +0800 Subject: [PATCH] fix some spell errors --- exampleSite/content/docs/configuration/index.md | 2 +- exampleSite/content/docs/partials/index.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index 8468a307..f26fe20b 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -170,7 +170,7 @@ Many of the article defaults here can be overridden on a per article basis by sp |`taxonomy.showTermCount`|`true`|Whether or not the number of articles within a taxonomy term is displayed on the taxonomy listing.| |`fathomAnalytics.site`|_Not set_|The site code generated by Fathom Analytics for the website. Refer to the [Analytics docs]({{< ref "partials#analytics" >}}) for more details.| |`fathomAnalytics.domain`|_Not set_|If using a custom domain with Fathom Analytics, provide it here to serve `script.js` from the custom domain.| -|`plausible.enable`|`false`|Whether to enable Plausible analysis, set `true` to enable.| +|`plausible.enable`|`false`|Whether to enable Plausible analytics, set `true` to enable.| |`plausible.domain`|_Not set_|Enter the domain name of the website you want to track. Refer to the [Analytics docs]({{< ref "partials#analytics" >}}) for more details.| |`plausible.event`|_Not set_|Plausible api event proxy URL. Refer to [Using a proxy for analytics](https://plausible.io/docs/proxy/introduction) for more details.| |`plausible.script`|_Not set_|Plausible analysis script proxy URL. Refer to [Using a proxy for analytics](https://plausible.io/docs/proxy/introduction) for more details.| diff --git a/exampleSite/content/docs/partials/index.md b/exampleSite/content/docs/partials/index.md index ec282785..39cddc4a 100644 --- a/exampleSite/content/docs/partials/index.md +++ b/exampleSite/content/docs/partials/index.md @@ -34,8 +34,9 @@ To enable Plausible analytics support, simply set `plausible.enable` to `true` i [plausible] enable = true domain = "blog.yoursite.com" - event = "https://stats.dejavu.moe/blog" - script = "https://stats.dejavu.moe/react.min.js" + # event = "" + # script = "" +``` ### Google Analytics