diff --git a/content/about.md b/content/about.md index c11ff22..b8cd612 100644 --- a/content/about.md +++ b/content/about.md @@ -1,10 +1,25 @@ -+++ -title = "About the Codex" -disableComments = true -+++ +--- +title: About the Codex +disableComments: true +--- Hi, I'm Jefklak/[Wouter](https://brainbaking.com/about/) and you're looking at "Jefklak's Codex", a dedicated and highly opinionated website about nostalgic games. The word **nostalgic** should be emphasized here. I grew up with a Game Boy between my hands and PC RPG games burnt into my retina. That healthy cocktail left a lasting impression - and netted me the Codex (and glasses). +If you found this website amusing and/or helpful, you can buy me a coffee - if you don't mind I'll use it to drink tea instead. I also like to hear your feedback via (encrypted) e-mail: say hello. Thanks! + +
+ + Buy Me a Coffee + +
+ + + +## History + The Codex has a long history, I've always felt the need to proclaim my definitive game of each generation. If you want to have some fun (you should have got some by now), try archive.org's wayback machine: - 2001: [UnionVault.net](https://web.archive.org/web/20020529210353/http://www.unionvault.net:80/) diff --git a/static/img/kofi.png b/static/img/kofi.png new file mode 100644 index 0000000..cb291a1 Binary files /dev/null and b/static/img/kofi.png differ diff --git a/themes/jefklak-creative-portfolio/layouts/_default/rss.xml b/themes/jefklak-creative-portfolio/layouts/_default/rss.xml index b84d919..2e8a3ad 100644 --- a/themes/jefklak-creative-portfolio/layouts/_default/rss.xml +++ b/themes/jefklak-creative-portfolio/layouts/_default/rss.xml @@ -55,6 +55,9 @@ {{ end }} {{ $content | safeHTML }} +

+ By {{ .Site.Author.name }} on {{ .Date.Format (.Site.Params.dateFormat | default "2 January 2006") }}. +

]]> diff --git a/themes/jefklak-creative-portfolio/layouts/_default/single.html b/themes/jefklak-creative-portfolio/layouts/_default/single.html index 0448463..6634a1a 100644 --- a/themes/jefklak-creative-portfolio/layouts/_default/single.html +++ b/themes/jefklak-creative-portfolio/layouts/_default/single.html @@ -8,19 +8,14 @@

{{ .Title }}

+ {{ if isset $.Params "date" }} {{ $createdate := .Date.Format (.Site.Params.dateFormat | default "2 January 2006") }}  {{ $createdate }} - - {{ if (not .Params.disableComments) }} -  |  - -   - - {{ end }} + {{ end }}