This commit is contained in:
2020-09-19 15:09:30 +01:00
parent eadc59fd52
commit d586e01051
4 changed files with 1950 additions and 2218 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
node_modules/
.cache/
build/

4157
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,9 +16,9 @@
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug -d build"
},
"devDependencies": {
"parcel-bundler": "^1.12.3",
"pug": "^2.0.3",
"sass": "^1.20.1"
"parcel-bundler": "^1.12.4",
"pug": "^2.0.4",
"sass": "^1.26.11"
},
"engines": {
"node": "11.*"

View File

@@ -1,6 +1,6 @@
meta(property='og:url', content='https://fluttershub.com')
meta(property='og:type', content='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:secure_url', content='https://storage.googleapis.com/api.fluttershub.com/images/public/profile_pic.jpg')