Personal website built using Hugo https://ethanyoo.com/
Go to file
Ethan Yoo 952d4de1ab
Update a few links that have since changed
2023-05-03 10:58:05 -04:00
content Update a few links that have since changed 2023-05-03 10:58:05 -04:00
layouts Try using hugo-embed-pdf-shortcode 2023-04-21 18:40:43 -04:00
static Allow workers from same source 2023-04-21 18:45:28 -04:00
themes/geronimo Modify CSS for search icon 2022-12-29 11:38:12 -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 file and public key (notations) to reflect self-hosted Gitea instance 2022-12-02 16:39:25 -05:00
hugo.toml Rename config.toml (hugo.toml) 2023-01-17 18:22:07 -05:00

README.md

Ethan Yoo

This repository hosts files used by the static site generator Hugo to create my website. 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.

I use a modified version (e.g., 404.html and index.html) of smol as the website's theme. The modified source code is also available on Framagit.

For a local version of the website

  1. git clone https://framagit.org/ethan/hugo-src.git someFolder
  2. cd someFolder
  3. hugo server or its alias hugo serve
  4. Open a browser and navigate to http://localhost:1313/

To browse the source code

This project is pushed to three remote repositories.

To submit feedback, suggest specific changes, etc.

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.

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.