From b2d3bdc0a64e63da8850c982acbf606d06822597 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 9 Mar 2023 15:01:37 -0300 Subject: [PATCH] rebrand nulo.ar --- 502.html | 4 ++-- compilar.ts | 4 ++-- index.md | 2 +- upload | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/502.html b/502.html index 55c01f3..b8170ff 100644 --- a/502.html +++ b/502.html @@ -1,8 +1,8 @@ - - + + 502 me caí :(

Me caí :( mala puerta de enlace

diff --git a/compilar.ts b/compilar.ts index 751262c..1d81469 100644 --- a/compilar.ts +++ b/compilar.ts @@ -96,7 +96,7 @@ async function compileFile(name: string) { async function compilePage(config: Config, sourceFileName: string) { const name = basename(sourceFileName, extname(sourceFileName)); const isIndex = name === "index"; - const title = isIndex ? "nulo.in" : formatNameToPlainText(name); + const title = isIndex ? "nulo.ar" : formatNameToPlainText(name); const fileConnections = connections.filter(({ linked }) => linked === name); const contentHtml = await compileContentHtml(config, sourceFileName); @@ -181,7 +181,7 @@ function generateHead(titlee: string, outputName: string): Renderable[] { }), meta({ property: "og:url", - content: `https://nulo.in/${outputName}.html`, + content: `https://nulo.ar/${outputName}.html`, }), meta({ property: "og:image", diff --git a/index.md b/index.md index dbd70e2..b628081 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,4 @@ -

nulo❥in

+

nulo❥ar

> What's bizarre? I mean, we're all pretty bizarre.
Some of us are just better at hiding it, that's all. diff --git a/upload b/upload index 4830372..dbc88db 100755 --- a/upload +++ b/upload @@ -1,2 +1,2 @@ #!/bin/sh -rsync --rsh='ssh -p420' --recursive --chmod=644 build/ ci-nulo-in@nulo.in:/var/www/nulo.in/ +rsync --rsh='ssh -p420' --recursive --chmod=644 build/ ci-nulo-in@nulo.in:/var/www/nulo.ar/