[READ-ONLY] Mirror of https://github.com/probablykasper/v4.kasper.space. Personal website v4.kasper.space
personal-website website
0

Configure Feed

Select the types of activity you want to include in your feed.

88 1 0

Clone this repository

https://tangled.org/kasper.space/v4.kasper.space https://tangled.org/did:plc:cyxnqpbvrifk2tedd6lc3baj
git@tangled.org:kasper.space/v4.kasper.space git@tangled.org:did:plc:cyxnqpbvrifk2tedd6lc3baj

For self-hosted knots, clone URLs may differ based on your setup.



README.md

kasp.io#

My personal website. It uses the YouTube Data API and the SoundCloud API, as well as some cool three.js animation.

Screenshot

Dev Instructions#

  1. Install Node.js
  2. Run npm install gulp-cli -g to install dependencies
  3. Run npm install to install dependencies
  • gulp: Same as gulp watch server.
  • gulp build: Deletes /build, compiles all pug/sass/js in /src except for /src/lib, copies everything else from /src into /build, autoprefixes css, adds sourcemaps to css/js.
  • gulp watch: Build and watch for changes.
  • gulp server: Starts dev server on localhost:3000.
  • gulp deploy: Build and deploy to GitHub Pages (/docs folder)