1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 16:30:28 -04:00
dependabot-preview[bot] 7edb9fa68b Bump rimraf from 3.0.0 to 3.0.1
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.0...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-28 11:50:18 -05:00
2020-01-08 10:17:55 -05:00
2019-11-22 16:23:45 -05:00
2020-01-28 00:11:22 -05:00
2020-01-24 18:51:52 -05:00
2020-01-28 00:11:22 -05:00
2020-01-28 00:11:22 -05:00
2020-01-08 10:17:55 -05:00
2019-11-22 16:23:45 -05:00
2020-01-06 19:17:47 -05:00
2020-01-22 12:54:23 -05:00
2019-12-12 10:40:30 -05:00
2020-01-27 09:34:55 -05:00
2020-01-27 09:55:07 -05:00
2019-08-27 07:24:20 -04:00
2019-11-18 10:30:03 -05:00
2019-11-20 11:38:28 -05:00
2019-11-18 10:30:03 -05:00
2020-01-27 09:34:55 -05:00
2020-01-28 11:50:18 -05:00
2020-01-27 09:55:07 -05:00
2020-01-28 11:50:18 -05:00

🏡  jarv.is

Netlify Status View website Hugo v0.63.2 Dependabot 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 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) and yarn start (or npm start), then open http://localhost:1313/. 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:develop -f Dockerfile .
docker run -v $(pwd):/src -p 1313:1313 jarv.is:develop

...then open http://localhost:1313/ as above.

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.

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