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

4.4 KiB

🏡  jarv.is

GitHub Workflow Status (branch) Vercel deployment Hugo version Licensed under CC-BY-4.0 GitHub repo size Tor mirror uptime

Personal website of @jakejarvis, created and deployed using Hugo, Vercel, and more.

I keep an ongoing list of post ideas and coding to-dos as issues in this repo. Outside contributions, improvements, and/or corrections are welcome too!

💾  Starting a local development server

🧶  Using Yarn:

Run yarn install and yarn start, then open http://localhost:1337/. (Yarn must be installed first; NPM should also work at your own risk.) Hugo, Webpack, and Gulp will automatically work together to build the site, and pages will live-refresh when source files are changed.

▲  Using vercel dev:

The Vercel CLI is not included as a project dependency here, but installing it globally (npm i -g vercel) and running vercel dev in this repository will build and serve the static site automatically via Yarn as well as the serverless functions used in production. Pretty nifty! (Note: the CLI will usually start the server at http://localhost:3000/ instead of port 1337.)

🤯  Why does this look way more complex than it needs to be?!

Because it is.

📜  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.

Third-party dependencies and assets include: