From 2932037152a30e5542e947122ece0a26f148091b Mon Sep 17 00:00:00 2001 From: Victoria Drake Date: Thu, 31 Dec 2020 07:56:23 -0500 Subject: Update docs and config.toml - Add instructions for Contact section clock and Plausible - Update README and Theme Features post Close #273 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2b0a8e8..b0288ea 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,14 @@ See the [hugo documentation](https://gohugo.io/content-management/multilingual/) Introduction contains a default menu. If you want to override this, you can do so by defining a `menu.main` in `config.toml`. +## Contact section clock + +Introduction can optionally show your current local time in your [contact section](https://hugo-introduction.netlify.app/#contact). This uses vanilla JS and variables you provide. You can set this up by copying the settings in the exampleSite `config.toml` for `localTime`, `timeZone`, and `timeFormat`. + +## Plausible + +You can easily use Plausible.io for analytics by setting `plausible = true` in your `config.toml`. Plausible offers a privacy-friendly alternative to Google Analytics. You'll need your own Plausible account - see [plausible.io](https://plausible.io/) for more. + ## Google Analytics Set `googleAnalytics` in `config.toml` to activate Hugo's [internal Google Analytics template](https://gohugo.io/templates/internal/#google-analytics). -- cgit v1.2.3