https://home.hedy.dev/

Submitted URL:
https://home.hedy.dev/
Report Finished:

The outgoing links identified from the page

LinkText
https://tilde.zone/@hedyMastodon
https://github.com/hedyhliGitHub
https://sr.ht/~hedySourceHut
https://meta.sr.ht/~hedy.pgpPGP
https://gemini.circumlunar.spacegemini://
https://portal.mozz.us/gemini/spartan.mozz.usspartan://
https://lists.sr.ht/~hedy/postspublic mailing list
https://fediring.netFediring
https://fediring.net/randomRandom
https://cs.sjoy.lol/CSS JOY

JavaScript Variables · 4 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
goatcounterobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en-us"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="~hedy's home: hedy's canonical web presence including contact information and a blog.">
    <meta name="author" content="hedy">
    <meta property="article:author" content="hedy">
    <meta property="article:modified_time" content="2024-10-30T06:46:07Z">
    <script data-goatcounter="https://stats.hedy.dev/count" async="" src="/goat.js"></script>

    <link rel="icon" sizes="any" href="/favicon.6c0fe2a4076ea080df508b1762771b4f.svg" type="image/svg+xml">
    <link rel="icon" sizes="192x192" href="/favicon.e3fa68f4210b8a4d5ec33d2646b054d7.png" type="image/png">
    <meta name="color-scheme" content="light dark">
    <meta name="theme-color" content="#f2f2f2" media="(prefers-color-scheme:light)">
    <meta name="theme-color" content="#232326" media="(prefers-color-scheme:dark)">
    <meta name="format-detection" content="telephone=no">

    <link rel="webmention" href="https://webmention.io/home.hedy.dev/webmention">
    <link rel="pingback" href="https://webmention.io/ome.hedy.dev/xmlrpc">
    <link rel="alternate" type="application/rss+xml" href="/posts/index.xml" title="~hedy's home">
    <meta name="color-scheme" content="light dark">
    <link rel="stylesheet" href="/main.min.css">
    <title>~hedy's home</title>
    <meta property="og:title" content="home">
    <meta property="og:site_name" content="~hedy's home">
    <meta property="og:type" content="website">

    <meta name="generator" content="Hugo 0.133.1">
  </head>
  <body>
    <header>
      <nav>
        <div class="nav-left">
          <strong><a title="home" id="home" href="/">~hedy's home</a></strong>
        </div>
        <div class="nav-right">
          <ul>
            <li>
              <a href="/posts/" title="posts">Posts</a>
            </li>

            <li>
              <a href="/about/" title="about">About</a>
            </li>

            <li>
              <a href="/misc/" title="misc">Misc</a>
            </li>

            <li>
              <a href="/posts/index.xml" title="rss">RSS</a>
            </li>
          </ul>
        </div>
      </nav>
    </header>
    <main id="content">
      <div id="main">
        <div class="hero">
          <h1>
            <span class="pfp-name"><img alt="./" class="pfp" src="/dotslash-brush.3354d63eff9a994efc603c994b5cb0f8.svg">
              <span class="pfp-text">hedy</span></span><span class="blink">▂</span>
          </h1>

          <p>
            <a href="https://tilde.zone/@hedy">Fediverse</a> ⋅
            <a href="https://github.com/hedyhli">GitHub</a> ⋅
            <a href="https://sr.ht/~hedy">SourceHut</a>
          </p>
        </div>

        <hr>

        <br>
        <p>
          Hi, I’m ~hedy (she/her). You have stumbled upon my little corner
          of the internet.
        </p>

        <h2 id="contact">
          <a class="anchor" href="#contact" rel="nofollow">#</a>
          Contact
        </h2>

        <p>
          My preferred method of contact is
          <a rel="me" href="mailto:[email protected]">email</a>
          (<a href="https://meta.sr.ht/~hedy.pgp">PGP</a>); you can also reach
          me via <a rel="me" href="https://tilde.zone/@hedy">Mastodon</a> on the
          Fediverse.
        </p>
        <p>
          Alternate versions of this site are available on
          <a href="https://gemini.circumlunar.space">gemini://</a> (linked in
          the footer on each page that supports it),
          <a href="https://portal.mozz.us/gemini/spartan.mozz.us">spartan://</a>, and gopher.
        </p>
        <h2 id="posts">
          <a class="anchor" href="#posts" rel="nofollow">#</a>
          Posts
        </h2>
        <p>
          Comments can be sent to my
          <a href="https://lists.sr.ht/~hedy/posts">public mailing list</a>
          where I’ll also send new posts as plain text. If you subscribe
          to the list, it acts like a newsletter where you’ll receive new
          posts at your inbox, and you can reply to the email to start a public
          discussion.
        </p>
        <p>
          Subscribing and commenting can happen solely through emails. No
          external auth required.
        </p>
        <p class="meta">
          <a href="/tags/">Tags</a> &nbsp;|&nbsp;
          <a href="/posts/index.xml">RSS feed</a> &nbsp;|&nbsp;
          <a href="/posts/atom.xml">Atom feed</a> &nbsp;|&nbsp;
          <a href="https://lists.sr.ht/~hedy/posts">Subscribe via email</a>
        </p>
        <ul class="post-list">
          <li>
            <h3>
              <a href="/posts/vim-column-editing/">Vim visual block mode for column editing</a>
            </h3>
            <p>
              <time datetime="2024-04-10 05:22:46Z">Apr 10, 2024</time>&nbsp; ·
              &nbsp;<span class="desc">The visual block mode in Vim/Neovim is quite powerful. You can
                use it for "column" editing and vertically pasting
                blocks of text similar to paste(1).</span>
            </p>
          </li>
          <li>
            <h3>
              <a href="/posts/hugo-syntax-highlighting/">Setting up syntax highlighting for Hugo</a>
            </h3>
            <p>
              <time datetime="2021-08-22 00:00:00Z">Aug 22, 2021</time>&nbsp; ·
              &nbsp;<span class="desc">How I've set up syntax highlighting for my website with
                dark mode support.</span>
            </p>
          </li>
          <li>
            <h3>
              <a href="/posts/multiple-emails-git/">Multiple emails in git for different computers</a>
            </h3>
            <p>
              <time datetime="2021-06-16 23:50:00Z">Jun 16, 2021</time>&nbsp; ·
              &nbsp;<span class="desc">How to have different git author configurations depending on
                the computer and have it tracked with dotfiles.</span>
            </p>
          </li>
          <li>
            <h3>
              <a href="/posts/on-rants-gemini/">On rants about gemini</a>
            </h3>
            <p>
              <time datetime="2021-06-15 00:00:00Z">Jun 15, 2021</time>&nbsp; ·
              &nbsp;<span class="desc">A discussion about Gemini and addressing some of the complaints
                of the Gemini Protocol seen on the internet recently.</span>
            </p>
          </li>
          <li>
            <h3>
              <a href="/posts/site-meta/">How this site works</a>
            </h3>
            <p>
              <time datetime="2021-02-23 00:00:00Z">Feb 23, 2021</time>&nbsp; ·
              &nbsp;<span class="desc">A walkthrough of my workflows for the site and a gentle
                introduction to tilde.cafe and the Tildeverse.</span>
            </p>
          </li>
          <li>
            <h3>
              <a href="/posts/hello/">Hello world</a>
            </h3>
            <p>
              <time datetime="2021-02-05 01:44:15Z">Feb 05, 2021</time>&nbsp; ·
              &nbsp;<span class="desc">I'm alive!</span>
            </p>
          </li>
        </ul>

        <h2 id="webrings">
          <a class="anchor" href="#webrings" rel="nofollow">#</a>
          Webrings
        </h2>

        <table class="webrings">
          <tbody>
            <tr>
              <td><a href="https://fediring.net">Fediring</a></td>
              <td>
                <a href="https://fediring.net/previous?host=home.hedy.dev">← Previous</a>
                <a href="https://fediring.net/random">Random</a>
                <a href="https://fediring.net/next?host=home.hedy.dev">Next →</a>
              </td>
            </tr>
            <tr>
              <td><a href="https://cs.sjoy.lol/">CSS JOY</a></td>
              <td>
                <a href="https://webri.ng/webring/cssjoy/previous?via=https://home.hedy.dev/">← Previous</a>
                <a href="https://webri.ng/webring/cssjoy/random?via=https://home.hedy.dev/">Random</a>
                <a href="https://webri.ng/webring/cssjoy/next?via=https://home.hedy.dev/">Next →</a>
              </td>
            </tr>
            <tr>
              <td>
                <a href="https://loop.graycot.dev/webring.html?action=home">Loopring</a>
              </td>
              <td>
                <a href="https://loop.graycot.dev/webring.html?action=prev">← Previous</a>
                <a href="https://loop.graycot.dev/webring.html?action=rand">Random</a>
                <a href="https://loop.graycot.dev/webring.html?action=next">Next →</a>
              </td>
            </tr>
          </tbody>
        </table>
        <p>
          My <a href="gemini://gmi.hedy.dev/">gemini capsule</a> is part of a
          few other “web”-rings.
        </p>

        <h2 id="member-sites">
          <a class="anchor" href="#member-sites" rel="nofollow">#</a>
          Member sites
        </h2>

        <p>
          <a href="https://512kb.club"><img src="https://512kb.club/assets/images/green-team.svg" alt="a proud member of the green team of 512KB club"></a>
          <a href="https://www.beepbird.net/index.html"><img src="https://www.beepbird.net/webring/focusfirst.png" alt="Focus First Index"></a>
        </p>
      </div>
    </main>
    <section id="after-content">
      <hr style="margin-top: 4rem; margin-bottom: 0">
    </section>
    <footer>
      <p>Copyright © 2021-2024</p>
      <p>
        <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>
        <a href="/sitemap.xml">Sitemap</a>
        <a href="https://sr.ht/~hedy/site">Source code</a>

        <a rel="syndication" class="u-syndication" href="gemini://gmi.hedy.dev/">View on Gemini</a>
      </p>
    </footer>
  

</body></html>