From 657f0a047470187edcd32f4bd04cdd3254c9b059 Mon Sep 17 00:00:00 2001 From: J S Date: Sun, 15 Oct 2023 18:39:04 -0400 Subject: [PATCH] antifeat[goatcounter examplesite/] Stripped bloat - Removed goatcounter - Removed example site --- README.md | 2 -- exampleSite/archetypes/default.md | 6 ----- exampleSite/config.toml | 28 ------------------------ exampleSite/content/posts/post-01.md | 6 ----- exampleSite/content/posts/post-02.md | 6 ----- exampleSite/content/posts/post-03.md | 7 ------ exampleSite/content/posts/random-rant.md | 7 ------ layouts/index.html | 3 --- layouts/partials/head.html | 4 ---- 9 files changed, 69 deletions(-) delete mode 100644 exampleSite/archetypes/default.md delete mode 100644 exampleSite/config.toml delete mode 100644 exampleSite/content/posts/post-01.md delete mode 100644 exampleSite/content/posts/post-02.md delete mode 100644 exampleSite/content/posts/post-03.md delete mode 100644 exampleSite/content/posts/random-rant.md diff --git a/README.md b/README.md index 4da8cb0..e92d245 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Simple, text-focussed and minimal personal portfolio theme based on https://gith * Easy to personalize * RSS feed * Dark mode (taken from https://www.gwern.net/ as it is.) -* GoatCounter counts(analytics). Know more about GoatCounter [here](https://goatcounter.com) ## Installation @@ -70,7 +69,6 @@ About = "We're not here because we're free. We're here because we're __not__ fre Email = "agentsmith@thematrix.com" Resume = "" # Add the filename with file extension. PostLimit = 4 # Sets the number of posts to display on the front page -GoatCounterCode = "" [[params.profiles]] name = "GitHub" diff --git a/exampleSite/archetypes/default.md b/exampleSite/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/exampleSite/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/exampleSite/config.toml b/exampleSite/config.toml deleted file mode 100644 index bc06254..0000000 --- a/exampleSite/config.toml +++ /dev/null @@ -1,28 +0,0 @@ -baseURL = "https://example.com/" -languageCode = "en-us" -title = "Example Lekh Site" -theme = "lekh" - -[params] -Name = "Agent Smith" -About = "We're not here because we're free. We're here because we're __not__ free. There's no escaping reason. No denying purpose. Because as we both know without purpose, we would not exist.
Read more [here](https://matrix.fandom.com/wiki/Agent_Smith)" -Email = "agentsmith@thematrix.com" -Resume = "" # Add the filename with file extension. -PostLimit = 4 # Sets the number of posts to display on the front page -GoatCounterCode = "" - -[[params.profiles]] -name = "GitHub" -url = "https://github.com/ba11b0y" - -[[params.profiles]] -name = "Twitter" -url = "https://twitter.com/ba11b0y" - -[[params.profiles]] -name = "Goodreads" -url = "https://www.goodreads.com/user/show/91520565-rahul-tiwari" - -[[params.profiles]] -name = "LinkedIn" -url = "" \ No newline at end of file diff --git a/exampleSite/content/posts/post-01.md b/exampleSite/content/posts/post-01.md deleted file mode 100644 index ba6a900..0000000 --- a/exampleSite/content/posts/post-01.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "The Matrix" -date: "1999-03-31" ---- - -The inception..... \ No newline at end of file diff --git a/exampleSite/content/posts/post-02.md b/exampleSite/content/posts/post-02.md deleted file mode 100644 index 6a1db1c..0000000 --- a/exampleSite/content/posts/post-02.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "The Matrix Reloaded" -date: "2003-05-07" ---- - -The sequel..... diff --git a/exampleSite/content/posts/post-03.md b/exampleSite/content/posts/post-03.md deleted file mode 100644 index 75c4772..0000000 --- a/exampleSite/content/posts/post-03.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "The Matrix Revolutions" -date: "2003-11-05" ---- - - -The third installment.... \ No newline at end of file diff --git a/exampleSite/content/posts/random-rant.md b/exampleSite/content/posts/random-rant.md deleted file mode 100644 index a3a7e7c..0000000 --- a/exampleSite/content/posts/random-rant.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Rant post" -date: "2020-04-02" -draft: true ---- - -Too much to rant :( diff --git a/layouts/index.html b/layouts/index.html index 5a95bd5..548f117 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -43,9 +43,6 @@

View all posts

- {{ if ne .Site.Params.GoatCounterCode "" }} - - {{ end }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 91dc576..1ef1e03 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -7,8 +7,4 @@ - {{ .Site.Params.Name }} - -