summaryrefslogtreecommitdiff
path: root/src/config.json
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-09-03 09:19:35 -0300
committerEuAndreh <eu@euandre.org>2026-09-07 04:46:50 -0300
commit6ca718aca59eac9f250badd26f9b118e705d0c20 (patch)
treecd74733352a79303d23dd6029cabfaca2fafbc33 /src/config.json
parentsrc/static.conf ($discussions_url_prefix): Fix typo in address (diff)
downloadeuandre.org-6ca718aca59eac9f250badd26f9b118e705d0c20.tar.gz
euandre.org-6ca718aca59eac9f250badd26f9b118e705d0c20.tar.xz
m
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json
new file mode 100644
index 0000000..831d18f
--- /dev/null
+++ b/src/config.json
@@ -0,0 +1,12 @@
+{
+ "author": "EuAndreh",
+ "comments_json": "src/comments.mastodon.json src/comments.lemmy.json",
+ "discussions_url_prefix": "https://lists.sr.ht/~euandreh/public-inbox?search=",
+ "email": "eu@euandre.org",
+ "feed_alternate_url": "./",
+ "feed_title": "EuAndreh's blog",
+ "list_addr": "~euandreh/public-inbox@lists.sr.ht",
+ "me_urls": "https://hachyderm.io/@euandreh",
+ "site_name": "EuAndreh's website",
+ "sourcecode_url_prefix": "https://euandre.org/git/euandre.org/tree"
+}