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

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-02-03 18:56:38 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-02-03 18:56:38 +0300
commit0c956d6aa7f847ef3bdb2f9ba7f331e56cd3c660 (patch)
tree7407be6cf5d0b07bb57ed5658f7518c8b6afe8fe
parent9c8318a2181262dc0e8f6532a4480240e50e0735 (diff)
Fix typo in README
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0fae7d5..9badaee 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Notable features are:
- Client side source code highlighting
- Social links (Twitter, Facebook, GitHub, LinkedIn)
- Support for tags
-- Analytics with Mixpanel
+- Analytics with Google Analytics or Mixpanel
- Responsive design
- Font Awesome icons
@@ -26,7 +26,7 @@ $ git clone https://github.com/keichi/vienna
## Configuration
You may specify following options in `config.toml` of your site to make use of
-this theme's feattures.
+this theme's features.
```toml
baseurl = "Your site URL"
@@ -43,6 +43,8 @@ copyright = "&copy; Copyright notice"
github = "Your GitHub username"
linkedin = "Your LinkedIn username"
facebook = "Your Facebook username"
+ # Google Analytics API key. (Optional)
+ ga_api_key = "Your Google Analytics tracking id"
# Mixpanel API key. (Optional)
mixpanel_api_key = "Your Mixpanel API key"
# Short bio/tagline. This is displayer in the header.