mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Add .well-known file for matrix homeserver
This commit is contained in:
parent
b9d11df907
commit
81bf52bb64
2 changed files with 5 additions and 1 deletions
1
.well-known/matrix/server
Normal file
1
.well-known/matrix/server
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ "m.server": "matrix.safing.io:443" }
|
|
@ -5,6 +5,9 @@ plugins:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
|
|
||||||
|
include:
|
||||||
|
- .well-known
|
||||||
|
|
||||||
####################
|
####################
|
||||||
###### routes ######
|
###### routes ######
|
||||||
####################
|
####################
|
||||||
|
@ -73,7 +76,7 @@ donations:
|
||||||
###########################
|
###########################
|
||||||
|
|
||||||
title: Safing
|
title: Safing
|
||||||
encoding: "utf-8"
|
encoding: "UTF-8"
|
||||||
lang: "en"
|
lang: "en"
|
||||||
description: > # this means to ignore newlines until "base_url:"
|
description: > # this means to ignore newlines until "base_url:"
|
||||||
Safing is a software that protects your privacy online. It's so easy, anyone can use it.
|
Safing is a software that protects your privacy online. It's so easy, anyone can use it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue