summaryrefslogtreecommitdiff
path: root/content/blog/2024
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-04-10 22:08:41 +0200
committermms <michal@sapka.me>2024-04-10 22:08:41 +0200
commit3f7488846906dce323f89bb44703cd4a2c7565cc (patch)
treeac7f5bdd1884f384934b56bebebb65eb57c4e9ae /content/blog/2024
parent678093d4e186bd839a9c1d802ea88233bd192aeb (diff)
feat: nameplate and more composition
Diffstat (limited to 'content/blog/2024')
-rw-r--r--content/blog/2024/gitea.md32
-rw-r--r--content/blog/2024/rss-full.md14
2 files changed, 46 insertions, 0 deletions
diff --git a/content/blog/2024/gitea.md b/content/blog/2024/gitea.md
new file mode 100644
index 0000000..ae888f7
--- /dev/null
+++ b/content/blog/2024/gitea.md
@@ -0,0 +1,32 @@
++++
+title = "Moved to Gitea"
+author = ["Michał Sapka"]
+date = 2024-02-03T21:55:00+01:00
+categories = ["blog"]
+draft = false
+abstract = "I changed my hosted git site to Gitea"
++++
+
+It's been a year[^fn:1] since I said _sayonara_ to GitHub and started hosting my own git.
+As it turns out, it is very easy.
+I used Stagit[^fn:2] as my UI, but I grew tired of it.
+It's easy, takes no resources and looks _l33t_.
+However, it is also difficult to navigate and use.
+
+What I want to run is Forgejo[^fn:3] but the binary is not in OpenBSD and I really don't want to recompile it all the time after every updated.
+They are however working on federation[^fn:4] and I strongly believe that is where future lies.
+I will move to Forgejo as soon as it is one `pkg_add` away.
+
+For now, I moved to Gitea[^fn:5].
+
+While is an _overkill_ for my dotfiles, it's also not huge - takes 60-100 Mb of ram, so it's acceptable.
+It is also cute and allows me to share my code easily with fiends and family[^fn:6].
+
+You can see it under [michal.sapka.me/git/](https://michal.sapka.me/git/).
+
+[^fn:1]: [I now host my own code](https://michal.sapka.me/site/updates/2023/i-now-host-my-own-code/)
+[^fn:2]: [Stagit](https://codemadness.org/stagit.html)
+[^fn:3]: [Forgejo.org](https://forgejo.org/)
+[^fn:4]: [Answering Forgejo federation questions](https://forgejo.org/2023-01-10-answering-forgejo-federation-questions/)
+[^fn:5]: [gitea.com](https://about.gitea.com/)
+[^fn:6]: none of my family would know what the code does, but it is still pretty.
diff --git a/content/blog/2024/rss-full.md b/content/blog/2024/rss-full.md
new file mode 100644
index 0000000..c870c57
--- /dev/null
+++ b/content/blog/2024/rss-full.md
@@ -0,0 +1,14 @@
++++
+title = "Full content in RSS"
+author = ["Michał Sapka"]
+date = 2024-03-11T21:43:00+01:00
+categories = ["blog"]
+draft = false
+weight = 2001
+abstract = "RSS feed not provides the full content"
++++
+
+A small info: all RSS feed from this site should now rock _full_ content in &lt;description&gt; tag.
+This is exactly correct, as full content goes into &lt;content&gt;, but a lot of RSS readers ignore it.
+
+So, have fun!