1
Fork 0

Add matrix well-known file

This commit is contained in:
Jake Howard 2019-02-07 19:28:19 +00:00
parent 88290fc8bc
commit c5a297f795
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 4 additions and 1 deletions

View file

@ -26,5 +26,7 @@ hugo gen chromastyles --style=tango > $STATIC_BUILD/css/highlight.css
hugo -vDEF --stepAnalysis --gc $HUGO_ARGS
mkdir -p $OUTPUT_DIR/.well-known/
cp $BASEDIR/static/keybase.txt $OUTPUT_DIR/keybase.txt
mkdir -p $OUTPUT_DIR/.well-known/matrix
cp $BASEDIR/static/matrix.json $OUTPUT_DIR/.well-known/matrix/server

1
static/matrix.json Normal file
View file

@ -0,0 +1 @@
{"m.server": "matrix.jakehoward.tech:443"}