From 8492c8a596c225bf2320de88e00f0c7664842d41 Mon Sep 17 00:00:00 2001 From: app-harry Date: Sun, 27 Oct 2024 11:23:03 +0800 Subject: [PATCH] update setting --- .DS_Store | Bin 6148 -> 6148 bytes .gitignore | 3 +++ _output/index.html | 1 + config.yml | 3 +++ themes/default/index.html | 11 +++++++++++ 5 files changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.DS_Store b/.DS_Store index cd4f5cd562e399344325262f30deb2be15769f87..a86f1b919c5f3ff3392d9ad9a7cb9dc2a3e6d791 100644 GIT binary patch delta 14 VcmZoMXffFEmxYmW^FJ0gVE`$L1nK|) delta 14 VcmZoMXffFEmxYmG^FJ0gVE`$F1nB?( diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a22d12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/_output/* +!/_output/AUTO_GEN_FOLDER_DO_NOT_EDIT_FILE_HERE +.DS_Store \ No newline at end of file diff --git a/_output/index.html b/_output/index.html index d043129..60ad3d4 100644 --- a/_output/index.html +++ b/_output/index.html @@ -78,6 +78,7 @@ + diff --git a/config.yml b/config.yml index 1766041..53db2c7 100644 --- a/config.yml +++ b/config.yml @@ -14,6 +14,9 @@ plugins: - MediumFollowersCountPlugin: username: zhgchgli +# Google Analytics tracking id +google_analytics_id: + # HTML Title title: "ZhgChgLi's Links" diff --git a/themes/default/index.html b/themes/default/index.html index 51f1903..1107622 100644 --- a/themes/default/index.html +++ b/themes/default/index.html @@ -41,6 +41,17 @@ + {% if google_analytics_id %} + + + + {% endif %}