1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 11:05:25 -04:00
jarv.is/README.md

2.3 KiB

🏡  jarv.is

Netlify Status View website Hugo v0.59.1 GitHub repo size License Twitter Follow

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 is built with Hugo extended. To ensure consistency and compatibility, the Dockerfile in this repository will download and verify the Hugo binary (v0.59.1) and run a live testing server.

Usage:

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 (like my Hugo theme) is published under the MIT license.