Personal website built using Hugo https://ethanyoo.com/
Go to file
Ethan Yoo 33e452b59e
Update .htaccess file
2024-07-08 19:01:28 -04:00
content Update 'Now' page (late June 2024) 2024-06-29 18:33:34 -04:00
layouts Remove trailing space 2024-06-26 06:59:54 -04:00
static Update .htaccess file 2024-07-08 19:01:28 -04:00
themes/geronimo Increase contrast of buttons for improved web accessibility 2024-06-28 15:33:10 -04: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 the README and Hugo's configuration file 2024-06-02 08:16:10 -04:00
hugo.toml Minify HTML and JavaScript files 2024-06-23 10:41:36 -04:00

README.md

Ethan Yoo

This repository hosts the files used by the static site generator Hugo to create my website. 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 use a modified version of smol as the website's theme.

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 or mirrored 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.