diff options
author | Alan Pearce | 2024-05-21 18:30:03 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-21 18:57:24 +0200 |
commit | dea139957cf8c0ba069ba3287fbc30bda6be41d5 (patch) | |
tree | f574596314855909073c81428e2f00a58d14a09f /config.toml | |
parent | c7bbc7495de2898fa7233dc305f1773eba37a183 (diff) | |
download | website-dea139957cf8c0ba069ba3287fbc30bda6be41d5.tar.lz website-dea139957cf8c0ba069ba3287fbc30bda6be41d5.tar.zst website-dea139957cf8c0ba069ba3287fbc30bda6be41d5.zip |
add hard-coded oidc webfinger support
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml index e996899..d6279e2 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,8 @@ description = "Developer, Emacs User" domain_start_date = "2014-06-07" original_domain = "alanpearce.eu" +oidc_host = "https://id.alanpearce.eu" + [[taxonomies]] name = "tags" feed = true |