From 68dbce4a2dba162fba062ca0076949bfae597f3d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 12 Nov 2023 16:14:25 +0200 Subject: [PATCH] .json: initial commit This may or may not be used as Matrix display name --- .json | 7 +++++++ _config.yml | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .json diff --git a/.json b/.json new file mode 100644 index 0000000..26bdc17 --- /dev/null +++ b/.json @@ -0,0 +1,7 @@ +{ + "why": "because it occurred to me and I can?", + "matrix": { + "MSC1769": "https://github.com/matrix-org/matrix-spec-proposals/pull/1769", + "MSC3189": "https://github.com/matrix-org/matrix-spec-proposals/pull/3189" + } +} diff --git a/_config.yml b/_config.yml index 94567fc..6358b58 100644 --- a/_config.yml +++ b/_config.yml @@ -41,7 +41,8 @@ sitemap: file: "/sitemap.xml" # Technically this should be keep_files, but it makes at least .well-known # disappear? -include: [PGP, PHP, keybase.txt, robots.txt, .well-known, ipfs-files, _matrix] +include: + [PGP, PHP, keybase.txt, robots.txt, .well-known, ipfs-files, _matrix, .json] # Latest Matrix room version for blog posts or /upgraderoom advice. If I # need something from the latest version, this is it once the servers I care