aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormartin@ashbysoft.com <martin@ashbysoft.com>2021-09-17 21:28:05 +0000
committermartin@ashbysoft.com <martin@ashbysoft.com>2021-09-17 21:28:05 +0000
commit6599d60b414688475cb07597bfe0446e1543e47d (patch)
treea9bd30ca9dbbc01b42b2f150a28a69dde317e562 /package.json
parent76599fc5a52c398c547d0b0bd65f7e9055a745b7 (diff)
downloadmfashby.net-6599d60b414688475cb07597bfe0446e1543e47d.tar.gz
mfashby.net-6599d60b414688475cb07597bfe0446e1543e47d.tar.bz2
mfashby.net-6599d60b414688475cb07597bfe0446e1543e47d.tar.xz
mfashby.net-6599d60b414688475cb07597bfe0446e1543e47d.zip
Empty directory, prepare for hugo conversion
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 0 insertions, 17 deletions
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"
-}