Personal website built using Hugo https://ethanyoo.com/
Go to file
Ethan Yoo 1d9e2f6990
Update links on 'Resources' page
2024-12-25 14:20:21 -05:00
content Update links on 'Resources' page 2024-12-25 14:20:21 -05:00
layouts Remove stray end tags from home page 2024-12-18 00:41:30 -05:00
static Update software recommendations 2024-12-18 00:31:33 -05:00
themes/geronimo Switch Git host for 'last updated' messages 2024-12-18 00:27:24 -05:00
.gitignore Update 'Now' and 'Resources' pages 2022-01-24 08:24:42 -05:00
LICENSE Reset repository one last time (October 2021) 2021-10-04 08:20:20 -04:00
README.md Update README 2024-12-18 00:13:29 -05:00
hugo.toml Update baseURL configuration 2024-09-23 16:02:05 -04:00

README.md

Ethan Yoo

This repository contains the files used by a static site generator, Hugo, to create my personal website. 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).

I use a Git post-receive hook to download Hugo and generate the static content on my web hosting service, which is currently NearlyFreeSpeech.NET. I explained in late 2020 why I chose this hosting service; I also recommend reading their post on "Free speech in 2021".

I use a modified version of smol as the website's theme.

For a local version of the website

  1. git clone https://git.eyoo.link/ethan/ethanyoo.com someFolder
  2. cd someFolder
  3. hugo server --openBrowser or its alias hugo serve --openBrowser

To browse the source code

This project is pushed or mirrored to three remote repositories.

To submit feedback, suggest specific changes, etc.

  • Email

Licensing

SPDX-License-Identifier: CC-BY-SA-4.0

Original textual content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, the full text of which is available in the LICENSE file.

I post limited excerpts of copyrighted content under the fair use doctrine.

Images are licensed on a per-file basis, possibly using small print. Icons (e.g., on the "Resources" page were downloaded from Wikimedia Commons, the walkxcode/dashboard-icons repository, and the corresponding source code or website.

Theme: MIT (Expat) License

Copyright © 2016 Vimux

Copyright © 2020 colorchestra

Copyright © 2021 Ethan Yoo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.