Will Hilton vor 9 Jahren
Ursprung
Commit
54ed17d5ac
3 geänderte Dateien mit 70 neuen und 1 gelöschten Zeilen
  1. 42 0
      dist/README.html
  2. 1 1
      dist/index.html
  3. 27 0
      dist/package.json

+ 42 - 0
dist/README.html

@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Readme</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href="//yegor256.github.io/tacit/tacit.min.css">
+    <!-- favicon -->
+    <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-touch-icon-57x57.png">
+    <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-touch-icon-60x60.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-touch-icon-76x76.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-touch-icon-114x114.png">
+    <link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-touch-icon-120x120.png">
+    <link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-touch-icon-144x144.png">
+    <link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-touch-icon-152x152.png">
+    <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon-180x180.png">
+    <link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32">
+    <link rel="icon" type="image/png" href="/favicon/android-chrome-192x192.png" sizes="192x192">
+    <link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96">
+    <link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16">
+    <link rel="manifest" href="/favicon/manifest.json">
+    <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#ffb300">
+    <link rel="shortcut icon" href="/favicon/favicon.ico">
+    <meta name="msapplication-TileColor" content="#ffb300">
+    <meta name="msapplication-TileImage" content="/favicon/mstile-144x144.png">
+    <meta name="msapplication-config" content="/favicon/browserconfig.xml">
+    <meta name="theme-color" content="#ffb300">
+    <!-- http://realfavicongenerator.net/favicon_result?file_id=p1akurqbdbq0j1lpc14a618p2och6#.V1uVj_krK70 -->
+  </head>
+  <body>
+    <header></header>
+    <section>
+      <article>
+        <h1><a href="http://wmhilton.github.io">wmhilton.github.io</a></h1>
+<p>Website of William Hilton, roboticist.</p>
+
+      </article>
+    </section>
+    <footer></footer>
+  </body>
+</html>

+ 1 - 1
dist/index.html

@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <title>wmhilton</title>
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="stylesheet" href="http://yegor256.github.io/tacit/tacit.min.css">
+    <link rel="stylesheet" href="//yegor256.github.io/tacit/tacit.min.css">
     <!-- favicon -->
     <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-touch-icon-57x57.png">
     <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-touch-icon-60x60.png">

+ 27 - 0
dist/package.json

@@ -0,0 +1,27 @@
+{
+  "name": "@wmhilton/wmhilton.github.io.source",
+  "version": "1.0.0",
+  "private": true,
+  "description": "William Hilton's website",
+  "scripts": {
+    "start": "jus serve",
+    "deploy": "npm run build && npm run commit && npm run push && npm run open",
+    "build": "jus build . dist",
+    "commit": "git add dist && git commit -m deploy",
+    "push": "git subrepo push dist",
+    "open": "opener https://wmhilton.com"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/wmhilton/wmhilton.github.io.git"
+  },
+  "author": "William Hilton <wmhilton@gmail.com>",
+  "license": "UNLICENSED",
+  "bugs": {
+    "url": "https://github.com/wmhilton/wmhilton.github.io/issues"
+  },
+  "homepage": "https://github.com/wmhilton/wmhilton.github.io#readme",
+  "devDependencies": {
+    "opener": "^1.4.1"
+  }
+}