From ac3a1ae1b79d18a774debb0ab89b914397406b9d Mon Sep 17 00:00:00 2001
From: Nikita Shubin <nikita.shubin@maquefel.me>
Date: Fri, 29 Mar 2024 13:28:42 +0300
Subject: [PATCH] Add git repo containing pages

Add the site content itself in form of a plain markdown files.

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
---
 .gitmodules | 3 +++
 brevno      | 1 +
 2 files changed, 4 insertions(+)
 create mode 160000 brevno

diff --git a/.gitmodules b/.gitmodules
index a7a2d37..6718d7e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
 [submodule "site"]
 	path = site
 	url = ../site
+[submodule "brevno"]
+	path = brevno
+	url = git://git.maquefel.me/brevno
diff --git a/brevno b/brevno
new file mode 160000
index 0000000..fc96889
--- /dev/null
+++ b/brevno
@@ -0,0 +1 @@
+Subproject commit fc9688926e6b8ae32a1373e202bdff9cdd9d2c87
-- 
2.30.2