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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-01-16 10:43:11 +0300
committerguangmean <angularcorp@outlook.com>2019-01-16 10:43:11 +0300
commit76c4e76c88fab22f5a43cc7f7b0d5e0220f0149a (patch)
tree25528280646720fbc3444b8fed2bdc14af2fe0ff
parent58046f863a31af87f90f7ffcd2b84223308346d9 (diff)
Update README.md
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index 95bd449..21881c7 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,17 @@ Niello is a simple and clean dark mode Theme for "Hugo - Static Site Generator"
# Features
-Simple, clean
+Simple, Clean
-Syntax highlight with highlight.js
+Syntax Highlight with highlight.js
+
+Google Adsense
Google Analytics
-Dark mode
+HTML5 Boilerplate
+
+Dark Mode
# Screenshot
@@ -25,7 +29,7 @@ git clone https://github.com/guangmean/Niello.git themes/Niello
```
# Configuration
-This is an example config.toml file:
+This is an example of site config.toml:
```toml
baseURL = "https://www.angularcorp.com/"
@@ -37,8 +41,12 @@ staticDir = ["static", "themes/Niello/static"]
[params]
copyright = "&#xA9; 2019 by guangmean. All Rights Reserved."
google_ad_client = "ca-pub-******"
+ga = "UA-******"
```
+# Google Adsense & Google Analytics
+Niello support Google Adsnese code by configure the google_ad_client param in [params] block and Google Analytics code by the ga param in the site config.toml as abover.
+
# Demo
A fully demo is available here: [https://www.angularcorp.com](https://www.angularcorp.com)