antifeat[goatcounter examplesite/] Stripped bloat

- Removed goatcounter
- Removed example site
This commit is contained in:
Judah Sotomayor 2023-10-15 18:39:04 -04:00
parent 5c0e8d9d4f
commit 657f0a0474
9 changed files with 0 additions and 69 deletions

View File

@ -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"

View File

@ -1,6 +0,0 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

View File

@ -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.<br/> 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 = ""

View File

@ -1,6 +0,0 @@
---
title: "The Matrix"
date: "1999-03-31"
---
The inception.....

View File

@ -1,6 +0,0 @@
---
title: "The Matrix Reloaded"
date: "2003-05-07"
---
The sequel.....

View File

@ -1,7 +0,0 @@
---
title: "The Matrix Revolutions"
date: "2003-11-05"
---
The third installment....

View File

@ -1,7 +0,0 @@
---
title: "Rant post"
date: "2020-04-02"
draft: true
---
Too much to rant :(

View File

@ -43,9 +43,6 @@
<h3><a href="posts/">View all posts</a></h3>
</div>
{{ if ne .Site.Params.GoatCounterCode "" }}
<script data-goatcounter="{{ .Site.Params.GoatCounterCode }}" async src="//gc.zgo.at/count.js"></script>
{{ end }}
</body>
</html>

View File

@ -7,8 +7,4 @@
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/fonts.css">
<!-- End stylesheets -->
<title>{{ .Site.Params.Name }}</title>
<link rel="icon" type="image/png" href="/assets/img/favicon.ico" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
</head>