William Hilton 2 سال پیش
والد
کامیت
b99e98c1ce
6فایلهای تغییر یافته به همراه19 افزوده شده و 22 حذف شده
  1. 1 1
      CNAME
  2. 1 1
      README.html
  3. 1 1
      favicon/manifest.json
  4. 11 11
      index.html
  5. 0 3
      now.json
  6. 5 5
      projects/index.html

+ 1 - 1
CNAME

@@ -1 +1 @@
-wmhilton.com
+billiegoose.xyz

+ 1 - 1
README.html

@@ -32,7 +32,7 @@
     <header>&#xA0;</header>
     <section>
       <article>
-        <h1 id="wmhiltongithubio" class="deep-link"><a href="#wmhiltongithubio">wmhilton.github.io</a></h1>
+        <h1 id="billiegoosegithubio" class="deep-link"><a href="#billiegoosegithubio">billiegoose.github.io</a></h1>
 <p>Website of William Hilton, web dev.</p>
 
       </article>

+ 1 - 1
favicon/manifest.json

@@ -1,5 +1,5 @@
 {
-	"name": "wmhilton",
+	"name": "billiegoose",
 	"icons": [
 		{
 			"src": "\/favicon\/android-chrome-36x36.png",

+ 11 - 11
index.html

@@ -2,7 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8">
-    <title>wmhilton</title>
+    <title>billiegoose</title>
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <link rel="stylesheet" href="//yegor256.github.io/tacit/tacit.min.css">
     <!-- favicon -->
@@ -33,9 +33,9 @@
     <section>
       <article>
         <!--
-title: wmhilton
+title: billiegoose
 -->
-<h1>wmhilton
+<h1>billiegoose
 <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;
@@ -44,25 +44,25 @@ title: wmhilton
 <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>My two latest projects are extraordinary. They&apos;re not really ready for release (or even beta testing) but once they are, I&apos;m going to write not just one, but a whole series of blog posts about them.</p>
 <ul>
-<li><a href="https://github.com/wmhilton/esgit">esgit</a> A fully working implementation of <code>git</code> in ECMAScript that also happens to work <em>in the browser</em>. (See next item!)</li>
+<li><a href="https://github.com/billiegoose/esgit">esgit</a> A fully working implementation of <code>git</code> in ECMAScript that also happens to work <em>in the browser</em>. (See next item!)</li>
 <li><a href="https://nde.now.sh">nde</a> Imagine Atom editor, but completely in client-side browser JavaScript, that you can use to develop your progressive web app. With hot-module reloading. And dynamic module loading (all of npm without the &quot;npm install&quot;). And full file system emulation, git, and Github integration! Oh, and did I mention it&apos;s self-hosted (you can edit the editor) and it caches everything offline with service workers?</li>
 </ul>
 <p>Prior to that: Bare metal programming!</p>
 <ul>
 <li>Hardware! I got myself a <a href="https://www.nandland.com/goboard">Nandland Go</a> FPGA board. Currently fiddling with I2C and SPI.</li>
-<li>Assembly! Check out the gif of <a href="https://github.com/wmhilton/boots">It-boots-but-that&apos;s-about-it OS</a> booting and reading a file from disk(ette).</li>
+<li>Assembly! Check out the gif of <a href="https://github.com/billiegoose/boots">It-boots-but-that&apos;s-about-it OS</a> booting and reading a file from disk(ette).</li>
 <li>C! Not technically bare metal, but my <a href="https://gitlab.com/dukboot/dukboot">dukboot</a> project aims to build a tiny library OS around the <a href="http://duktape.org">duktape</a> JS engine.</li>
 </ul>
 <p>Prior to that, I was 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>
+<li><a href="https://github.com/billiegoose/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/billiegoose/beautify">beautify</a> All code looks beautiful, once you&apos;ve parsed its AST.</li>
 </ul>
 <p>These tools are all hovering around the 90% complete stage. I&apos;m saving that last 10% for a rainy weekend.</p>
 <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/billiegoose/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>
@@ -79,10 +79,10 @@ Offline support, A2HS install banners, media session API for album art.</li>
 <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>
+(I also have a <a href="https://github.com/billiegoose/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>
+<p>My plan is to migrate content from <a href="https://sites.google.com/site/billiegoose/home">https://sites.google.com/site/billiegoose/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/billiegoose">@billiegoose</a>?</p>
 
       </article>
     </section>

+ 0 - 3
now.json

@@ -1,3 +0,0 @@
-{
-  "alias": "wmhilton.com"
-}

+ 5 - 5
projects/index.html

@@ -38,14 +38,14 @@ title: Projects
 <h1 id="personal-projects" class="deep-link"><a href="#personal-projects">Personal Projects</a></h1>
 <h2 id="post-academia" class="deep-link"><a href="#post-academia">Post-academia</a></h2>
 <ul>
-<li><a href="https://github.com/wmhilton/decshell">Declarative Shell Scripting</a></li>
-<li><a href="https://github.com/wmhilton/lock-screen">Transparent Lock Screen for Windows</a></li>
-<li><a href="https://github.com/wmhilton/treeui">TreeUI</a></li>
+<li><a href="https://github.com/billiegoose/decshell">Declarative Shell Scripting</a></li>
+<li><a href="https://github.com/billiegoose/lock-screen">Transparent Lock Screen for Windows</a></li>
+<li><a href="https://github.com/billiegoose/treeui">TreeUI</a></li>
 </ul>
 <h2 id="graduate-school" class="deep-link"><a href="#graduate-school">Graduate School</a></h2>
 <ul>
-<li><a href="https://wmhilton.github.io/hubo-js">Hubo-in-the-Browser</a></li>
-<li><a href="https://github.com/wmhilton/img2asm6502">Image &#x2192; 6502 Assembly</a></li>
+<li><a href="https://billiegoose.github.io/hubo-js">Hubo-in-the-Browser</a></li>
+<li><a href="https://github.com/billiegoose/img2asm6502">Image &#x2192; 6502 Assembly</a></li>
 </ul>
 <h2 id="college" class="deep-link"><a href="#college">College</a></h2>
 <ul>