chore: updated repo structure
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"projects": {
|
|
||||||
"default": "michal-czyz-portfolio"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
11
README.md
@@ -1,10 +1 @@
|
|||||||
# Mike's official /new/ minimalistic website
|
# Mike's official /new/ minimalistic website
|
||||||
|
|
||||||
There's so much bloat that I'm just too lazy to update it all the time and migrate old code.
|
|
||||||
|
|
||||||
This time I focused on simplicity.
|
|
||||||
|
|
||||||
Deploy commands cuz I keep forgetting all the time:
|
|
||||||
`sudo npm install -g firebase-tools`
|
|
||||||
`firebase login`
|
|
||||||
`firebase deploy --only hosting:mike-czyz-website`
|
|
||||||
|
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 194 KiB |
|
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 264 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 144 KiB |
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"hosting": {
|
|
||||||
"public": "public",
|
|
||||||
"site": "mike-czyz-website",
|
|
||||||
"ignore": [
|
|
||||||
"firebase.json",
|
|
||||||
"**/.*",
|
|
||||||
"**/node_modules/**"
|
|
||||||
],
|
|
||||||
"rewrites": [
|
|
||||||
{
|
|
||||||
"source": "**",
|
|
||||||
"destination": "/index.html"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||