Will Hilton 8 лет назад
Родитель
Сommit
740541887e
3 измененных файлов с 32 добавлено и 10 удалено
  1. 3 3
      dist/README.html
  2. 28 7
      dist/index.html
  3. 1 0
      dist/package.json

+ 3 - 3
dist/README.html

@@ -29,14 +29,14 @@
     <!-- http://realfavicongenerator.net/favicon_result?file_id=p1akurqbdbq0j1lpc14a618p2och6#.V1uVj_krK70 -->
   </head>
   <body>
-    <header></header>
+    <header>&#xA0;</header>
     <section>
       <article>
-        <h1><a href="http://wmhilton.github.io">wmhilton.github.io</a></h1>
+        <h1 id="wmhiltongithubio" class="deep-link"><a href="#wmhiltongithubio">wmhilton.github.io</a></h1>
 <p>Website of William Hilton, roboticist.</p>
 
       </article>
     </section>
-    <footer></footer>
+    <footer>&#xA0;</footer>
   </body>
 </html>

+ 28 - 7
dist/index.html

@@ -29,21 +29,42 @@
     <!-- http://realfavicongenerator.net/favicon_result?file_id=p1akurqbdbq0j1lpc14a618p2och6#.V1uVj_krK70 -->
   </head>
   <body>
-    <header></header>
+    <header>&#xA0;</header>
     <section>
       <article>
         <!--
 title: wmhilton
 -->
-<h1 id="wmhilton--i-know-how-to-do-that" class="deep-link"><a href="#wmhilton--i-know-how-to-do-that">wmhilton
-<small> I know how to do that!</small>
-</a></h1>
-<p><strong>You are early! I&apos;m still setting up.</strong></p>
-<p>My plan is to migrate content from <a href="https://sites.google.com/site/wmhilton/home">https://sites.google.com/site/wmhilton/home</a> over here, since Github is the place to be these days. By June perhaps.</p>
+<h1>wmhilton
+<small> I do all sorts of things...</small>
+</h1>
+<p><strong>I&apos;m a much better web developer than this site would suggest.</strong> &#x1F603;
+<br>I&apos;ve just been working on cooler stuff than this site.</p>
+<hr>
+<h2 id="what-am-i-working-on" class="deep-link"><a href="#what-am-i-working-on">What am I working on?</a></h2>
+<p>Currently I&apos;m on a tooling binge. Check out:</p>
+<ul>
+<li><a href="https://github.com/update-readme/update-readme">update-readme</a> Auto-generate (and maintain!) your next README file</li>
+<li><a href="https://github.com/wmhilton/create-node-module#js">create-node-module</a> Refactor your code into lots of small modules, without the friction of set up that would slow you down</li>
+<li><a href="https://github.com/wmhilton/beautify">beautify</a> All code looks beautiful, once you&apos;ve parsed its AST.</li>
+</ul>
+<h2 id="what-else" class="deep-link"><a href="#what-else">What else?</a></h2>
+<ul>
+<li><a href="https://github.com/wmhilton/download-with-webtorrent-button">webtorrent-button</a> Supercharge ordinary download links with WebTorrent P2P!</li>
+<li><a href="https://github.com/jus/jus">jus</a> I&apos;m a contributor/maintainer</li>
+<li><a href="https://github.com/npm/marky-markdown">marky-markdown</a> I contributed the browserified bundle!</li>
+<li><a href="https://node-modules.io">node-modules.io</a> I maintain a site dedicated to npm alternatives and host my own registry mirror</li>
+</ul>
+<h2 id="whats-your-secret-master-plan" class="deep-link"><a href="#whats-your-secret-master-plan">What&apos;s your secret master plan?</a></h2>
+<p>Elon Musk <a href="https://www.tesla.com/blog/secret-tesla-motors-master-plan-just-between-you-and-me">had one</a>.
+My parents often wonder, <a href="https://github.com/project-leibniz/master-plan">but I do have a plan</a>.
+(I also have a <a href="https://github.com/wmhilton/modload#5-year-plan">5-year plan</a>!)</p>
+<hr>
+<p>My plan is to migrate content from <a href="https://sites.google.com/site/wmhilton/home">https://sites.google.com/site/wmhilton/home</a> over here, since Github is the place to be these days. That&apos;s been my plan since 2014 though so don&apos;t hold your breath. I should make that part of my 5-year plan.</p>
 <p>Meanwhile, perhaps you&apos;d like to peruse some of my code projects over at <a href="https://github.com/wmhilton">@wmhilton</a>?</p>
 
       </article>
     </section>
-    <footer></footer>
+    <footer>&#xA0;</footer>
   </body>
 </html>

+ 1 - 0
dist/package.json

@@ -22,6 +22,7 @@
   },
   "homepage": "https://github.com/wmhilton/wmhilton.github.io#readme",
   "devDependencies": {
+    "jus": "^0.24.1",
     "opener": "^1.4.1"
   }
 }