~remexre/blog

8ca47e3242f3cf95731ad0281c70e84afdcd18f9 — Nathan Ringo 1 year, 3 months ago 6a87738
Remove references to remexre.xyz.
5 files changed, 2 insertions(+), 11 deletions(-)

M content/projects.md
M fib.toml
D static/.well-known/matrix/client
D static/.well-known/matrix/server
D static/CNAME
M content/projects.md => content/projects.md +1 -1
@@ 16,7 16,7 @@ Programs:
-	[fbpdf-rs](https://github.com/remexre/fbpdf-rs) — A (much worse) clone of fbpdf written in Rust.
-	[extlint](https://github.com/remexre/extlint) — An extensible linter for OCaml programs.
-	[nvlmm](https://github.com/remexre/nvlmm) — A Linux mod manager for Fallout: New Vegas.
-	[luml](https://github.com/remexre/luml) ([Docs](https://remexre.xyz/luml/)) — A very simple UML diagram generator.
-	[luml](https://github.com/remexre/luml) — A very simple UML diagram generator.

Libraries:


M fib.toml => fib.toml +1 -1
@@ 1,4 1,4 @@
base_url = "https://remexre.xyz/"
base_url = "https://remexre.com/"

[external_renderers]
dot = "set -e; echo -n '<p class=\"graphviz\">'; dot -Tsvg | tail -n +4; echo '</p>'"

D static/.well-known/matrix/client => static/.well-known/matrix/client +0 -5
@@ 1,5 0,0 @@
{
  "m.homeserver": {
    "base_url": "https://chat.remexre.xyz/matrix"
  }
}

D static/.well-known/matrix/server => static/.well-known/matrix/server +0 -3
@@ 1,3 0,0 @@
{
  "m.server": "chat.remexre.xyz:443"
}

D static/CNAME => static/CNAME +0 -1
@@ 1,1 0,0 @@
remexre.xyz
\ No newline at end of file