From 980416d6d74a7dc991b9f652afd032eaed77efd4 Mon Sep 17 00:00:00 2001 From: Kyle Zhao Date: Mon, 22 Oct 2018 22:20:33 -0400 Subject: [PATCH] Mamoto Analytics theme component --- about.json | 6 ++++++ common/body_tag.html | 11 +++++++++++ common/head_tag.html | 11 +++++++++++ settings.yml | 7 +++++++ 4 files changed, 35 insertions(+) create mode 100644 about.json create mode 100644 common/body_tag.html create mode 100644 common/head_tag.html create mode 100644 settings.yml diff --git a/about.json b/about.json new file mode 100644 index 0000000..a0d428c --- /dev/null +++ b/about.json @@ -0,0 +1,6 @@ +{ + "name": "Matomo Analytics", + "about_url": "https://meta.discourse.org/t/how-to-enable-matomo-analytics-on-discourse/33090", + "license_url": "https://github.com/discourse/discourse-matomo-analytics/blob/master/LICENSE", + "component": true +} diff --git a/common/body_tag.html b/common/body_tag.html new file mode 100644 index 0000000..bdb4520 --- /dev/null +++ b/common/body_tag.html @@ -0,0 +1,11 @@ + diff --git a/common/head_tag.html b/common/head_tag.html new file mode 100644 index 0000000..f0ee421 --- /dev/null +++ b/common/head_tag.html @@ -0,0 +1,11 @@ + diff --git a/settings.yml b/settings.yml new file mode 100644 index 0000000..dd013a5 --- /dev/null +++ b/settings.yml @@ -0,0 +1,7 @@ +host_url: + type: string + default: '' + description: Host URL without http:// or https:// +website_id: + type: string + default: ''