First commit

This commit is contained in:
PostOakLab
2023-09-27 16:27:20 -05:00
parent bcb2c56f84
commit 7385f515d6
38 changed files with 5400 additions and 14 deletions

View File

@ -0,0 +1,23 @@
{
"name": "Post Oak Lab",
"short_name": "Post Oak Lab",
"description": "A place where I document my IT and networking projects. Also a way for me to learn Git and Markdown.",
"icons": [
{
"src": "/assets/img/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/img/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}],
"start_url": "/index.html",
"theme_color": "#2a1e6b",
"background_color": "#ffffff",
"display": "fullscreen"
}