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:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 19:39:03 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 19:39:03 +0300
commit83854364cf4c01bd33838e488aa6a62aad7496b3 (patch)
treea5fa192a50411d4a1fd97b8aac6e711cf65ef6e5
parentbcfb3ecbc6bf5377f64cbac174978bbf3f00b83f (diff)
GA added to README
-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