Add some metadata & an upload command
This commit is contained in:
parent
7a0a3e0d9c
commit
7b2d1bfca1
BIN
data/gallery/DSC06245.jpg
(Stored with Git LFS)
BIN
data/gallery/DSC06245.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
data/gallery/_DSC4767.jpg
(Stored with Git LFS)
BIN
data/gallery/_DSC4767.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
data/gallery/_DSC4830.jpg
(Stored with Git LFS)
BIN
data/gallery/_DSC4830.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
data/gallery/_DSC4949.jpg
(Stored with Git LFS)
BIN
data/gallery/_DSC4949.jpg
(Stored with Git LFS)
Binary file not shown.
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user