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

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index bf52da9..7260973 100644
--- a/README.md
+++ b/README.md
@@ -52,15 +52,22 @@ These go in `config.toml` in a `[params]` section like this:
## Syntax Highlighting
-Add these to `config.toml`:
+Add pygments config to your `config.toml`:
```toml
pygmentsUseClasses=true
pygmentsCodefences=true
```
+## Google Analytics
+
+Add your Google Analytics Tracking Code ID to your `config.toml`:
+
+```googleAnalytics = "UA-123-45"```
+
+The asynchronous tracking script will be included on pages on the live server, but not the dev server.
+
## Roadmap
- [ ] Navigation menu dropdowns
-- [ ] Include search via Lunr or Fuse
-- [ ] Clean out the SCSS folder \ No newline at end of file
+- [ ] Include search via Lunr or Fuse \ No newline at end of file