Fix syntax highlighting, static dir and add back header template
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
7bdd8253d3
commit
9fab21384d
21 changed files with 271 additions and 7 deletions
22
static/site.webmanifest
Normal file
22
static/site.webmanifest
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
||||
"name": "Marko Korhonen",
|
||||
"description": "personal website and portfolio",
|
||||
"short_name": "Marko Korhonen",
|
||||
"start_url": ".",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#E38A93",
|
||||
"background_color": "#1B1D1E",
|
||||
"display": "standalone"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue