Update the README and Hugo's configuration file
This commit is contained in:
parent
4baf179fa5
commit
927199dfbf
|
@ -1,8 +1,8 @@
|
||||||
# Ethan Yoo
|
# 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
|
# 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
|
# 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).
|
* [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 Gitea instance](https://git.eyoo.link/ethan)
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ title = "Ethan Yoo"
|
||||||
author = "Ethan Yoo"
|
author = "Ethan Yoo"
|
||||||
authorEmail = "hello@ethanyoo.com"
|
authorEmail = "hello@ethanyoo.com"
|
||||||
authorGitLab = "https://framagit.org/ethan"
|
authorGitLab = "https://framagit.org/ethan"
|
||||||
authorGitea = "https://git.nixnet.services/ethan"
|
authorGitea = "https://git.eyoo.link/ethan"
|
||||||
authorLetterboxd = "https://letterboxd.com/ethanyoo/stats/"
|
authorLetterboxd = "https://letterboxd.com/ethanyoo/stats/"
|
||||||
authorLinkedIn = "https://www.linkedin.com/in/ethanyoo/"
|
authorLinkedIn = "https://www.linkedin.com/in/ethanyoo/"
|
||||||
authorMastodon = "https://todon.eu/@ethanyoo"
|
authorMastodon = "https://todon.eu/@ethanyoo"
|
||||||
|
|
Loading…
Reference in New Issue