arunreddy / jarv.is

🏑 My humble abode on the World Wide Web

Home Page:https://jarv.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏑  jarv.is

Netlify GitHub Workflow Status (branch) Hugo v0.82.1 Licensed under CC-BY-4.0 GitHub repo size

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:

Run yarn install (Yarn must be installed first; NPM should work at your own risk) and yarn 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 correct version of the Hugo Extended binary and its dependencies, and start a live testing server in a temporary container.

Using Docker doesn't require Node or Yarn, but you can also use yarn start:docker which is simply an alias for:

docker run --rm -v $(pwd):/src -p 1337:1337 $(docker build --no-cache -q .)

Once built, these two methods act identically β€” simply open http://localhost:1337/ as above.

🀯  Why does this sound 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.

External assets include:

About

🏑 My humble abode on the World Wide Web

https://jarv.is

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 57.9%Language:SCSS 32.0%Language:JavaScript 9.5%Language:Dockerfile 0.4%Language:Shell 0.2%