From c01dcc285d5b82a343fcc34bf6f3d6f162533dee Mon Sep 17 00:00:00 2001 From: Satya Johnson Date: Fri, 19 Nov 2021 23:42:54 +0000 Subject: [PATCH 1/4] add fedi --- content/contact.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/contact.md b/content/contact.md index abd2539..7016ecb 100644 --- a/content/contact.md +++ b/content/contact.md @@ -15,6 +15,8 @@ Feel free to contact me! **IRC:** `satchlj` on [tilde chat][tilde] or [libera][libera] +**Fediverse:** [`@satchlj@owlper.ch`](https://owlper.ch/satchlj) + **Snail Mail:** ``` Satya Johnson From ef426e6519cda62b428ec8593aa464872277cd2c Mon Sep 17 00:00:00 2001 From: Satya Johnson Date: Fri, 19 Nov 2021 23:45:16 +0000 Subject: [PATCH 2/4] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31d52b9..c271d8a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# satch.xyz -My new website began as a complete copy of [Tim Visée's site](https://timvisee.com). But that is changing as I add my own content. +# satchlj.com +[My website][site] began as a complete copy of [Tim Visée's site](https://timvisee.com), but that changed long ago as I added my own content. ## Content The majority of the content is formatted in Markdown, located in the [`./content`](./content/) directory. -It includes a custom theme as well ([zenn][zenn]) for the visuals, by Tim Visée. +It includes theme as well ([zenn][zenn]) for the visuals, by Tim Visée. This website is built with [Zola][zola], a static website generator. See its documentation for more information on how this project is structured. @@ -34,7 +34,7 @@ zola build This project is released under the GNU AGPL-3.0 license. Check out the [LICENSE][license] file for more information. -[site]: https://satch.xyz/ +[site]: https://satchlj.com/ [zola]: https://getzola.org/ [zenn]: ./themes/zenn/ [license]: ./LICENSE From d6d4503d1acaae73e9735c88c1309900a278f359 Mon Sep 17 00:00:00 2001 From: Satya Johnson Date: Fri, 19 Nov 2021 23:47:05 +0000 Subject: [PATCH 3/4] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c271d8a..8e11a54 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Then run: git clone https://github.com/satchlj/satch.xyz cd satch.xyz +# Change base_url in config.toml + # Build and serve a local instance zola serve --open From 8438237570dcc448dd398a8ec20dab6bd173076d Mon Sep 17 00:00:00 2001 From: Satya Johnson Date: Fri, 19 Nov 2021 23:47:49 +0000 Subject: [PATCH 4/4] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e11a54..8981381 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Then run: ```bash # Clone the repository -git clone https://github.com/satchlj/satch.xyz -cd satch.xyz +git clone https://tildegit.org/satchlj/satchlj.com +cd satchlj.com # Change base_url in config.toml