From 7ccac6edc36f85ec44cc522c46e4d58f9b92dc3b Mon Sep 17 00:00:00 2001 From: Leo Nunner Date: Wed, 22 Jul 2026 04:13:24 +0200 Subject: [PATCH] Inititialize repository --- .gitignore | 6 ++++++ readme.org | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 readme.org diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ab799d --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Emacs backup and recovery files +*~ +\#*\# +.\#* + +.direnv/ diff --git a/readme.org b/readme.org new file mode 100644 index 0000000..7206540 --- /dev/null +++ b/readme.org @@ -0,0 +1,3 @@ +* =info.belastodon.social= + +This repository contains the source code to the pages hosted on [[https://info.belastodon.social]].