general update

master
Dominic Reich 6 years ago
parent 3cabddd84a
commit b268ad6883
No known key found for this signature in database
GPG Key ID: 2664FE98B15DDE4F

@ -2,7 +2,7 @@
<browserconfig> <browserconfig>
<msapplication> <msapplication>
<tile> <tile>
<square150x150logo src="/assets/images/mstile-150x150.png"/> <square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor> <TileColor>#da532c</TileColor>
</tile> </tile>
</msapplication> </msapplication>

6
dist/humans.txt vendored

@ -6,10 +6,10 @@
Site Owner: Dominic Reich Site Owner: Dominic Reich
Twitter: @freefall0 Twitter: @freefall0
Location: Ötztal, Tirol, Austria Location: Längenfeld, Ötztal, Tirol, Austria
Last updated: {{ site.time }} Last updated: {{ site.time }}
Language: English Language: English / German
Built with: Visual Studio Code <https://code.visualstudio.com> Built with: Visual Studio Code <https://code.visualstudio.com>
Vim <https://www.vim.org> Vim <https://www.vim.org>
Transmit <https://panic.com/transmit/> Netlify <https://www.netlify.com>

26
dist/index.html vendored

@ -18,8 +18,9 @@
} }
@media only screen @media only screen
and (max-width : 500px) { and (max-width : 500px) {
.center { .center {
font-size: 80%; font-size: 80%;
}
} }
</style> </style>
@ -32,6 +33,9 @@
<link rel="me" href="https://twitter.com/freefall0"> <link rel="me" href="https://twitter.com/freefall0">
<link rel="me" href="https://github.com/freefallcid"> <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="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
@ -48,10 +52,10 @@
<meta name="msapplication-TileColor" content="#fabb00"> <meta name="msapplication-TileColor" content="#fabb00">
<!-- Facebook Open Graph --> <!-- Facebook Open Graph -->
<meta property="og:title" content="DOMINICREICH.COM"> <meta property="og:title" content="DOMINICREICH.COM - MAINTENANCE">
<meta property="og:description" content=""> <meta property="og:description" content="Maintenance - work in progress.">
<meta property="og:url" content="https://dominicreich.com/index.html"> <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:type" content="website">
<meta property="og:site_name" content="DOMINICREICH.COM"> <meta property="og:site_name" content="DOMINICREICH.COM">
@ -59,17 +63,19 @@
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="twitter:site" content="freefall0"> <meta name="twitter:site" content="freefall0">
<meta name="twitter:creator" content="freefall0"> <meta name="twitter:creator" content="freefall0">
<meta name="twitter:title" content="DOMINICREICH.COM"> <meta name="twitter:title" content="DOMINICREICH.COM - MAINTENANCE">
<meta name="twitter:description" content=""> <meta name="twitter:description" content="Maintenance - work in progress.">
</head> </head>
<body> <body>
<div class="center"> <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> &middot; <a href="https://twitter.com/freefall0">Twitter</a> &middot;
<a href="https://github.com/freefallcid">Github</a> &middot; <a href="https://github.com/freefallcid">Github</a> &middot;
<a href="https://www.youtube.com/channel/UC8OnWO2vi6BWW0L5lBDfT7Q">YouTube</a> &middot;
<a href="https://500px.com/drtom">500px</a> &middot;
<a href="https://www.reddit.com/user/cid85">Reddit</a> &middot;
<a href="https://drtom0.myds.me/photo/#!Albums">the new (and empty) gallery</a></p> <a href="https://drtom0.myds.me/photo/#!Albums">the new (and empty) gallery</a></p>
</div> </div>
</body> </body>
</html> </html>
<!-- lichtlein ;) -->

@ -2,12 +2,12 @@
"name": "DOMINIC REICH", "name": "DOMINIC REICH",
"icons": [ "icons": [
{ {
"src": "/assets/images/android-chrome-192x192.png", "src": "/android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/assets/images/android-chrome-384x384.png", "src": "/android-chrome-384x384.png",
"sizes": "384x384", "sizes": "384x384",
"type": "image/png" "type": "image/png"
} }

1
dist/robots.txt vendored

@ -1,3 +1,2 @@
User-agent: * User-agent: *
Disallow: /cgi-bin/
Sitemap: https://dominicreich.com/sitemap.xml Sitemap: https://dominicreich.com/sitemap.xml
Loading…
Cancel
Save