1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 02:38:27 -04:00

🏡  jarv.is

Deploy status GitHub repo size License

Personal website of @jakejarvis, created and deployed using the following:

I keep an ongoing list of blog post ideas as an issue in this repo.

Running a local testing server with Docker

This site runs a custom version of Hugo Extended with a few (very opinionated) changes. To ensure consistency, the Dockerfile in this repository will pull my pre-built Hugo fork (forked from v0.53-DEV, gohugo/hugo@a28865c) and run a live testing server.

Run these commands on the root of this repository:

docker build -t jarv.is:develop -f Dockerfile .
docker run -v $(pwd):/src -p 1313:1313 jarv.is:develop

...then open http://localhost:1313/. Pages will live-refresh when source files are changed.

Licenses

Creative Commons Attribution 4.0 International License

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 code in this repository (such as my Hugo theme) is published under the MIT license, except the customized Hugo fork which retains Hugo's original Apache-2.0 license.

Everything else (such as the press articles and videos in misc) belongs to its respective owner(s) under the original license/copyright.

Languages
MDX 57.7%
TypeScript 36.6%
CSS 5.2%
JavaScript 0.5%