Fix GPG
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
node_modules/
|
||||||
|
.cache/
|
||||||
|
build/
|
||||||
4131
package-lock.json
generated
4131
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -16,9 +16,9 @@
|
|||||||
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug -d build"
|
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug -d build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"parcel-bundler": "^1.12.3",
|
"parcel-bundler": "^1.12.4",
|
||||||
"pug": "^2.0.3",
|
"pug": "^2.0.4",
|
||||||
"sass": "^1.20.1"
|
"sass": "^1.26.11"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "11.*"
|
"node": "11.*"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
meta(property='og:url', content='https://fluttershub.com')
|
meta(property='og:url', content='https://fluttershub.com')
|
||||||
meta(property='og:type', content='website')
|
meta(property='og:type', content='website')
|
||||||
meta(property='og:title', content='Phoenix\'s Personal Website')
|
meta(property='og:title', content='Phoenix\'s Personal Website')
|
||||||
meta(property='og:description', content='We got 🍪 and ☕')
|
meta(property='og:description', content='We got cookies and milk!')
|
||||||
meta(property='og:image', content='http://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.jpg')
|
meta(property='og:image', content='http://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.jpg')
|
||||||
meta(property='og:image:secure_url', content='https://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.jpg')
|
meta(property='og:image:secure_url', content='https://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.jpg')
|
||||||
|
|||||||
Reference in New Issue
Block a user