diff --git a/README.md b/README.md index e043f41..b007eae 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Ethan Yoo -This repository hosts files used by the static site generator [Hugo](https://gohugo.io/) to create [my website](https://ethanyoo.com/). I use a Git post-receive hook to download Hugo and copy the static output on my web hosting service, which is currently [NearlyFreeSpeech.NET](https://www.nearlyfreespeech.net/). +This repository hosts the files used by the static site generator [Hugo](https://gohugo.io/) to create [my website](https://ethanyoo.com/). I use a [Git post-receive hook](https://git-scm.com/docs/githooks) to download Hugo and generate the static content on my web hosting service, which is currently [NearlyFreeSpeech.NET](https://www.nearlyfreespeech.net/). -I use a modified version (e.g., 404.html and index.html) of [smol](https://github.com/colorchestra/smol/) as the website's theme. The modified source code is [also available on Framagit](https://framagit.org/ethan/geronimo). +I use [a modified version](https://git.eyoo.link/ethan/geronimo) of [smol](https://github.com/colorchestra/smol/) as the website's theme. # For a local version of the website @@ -13,9 +13,9 @@ I use a modified version (e.g., 404.html and index.html) of [smol](https://githu # To browse the source code -This project is pushed to three remote repositories. +This project is pushed or mirrored to three remote repositories. -* [Amolith](https://secluded.site/) maintains [NixNet](https://nixnet.services/) as an individual, hosting "a variety of services that are available for anyone to use free of charge." These services include [a Gitea instance](https://git.nixnet.services/ethan). +* [Amolith](https://secluded.site/) maintains [NixNet](https://nixnet.services/) as an individual, hosting "a variety of services that are available for anyone to use free of charge." These services include [a Forgejo instance](https://git.nixnet.services/ethan). * [Framasoft](https://framasoft.org/) is a French nonprofit organization actively engaged in the free culture movement and host to [a GitLab instance](https://framagit.org/ethan). * [My personal Gitea instance](https://git.eyoo.link/ethan) diff --git a/hugo.toml b/hugo.toml index e7dacf0..4e2e81c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -41,7 +41,7 @@ title = "Ethan Yoo" author = "Ethan Yoo" authorEmail = "hello@ethanyoo.com" authorGitLab = "https://framagit.org/ethan" - authorGitea = "https://git.nixnet.services/ethan" + authorGitea = "https://git.eyoo.link/ethan" authorLetterboxd = "https://letterboxd.com/ethanyoo/stats/" authorLinkedIn = "https://www.linkedin.com/in/ethanyoo/" authorMastodon = "https://todon.eu/@ethanyoo"