general update
This commit is contained in:
parent
3cabddd84a
commit
b268ad6883
5 changed files with 23 additions and 18 deletions
2
dist/browserconfig.xml
vendored
2
dist/browserconfig.xml
vendored
|
@ -2,7 +2,7 @@
|
|||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/assets/images/mstile-150x150.png"/>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
|
|
6
dist/humans.txt
vendored
6
dist/humans.txt
vendored
|
@ -6,10 +6,10 @@
|
|||
|
||||
Site Owner: Dominic Reich
|
||||
Twitter: @freefall0
|
||||
Location: Ötztal, Tirol, Austria
|
||||
Location: Längenfeld, Ötztal, Tirol, Austria
|
||||
|
||||
Last updated: {{ site.time }}
|
||||
Language: English
|
||||
Language: English / German
|
||||
Built with: Visual Studio Code <https://code.visualstudio.com>
|
||||
Vim <https://www.vim.org>
|
||||
Transmit <https://panic.com/transmit/>
|
||||
Netlify <https://www.netlify.com>
|
||||
|
|
26
dist/index.html
vendored
26
dist/index.html
vendored
|
@ -18,8 +18,9 @@
|
|||
}
|
||||
@media only screen
|
||||
and (max-width : 500px) {
|
||||
.center {
|
||||
font-size: 80%;
|
||||
.center {
|
||||
font-size: 80%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -32,6 +33,9 @@
|
|||
|
||||
<link rel="me" href="https://twitter.com/freefall0">
|
||||
<link rel="me" href="https://github.com/freefallcid">
|
||||
<link rel="me" href="https://www.youtube.com/channel/UC8OnWO2vi6BWW0L5lBDfT7Q">
|
||||
<link rel="me" href="https://500px.com/drtom">
|
||||
<link rel="me" href="https://www.reddit.com/user/cid85">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
|
||||
|
@ -48,10 +52,10 @@
|
|||
<meta name="msapplication-TileColor" content="#fabb00">
|
||||
|
||||
<!-- Facebook Open Graph -->
|
||||
<meta property="og:title" content="DOMINICREICH.COM">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:title" content="DOMINICREICH.COM - MAINTENANCE">
|
||||
<meta property="og:description" content="Maintenance - work in progress.">
|
||||
<meta property="og:url" content="https://dominicreich.com/index.html">
|
||||
<meta property="og:locale" content="en_EN">
|
||||
<meta property="og:locale" content="de_AT">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="DOMINICREICH.COM">
|
||||
|
||||
|
@ -59,17 +63,19 @@
|
|||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="freefall0">
|
||||
<meta name="twitter:creator" content="freefall0">
|
||||
<meta name="twitter:title" content="DOMINICREICH.COM">
|
||||
<meta name="twitter:description" content="">
|
||||
<meta name="twitter:title" content="DOMINICREICH.COM - MAINTENANCE">
|
||||
<meta name="twitter:description" content="Maintenance - work in progress.">
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<p>This website is under maintenance.<br><br>
|
||||
<p>This website is under maintenance.<br>
|
||||
Diese Webseite wird gerade überarbeitet.<br><br>
|
||||
<a href="https://twitter.com/freefall0">Twitter</a> ·
|
||||
<a href="https://github.com/freefallcid">Github</a> ·
|
||||
<a href="https://www.youtube.com/channel/UC8OnWO2vi6BWW0L5lBDfT7Q">YouTube</a> ·
|
||||
<a href="https://500px.com/drtom">500px</a> ·
|
||||
<a href="https://www.reddit.com/user/cid85">Reddit</a> ·
|
||||
<a href="https://drtom0.myds.me/photo/#!Albums">the new (and empty) gallery</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!-- lichtlein ;) -->
|
||||
|
|
4
dist/manifest.json
vendored
4
dist/manifest.json
vendored
|
@ -2,12 +2,12 @@
|
|||
"name": "DOMINIC REICH",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/images/android-chrome-192x192.png",
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/images/android-chrome-384x384.png",
|
||||
"src": "/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
|
3
dist/robots.txt
vendored
3
dist/robots.txt
vendored
|
@ -1,3 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /cgi-bin/
|
||||
Sitemap: https://dominicreich.com/sitemap.xml
|
||||
Sitemap: https://dominicreich.com/sitemap.xml
|
||||
|
|
Loading…
Reference in a new issue