From 6599d60b414688475cb07597bfe0446e1543e47d Mon Sep 17 00:00:00 2001 From: "martin@ashbysoft.com" Date: Fri, 17 Sep 2021 21:28:05 +0000 Subject: Empty directory, prepare for hugo conversion --- package.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json deleted file mode 100644 index 0158c8e..0000000 --- a/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "mfashby.net", - "version": "1.0.0", - "description": "My personal website", - "main": "", - "dependencies": {}, - "devDependencies": { - "concurrently": "^3.5.1", - "live-server": "^1.2.0" - }, - "scripts": { - "start": "concurrently --kill-others \"jekyll build --watch\" \"live-server _site/\"", - "deploy": "jekyll build && scp -r _site/* pi@mfashby.net:/var/www/mfashby.net/" - }, - "author": "Martin Ashby", - "license": "ISC" -} -- cgit v1.2.3-ZIG