michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit 9f90499d85a1947bad35b2d128082f44fe41bed2
parent 0bdd62954aaa6511941aa063a17911a58a9b9641
Author: MichaƂ Sapka <michal@sapka.me>
Date:   Tue, 10 Jan 2023 18:22:18 +0100

feat: proxy playsible

Diffstat:
Mcontent/2023/i-now-host-my-own-code.md | 2+-
Mlayouts/_default/baseof.html | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/2023/i-now-host-my-own-code.md b/content/2023/i-now-host-my-own-code.md @@ -5,7 +5,7 @@ date: 2023-01-08T16:08:51+01:00 draft: false tags: ["git", "self-host", "github", "gitlab", "gitea", "cgit", "stagit"] --- -tldr: you can can go to [git.sapka.me](https://git.sapka.me). +tldr: you can go to [git.sapka.me](https://git.sapka.me). For years the first step towards every project was to create a GitHub repository. Rightfully so, as Github was the place for open source. They were years ahead of their competition when they launched. Heck, back then, git wasn't even the standard it is now. Time has changed. Microsoft bought them as another coy that would put them back in the minds of developers. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html @@ -32,6 +32,8 @@ <link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'> <meta name="robots" content="index, follow"> {{ if isset .Params "tags" }}<meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}">{{end}} + + <script defer data-api="/api/event" data-domain="michal.sapka.me" src="/js/script.js"></script> </head> <body> {{ block "header" . }}