diff options
author | Alan Pearce | 2024-05-21 18:30:03 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-21 18:57:24 +0200 |
commit | 6d0e12252261db9308510816f1e473c0cfecf0db (patch) | |
tree | 551bc721b8c301a05836b23f8c3458281f3b7619 /config.toml | |
parent | 143fdc1c4ea72b637b84f0f551c3ac08c1c1ec3d (diff) | |
download | website-6d0e12252261db9308510816f1e473c0cfecf0db.tar.lz website-6d0e12252261db9308510816f1e473c0cfecf0db.tar.zst website-6d0e12252261db9308510816f1e473c0cfecf0db.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 |