Add some metadata & an upload command

This commit is contained in:
Chuck Dries 2021-06-18 22:16:50 -07:00
parent 7a0a3e0d9c
commit 7b2d1bfca1
5 changed files with 10 additions and 9 deletions

BIN
data/gallery/DSC06245.jpg (Stored with Git LFS)

Binary file not shown.

BIN
data/gallery/_DSC4767.jpg (Stored with Git LFS)

Binary file not shown.

BIN
data/gallery/_DSC4830.jpg (Stored with Git LFS)

Binary file not shown.

BIN
data/gallery/_DSC4949.jpg (Stored with Git LFS)

Binary file not shown.

View File

@ -14,7 +14,8 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint-fix": "eslint --fix --ext .jsx,.js src",
"deploy": "yarn build && rsync -rzP --delete public/ chuckdries@droplet.chuckdries.com:www/personal-website"
"upload": "rsync -rz --delete public/ chuckdries@droplet.chuckdries.com:www/personal-website",
"deploy": "yarn build && yarn upload"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",