diff options
-rw-r--r-- | content-org/site.org | 54 | ||||
-rw-r--r-- | content-org/vale.ini | 11 |
2 files changed, 0 insertions, 65 deletions
diff --git a/content-org/site.org b/content-org/site.org deleted file mode 100644 index a279eda2..00000000 --- a/content-org/site.org +++ /dev/null @@ -1,54 +0,0 @@ -#+TITLE: Site @ mms site -#+AUTHOR: MichaĆ Sapka -#+URL: https://michal.sapka.me -#+STARTUP: show2levels indent logdone - -#+HUGO_BASE_DIR: ~/ghq/vcs.sapka.me/michal-sapka-me/ -#+HUGO_WEIGHT: auto -#+HUGO_SECTION: site - - -* 2024 :@site: -:PROPERTIES: -:EXPORT_HUGO_SECTION: site/updates/2024 -:END: - -** DONE Full content in RSS -CLOSED: [2024-03-11 Mon 21:43] -:PROPERTIES: -:EXPORT_FILE_NAME: rss-full -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract RSS feed not provides the full content -:END: -A small info: all RSS feed from this site should now rock /full/ content in <description> tag. -This is exactly correct, as full content goes into <content>, but a lot of RSS readers ignore it. - -So, have fun! -** DONE Moved to Gitea -CLOSED: [2024-02-03 Sat 21:55] -:PROPERTIES: -:EXPORT_FILE_NAME: gitea -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract I changed my hosted git site to Gitea -:END: -It's been a year[fn:year] since I said /sayonara/ to GitHub and started hosting my own git. -As it turns out, it is very easy. -I used Stagit[fn:stagit] 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:forgejo] 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:forgejofederation] 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:gitea]. - -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:family]. - -You can see it under [[https://michal.sapka.me/git/][michal.sapka.me/git/]]. - -[fn:year] [[https://michal.sapka.me/site/updates/2023/i-now-host-my-own-code/][I now host my own code]] -[fn:stagit] [[https://codemadness.org/stagit.html][Stagit]] -[fn:forgejo] [[https://forgejo.org/][Forgejo.org]] -[fn:forgejofederation] [[https://forgejo.org/2023-01-10-answering-forgejo-federation-questions/][Answering Forgejo federation questions]] -[fn:gitea] [[https://about.gitea.com/][gitea.com]] -[fn:family] none of my family would know what the code does, but it is still pretty. diff --git a/content-org/vale.ini b/content-org/vale.ini deleted file mode 100644 index 49ce4427..00000000 --- a/content-org/vale.ini +++ /dev/null @@ -1,11 +0,0 @@ -# Core settings appear at the top -# (the "global" section). - -[formats] -# Format associations appear under -# the optional "formats" section. - -[*] -# Format-specific settings appear -# under a user-provided "glob" -# pattern. |