diff --git a/README.md b/README.md index 4ece852..b57d215 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # Ethan Yoo -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/). +This repository contains the files used by a static site generator, [Hugo](https://gohugo.io/), to create [my personal website](https://ethanyoo.com/). Although I do sometimes reference my professional activities, the website's contents do not necessarily reflect the views of any other person or organization (e.g., government agencies or [the Friends of the Somerset County Library](https://fsclnj.org/)). + +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 explained in late 2020 [why I chose this hosting service](https://ethanyoo.com/cloudflare/); I also recommend reading their post on ["Free speech in 2021"](https://blog.nearlyfreespeech.net/2021/01/19/free-speech-in-2021/). 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 -1. `git clone https://framagit.org/ethan/hugo-src.git someFolder` +1. `git clone https://git.eyoo.link/ethan/ethanyoo.com someFolder` 2. `cd someFolder` 3. `hugo server --openBrowser` or [its alias](https://discourse.gohugo.io/t/hugo-serve-vs-hugo-server/24872) `hugo serve --openBrowser` @@ -16,12 +18,11 @@ 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 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) +* [My personal Forgejo instance](https://git.eyoo.link/ethan) # To submit feedback, suggest specific changes, etc. * Email -* [Issue tracker on Framagit](https://framagit.org/ethan/hugo-src/-/issues/) # Licensing