Will Hilton 8 gadi atpakaļ
vecāks
revīzija
54cb6febad
3 mainītis faili ar 33 papildinājumiem un 5 dzēšanām
  1. 30 3
      index.md
  2. 2 2
      layout.hbs
  3. 1 0
      package.json

+ 30 - 3
index.md

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

+ 2 - 2
layout.hbs

@@ -29,12 +29,12 @@
     <!-- http://realfavicongenerator.net/favicon_result?file_id=p1akurqbdbq0j1lpc14a618p2och6#.V1uVj_krK70 -->
   </head>
   <body>
-    <header></header>
+    <header>&nbsp;</header>
     <section>
       <article>
         {{{body}}}
       </article>
     </section>
-    <footer></footer>
+    <footer>&nbsp;</footer>
   </body>
 </html>

+ 1 - 0
package.json

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