-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,188 changed files
with
6,894 additions
and
1,537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ date: '{{ .Date }}' | |
draft: false | ||
summary: | ||
tags: [] | ||
--- | ||
---- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ disabled = false | |
languageCode = "en" | ||
languageName = "English" | ||
weight = 1 | ||
title = "B's Digital Garden" | ||
title = "A Digital Garden" | ||
|
||
[params] | ||
displayName = "EN" | ||
|
@@ -11,25 +11,22 @@ title = "B's Digital Garden" | |
dateFormat = "January 2 2006" | ||
logo = "seedling-animated.gif" | ||
secondaryLogo = "seedling-animated.gif" | ||
description = "BinaryDigit" | ||
#copyright = "BinaryDigit 2024" | ||
description = "Liz" | ||
#copyright = "Liz 2024" | ||
|
||
[params.author] | ||
name = "BinaryDigit" | ||
email = "[email protected]" | ||
image = "seedling-heart-emojikitchen.png" | ||
# name = "Liz" | ||
# email = "" | ||
image = "avatar.png" | ||
imageQuality = 100 | ||
headline = "Welcome to my always changing collection of notes, links, and personal knowledge." | ||
headline = "Always changing collection of imperfect notes, links, and ideas." | ||
bio = "A creative spirit stuck in tech burnout." | ||
links = [ | ||
{ envelope = "mailto:[email protected]" }, | ||
{ globe = "https://binarydigit.city/" }, | ||
{ mastodon = "https://social.lol/@binarydigit" }, | ||
{ bluesky = "https://bsky.app/profile/binarydigit.city" }, | ||
{ github = "https://github.com/bndgt" }, | ||
{ pencil = "https://pencilbooth.com/binarydigit" }, | ||
{ ko-fi = "https://ko-fi.com/binarydigit" }, | ||
# { email = "mailto:[email protected]" }, | ||
{ envelope = "https://letterbird.co/liz" }, | ||
{ mastodon = "https://allthingstech.social/@liz" }, | ||
{ bluesky = "https://bsky.app/profile/liz.computer" }, | ||
{ github = "https://github.com/bndgt" }, | ||
# { email = "mailto:hello@your_domain.com" }, | ||
# { link = "https://link-to-some-website.com/" }, | ||
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, | ||
# { apple = "https://www.apple.com" }, | ||
|
@@ -72,5 +69,6 @@ title = "B's Digital Garden" | |
# { x-twitter = "https://twitter.com/username" }, | ||
# { whatsapp = "https://wa.me/phone-number" }, | ||
# { youtube = "https://youtube.com/username" }, | ||
# { ko-fi = "https://ko-fi.com/username" }, | ||
# { codeberg = "https://codeberg.org/username"}, | ||
] | ||
] |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
title: "Beginning a Garden 🌱" | ||
date: "2024-12-02" | ||
date: "2024-12-01" | ||
draft: false | ||
summary: "A garden within a city." | ||
summary: "A digital home that's ever changing." | ||
tags: ["thoughts"] | ||
--- | ||
Finally, a start to the garden I've been meaning to tend to. | ||
|
||
In the beginning of 2024, I read the popular blog post by Maggie Appleton regarding [digital gardens](https://maggieappleton.com/garden-history) - an online space that can be considered a personal wiki, knowledgebase, notebook, or anything that collects data in your own organized way. I started the concept of a "digital cafe", where I had a cute .cafe domain, but it ended up just being a blog and a bit linear. I then bought a million domains, each with new ideas, and went a bit scattered for many months in order to distract myself. | ||
|
||
It's now the end of the year, and I want to revisit the idea of creating a garden, with a cute theme, and part of my bigger ".city" domain where I can gather all of my scattered thoughts into one place. A garden within a city, ever growing and changing. It doesn't have to be neat, or make sense, just a proper home where I can collect all of the projects I've been working on seperately, such as saving links, drawings, cute illustrations, a collection of what books I'm into, shows/movies that I watch, games that I play, and code that I tinker with. | ||
It's now the end of the year, and I want to revisit the idea of creating a garden, with a cute theme, where I can gather all of my scattered thoughts into one place. It doesn't have to be neat, or make sense, just a proper home where I can collect all of the projects I've been working on seperately, such as saving links, drawings, cute illustrations, a collection of what books I'm into, shows/movies that I watch, games that I play, and code that I tinker with. | ||
|
||
If I get into a rhythm, maybe this will even be the focus of a new main website, and the blog will be a subdomain of this. I won't get ahead of myself yet though, since I get excited when I start something new. 😆 🌱 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<a rel="me" href="https://allthingstech.social/@liz"></a> | ||
<a rel="me" href="https://social.lol/@binarydigit"></a> | ||
<link rel="webmention" href="https://webmention.io/garden.binarydigit.city/webmention" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
|
||
<title>404 Page not found · B's Digital Garden</title> | ||
<meta name="title" content="404 Page not found · B's Digital Garden" /> | ||
<title>404 Page not found · A Digital Garden</title> | ||
<meta name="title" content="404 Page not found · A Digital Garden" /> | ||
|
||
<meta name="description" content="BinaryDigit" /> | ||
<meta name="description" content="Liz" /> | ||
|
||
|
||
<meta name="robots" content="robots.txt" /> | ||
|
@@ -28,8 +28,8 @@ | |
|
||
|
||
|
||
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.280951d72678e04200f5124ab59fa8ded41741abe65e4e30acbfe82a297d36a110ef95a34b9af235521b12079148a7eaf42f701be909ddcbc380f994e5af1114.css" | ||
integrity="sha512-KAlR1yZ44EIA9RJKtZ+o3tQXQavmXk4wrL/oKil9NqEQ75WjS5ryNVIbEgeRSKfq9C9wG+kJ3cvDgPmU5a8RFA==" /> | ||
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.665e57a6b6a7363e73b154576f2b6058a2fdb0af8120c75b50739753742cd1d7e0a40adb8b79412873c65da39db636d058c97394138a1307523b63c58558a9ff.css" | ||
integrity="sha512-Zl5XpranNj5zsVRXbytgWKL9sK+BIMdbUHOXU3Qs0dfgpArbi3lBKHPGXaOdtjbQWMlzlBOKEwdSO2PFhVip/w==" /> | ||
|
||
|
||
<script type="text/javascript" src="/js/appearance.min.fcd5ec7a08bafdabfb08469095e4e2f9644ae0c33090f432c2950aa2d7aff9810c9afac1551e899974dab11960e30379e347bc59d7c270fcb01a18c13cf40832.js" | ||
|
@@ -70,47 +70,37 @@ | |
|
||
|
||
<meta property="og:url" content="http://localhost:1313/404.html"> | ||
<meta property="og:site_name" content="B's Digital Garden"> | ||
<meta property="og:site_name" content="A Digital Garden"> | ||
<meta property="og:title" content="404 Page not found"> | ||
<meta property="og:description" content="BinaryDigit"> | ||
<meta property="og:description" content="Liz"> | ||
<meta property="og:locale" content="en"> | ||
<meta property="og:type" content="website"> | ||
|
||
|
||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:title" content="404 Page not found"> | ||
<meta name="twitter:description" content="BinaryDigit"> | ||
<meta name="twitter:description" content="Liz"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<meta name="author" content="BinaryDigit" /> | ||
|
||
|
||
|
||
<link href="mailto:[email protected]" rel="me" /> | ||
<link href="https://letterbird.co/liz" rel="me" /> | ||
|
||
|
||
<link href="https://binarydigit.city/" rel="me" /> | ||
<link href="https://allthingstech.social/@liz" rel="me" /> | ||
|
||
|
||
<link href="https://social.lol/@binarydigit" rel="me" /> | ||
|
||
|
||
<link href="https://bsky.app/profile/binarydigit.city" rel="me" /> | ||
<link href="https://bsky.app/profile/liz.computer" rel="me" /> | ||
|
||
|
||
<link href="https://github.com/bndgt" rel="me" /> | ||
|
||
|
||
<link href="https://pencilbooth.com/binarydigit" rel="me" /> | ||
|
||
|
||
<link href="https://ko-fi.com/binarydigit" rel="me" /> | ||
|
||
|
||
|
||
|
||
|
||
|
@@ -164,11 +154,11 @@ | |
|
||
<div> | ||
<a href="/" class="flex"> | ||
<span class="sr-only">B’s Digital Garden</span> | ||
<span class="sr-only">A Digital Garden</span> | ||
|
||
|
||
<img src="/seedling-animated.gif" width="256" height="256" | ||
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="B's Digital Garden" /> | ||
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="A Digital Garden" /> | ||
|
||
|
||
</a> | ||
|
@@ -178,7 +168,7 @@ | |
<nav class="flex space-x-3"> | ||
|
||
|
||
<a href="/" class="text-base font-medium text-gray-500 hover:text-gray-900">B’s Digital Garden</a> | ||
<a href="/" class="text-base font-medium text-gray-500 hover:text-gray-900">A Digital Garden</a> | ||
|
||
|
||
</nav> | ||
|
@@ -198,7 +188,7 @@ | |
|
||
|
||
|
||
<a href="index.xml" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400"> | ||
<a href="https://liz.computer/index.xml" target="_blank" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400"> | ||
|
||
<span > | ||
|
||
|
@@ -367,7 +357,7 @@ | |
|
||
|
||
<li class="mt-1"> | ||
<a href="index.xml" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400"> | ||
<a href="https://liz.computer/index.xml" target="_blank" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400"> | ||
|
||
<div > | ||
|
||
|
@@ -428,7 +418,7 @@ <h1 class="mb-3 text-4xl font-extrabold">Page Not Found 😕</h1> | |
<p class="text-sm text-neutral-500 dark:text-neutral-400"> | ||
© | ||
2024 | ||
BinaryDigit | ||
|
||
</p> | ||
|
||
|
||
|
@@ -450,8 +440,8 @@ <h1 class="mb-3 text-4xl font-extrabold">Page Not Found 😕</h1> | |
<script type="text/javascript" src="/js/process.min.ee03488f19c93c2efb199e2e3014ea5f3cb2ce7d45154adb3399a158cac27ca52831db249ede5bb602700ef87eb02434139de0858af1818ab0fb4182472204a4.js" integrity="sha512-7gNIjxnJPC77GZ4uMBTqXzyyzn1FFUrbM5mhWMrCfKUoMdsknt5btgJwDvh+sCQ0E53ghYrxgYqw+0GCRyIEpA=="></script> | ||
|
||
|
||
<a rel="me" href="https://social.lol/@binarydigit"></a> | ||
<link rel="webmention" href="https://webmention.io/garden.binarydigit.city/webmention" /> | ||
<a rel="me" href="https://allthingstech.social/@liz"></a> | ||
<a rel="me" href="https://social.lol/@binarydigit"></a> | ||
|
||
|
||
</footer> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.