Code Monkey home page Code Monkey logo

jarv.is's Introduction

🏡  jarv.is

Netlify GitHub Workflow Status (branch) Hugo v0.78.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:

jarv.is's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar github-actions[bot] avatar imgbotapp avatar jakejarvis avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.