1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 09:18:28 -04:00
2020-03-29 15:30:12 -04:00
2020-04-28 20:42:40 -04:00
2019-11-22 16:23:45 -05:00
2020-03-29 15:30:12 -04:00
2020-04-15 13:57:06 -04:00
2020-04-20 15:04:30 -04:00
2020-04-20 15:04:30 -04:00
2020-03-27 11:38:21 -04:00
2020-04-28 15:51:13 -04:00
2020-04-28 15:51:13 -04:00
2019-08-27 07:24:20 -04:00
2019-11-20 11:38:28 -05:00
2020-04-28 15:51:13 -04:00
2020-04-28 20:42:40 -04:00
2020-04-28 10:22:02 -04:00

🏡  jarv.is

Netlify Status View website This project is using Percy.io for visual regression testing. Hugo v0.68.3 License Twitter Follow

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

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/NPM:

Run yarn install (Yarn must be installed first, or use npm install if you insist) and yarn start (or npm 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 Hugo Extended binary and its dependencies, and start a live testing server.

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

...then open http://localhost:1337/.

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 original code in this repository (like my Hugo theme) is published under the MIT License.

External assets include:

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