git.alexw.nyc home about git garden
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <link rel="stylesheet" type="text/css" href="../style.css">
    <link rel="icon" type="image/png" href="../icon.png">
    <title>alexw.nyc</title>
  </head>
<body>
  <header>
    <table><tr><td><a href="../index.html"><img src="../icon.png" width=20 /></a></td>
			<td>alexw.nyc</td>
			<td><a href="../index.html">home</a></td>
			<td><a href="../about.html">about</a></td>
			<td><a href="../garden.html">garden</a></td>
		</tr></table>
  </header>
<main>
<h1>Hello World</h1>
<em>2024-01-06</em>

<p>Welcome to the redesigned alexw.nyc. One of my goals for the new year is to write more, about technology, life, books I am reading, and so on. If you want to keep up with my writing, you can follow the <a href="../atom.xml">Atom Feed</a> or <a href="https://lists.sr.ht/~aw/blog">get email notifications</a>. This website is a combination blog (hosted on the homepage) and digital garden (hosted at <a href="../garden.html">garden.html</a>)</p>

<p>Building a website can be an endless hole of obsessing over design and redesign. I think one problem with my previous site is I was overly ambitious, building a static site generator, having a strong hierarchical organization. Based on recommendations from <a href="https://wiki.xxiivv.com/site/home.html">Devine</a>, I scrapped the build script and am just writing raw HTML. The headers and footers are copy/pasted on each page, which encourages me to keep everything relatively light. This allows for maximal flexibility, where I can mix "scrap" pages with formatted headers/footers, and also encourages me to focus on content (which is simply HTML) instead of the "best" way to build and organize that content into a webpage.</p>

<p>I hope you join me on my 2024 writing journey! If you're interested in building a personal website/digital garden/blog, I am happy to provide suggestions and ideas.</p>
</main>
<footer>
<a href="/tech/infra.html">live</a> from beautiful brooklyn, new york
<a href="mailto:alex@alexwennerberg.com">email</a>
<a href="https://merveilles.town/@aw">mastodon</a>
</footer>
</body>
</html>