4.3 KiB
🏡 jarv.is
Personal website of @jakejarvis, created and deployed using the following:
- Hugo Extended
- Netlify
- Fathom Analytics (referral link)
- 📈 My stats are public, by the way!
- ...and more.
I keep an ongoing list of blog post ideas and coding to-dos as issues in this repo.
💾 Running a local testing server
🧶 Using Yarn:
Run yarn install
(Yarn must be installed first; NPM should work at your own risk) and yarn start
, then open http://localhost:1337/. Pages will live-refresh when source files are changed.
🐳 Using Docker:
To ensure consistency and compatibility, the Dockerfile
in this repository will download the correct version of the Hugo Extended binary and its dependencies, and start a live testing server in a temporary container.
Using Docker doesn't require Node or Yarn, but you can also use yarn start:docker
which is simply an alias for:
docker run --rm -v $(pwd):/src -p 1337:1337 $(docker build --no-cache -q .)
Once built, these two methods act identically — simply open http://localhost:1337/ as above.
🤯 Why does this sound way more complex than it needs to be?!
📜 Licenses
Site content (everything in content/notes
) is published under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), which means that you can copy, redistribute, remix, transform, and build upon the content for any purpose as long as you give appropriate credit.
All original code in this repository (like my Hugo theme) is published under the MIT License.
Third-party dependencies and assets include:
- Twemoji: Copyright (c) 2020 Twitter, Inc. and other contributors. Licensed under CC-BY-4.0.
- Inter: Copyright (c) 2016-2020 The Inter Project Authors. Licensed under the SIL Open Font License, Version 1.1.
- Roboto Mono: Copyright (c) 2015 The Roboto Mono Project Authors. Licensed under the Apache License, Version 2.0.
- Comic Neue: Copyright (c) 2014 The Comic Neue Project Authors. Licensed under the SIL Open Font License, Version 1.1.