From 2e248f8affb061b35b180e4134e32a4c36630181 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Thu, 14 Dec 2023 09:08:43 -0700 Subject: [PATCH] Fixup README and remove unused javascript. --- README.md | 14 +++++++------- build.sh | 1 - src/index.html | 1 - src/main.ts | 1 - 4 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 src/main.ts diff --git a/README.md b/README.md index 3bc0677..6d519b4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# NodeJS Flake Template +# Portfolio -This is a template for constructing a working environment for -[Node.js](https://nodejs.org/en) development (version v18.18.2) with the [npm](https://www.npmjs.com/) -(version 9.8.1) packaging tool. [direnv](https://direnv.net/) can be used to -launch a dev shell upon entering this directory (refer to `.envrc`). Otherwise -run via: +This is a single-page springboard for my various links/projects/services. + +## Quickstart + +[direnv](https://direnv.net/) can be used to launch a dev shell upon entering +this directory (refer to `.envrc`). Otherwise run via: ```bash $ nix develop ``` @@ -24,4 +25,3 @@ $ git config --local core.hooksPath .githooks/ ``` If running [direnv](https://direnv.net/), this hook is installed automatically when entering the directory. - diff --git a/build.sh b/build.sh index d620b7c..371fe4d 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash -tsc tailwindcss -i ./src/main.css -o ./dist/main.css cp ./src/index.html ./dist/index.html cp -a ./imgs ./dist diff --git a/src/index.html b/src/index.html index 3bf021e..ea9c15f 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,6 @@ -