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.
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.
- http://themes.gohugo.io/theme/beautifulhugo/
- http://themes.gohugo.io/theme/hugo-sustain
- http://themes.gohugo.io/theme/hugo-icarus/
- http://themes.gohugo.io/theme/internet-weblog/
- https://github.com/exif-js/exif-js/tree/master/example
- https://github.com/bep/bepsays.com
- https://github.com/Kris-B/nanoGALLERY
- https://github.com/mwhite/resume
- https://docs.travis-ci.com/user/deployment/gcs/
- http://paperjs.org/about/
- https://imulus.github.io/retinajs/
- Provide contact method
- Something like this?
- Printable resume
- Improve google analytics
- Support 360° photospheres
- cleaner format for blogs/ page
- Favicon
- Uglify/Minify code (mostly as an exercise, not because I care about the load performance)
This repository and website pulls ideas and source code from the following places:
- Steve Francia's Website and Source Code
- Bjørn Erik Pedersen's website repository
- Nurlan Su's Sustain theme for Hugo
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.