Skip to content

oderby/owenderby.com

Repository files navigation

Owen Derby's Website

This repository is my personal website. I use Hugo to compile the source into a static website in the docs/ directory. The latest website can always be found at https://owenderby.com.

I followed these tutorials (1 2) to get up and running with Hugo.

Building

Copy .env.sample to .env and fill in phone number.

Run make serve, preview the website at http://localhost:1313 and view the private resume pdf.

Run make site to generate the site to the docs/ folder, then commit and push changes to master branch.

Scratchspace

Possible Themes:

Useful tools (for future expansions)

Future Ideas/Work:

Credits

This repository and website pulls ideas and source code from the following places:

License

The intent behind the licensing for this repository is that all source code for site layout and customizations (css, js, raw html, etc.) is MIT licensed, while all original textual and image content (the "content" for the website) is Copyrighted by Owen Derby (or their respective copyright holders) and no rights are granted, unless explicitly indicated.

That roughly translates into the following files and directories (including their contents) are Copyright Owen Derby (all rights reserved) or their respective copyright holders and licenses:

  • content/
  • docs/
  • static/img/
  • static/favicon.ico
  • static/apple-touch-icon.png
  • themes/

All other directories and files are MIT Licensed, unless clearly designated otherwise.