Skip to content

Commit

Permalink
changed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bndgt committed Dec 4, 2024
1 parent d31b427 commit 49217a6
Show file tree
Hide file tree
Showing 1,188 changed files with 6,894 additions and 1,537 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion archetypes/default.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ date: '{{ .Date }}'
draft: false
summary:
tags: []
---
----
Binary file modified assets/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/featured-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/_default/hugo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://blowfish.page/docs/getting-started/

theme = "blowfish" # UNCOMMENT THIS LINE
baseURL = "https://garden.binarydigit.city/"
baseURL = "https://liz.computer/"
defaultContentLanguage = "en"

# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
Expand Down
30 changes: 14 additions & 16 deletions config/_default/languages.en.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ disabled = false
languageCode = "en"
languageName = "English"
weight = 1
title = "B's Digital Garden"
title = "A Digital Garden"

[params]
displayName = "EN"
Expand All @@ -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" },
Expand Down Expand Up @@ -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 modified config/_default/markup.toml
100755 → 100644
Empty file.
10 changes: 5 additions & 5 deletions config/_default/menus.en.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

[[main]]
# name = "RSS"
url = "index.xml"
url = "https://liz.computer/index.xml"
pre = "rss"
weight = 90

# [[main]]
#[[main]]
# name = "example sub-menu 1"
# parent = "Parent"
# pageRef = "posts"
Expand All @@ -44,12 +44,12 @@
# pageRef = "categories/awesome"
# weight = 20

# [[main]]
#[[main]]
# name = "Categories"
# pageRef = "categories"
# weight = 20

# [[main]]
#[[main]]
# name = "Tags"
# pageRef = "tags"
# weight = 30
Expand Down
Empty file modified config/_default/module.toml
100755 → 100644
Empty file.
14 changes: 9 additions & 5 deletions config/_default/params.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ disableTextInHeader = false
# backgroundImageWidth = 1200

defaultBackgroundImage = "garden-bg.png" # used as default for background images
defaultFeaturedImage = "garden-bg.png" # used as default for featured images in all articles
defaultFeaturedImage = "featured-bg.png" # used as default for featured images in all articles

# highlightCurrentMenuArea = true
# smartTOC = true
# smartTOCHideUnfocusedChildren = true

#giteaDefaultServer = "https://gitea"
#giteaDefaultServer = "https://git.fsfe.org"
#forgejoDefaultServer = "https://v8.next.forgejo.org"

[header]
Expand Down Expand Up @@ -86,11 +86,11 @@ defaultFeaturedImage = "garden-bg.png" # used as default for featured images in

[list]
showHero = false
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
showBreadcrumbs = true
showSummary = true
showBreadcrumbs = false
showSummary = false
showViews = false
showLikes = false
showTableOfContents = false
Expand Down Expand Up @@ -162,3 +162,7 @@ defaultFeaturedImage = "garden-bg.png" # used as default for featured images in
# pinterest = ""
# yandex = ""
# fediverse = ""

[rssnext]
# feedId = ""
# userId = ""
Binary file modified content/.DS_Store
Binary file not shown.
Binary file added content/about/featured-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
title: 'About 🌱'
date: '2024-12-01'
draft: false
layout: 'simple'
summary: All about this website.
---


This site is powered by the SSG [Hugo](https://gohugo.io) and [Blowfish](https://blowfish.page). It's perfect for a mix of organization and extremely well done templating.

I'm going to use Maggie Appleton's [categorization technique](https://maggieappleton.com/garden-history#:~:text=This%20could%20be%20with%20a%20simple%20categorisation%20system.%20I%20personally%20use%20an%20overly%20horticultural%20metaphor):
Expand Down
6 changes: 3 additions & 3 deletions content/posts/beginning/index.md
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. 😆 🌱
2 changes: 1 addition & 1 deletion layouts/partials/extend-footer.html
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" />
48 changes: 19 additions & 29 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 &middot; B&#39;s Digital Garden</title>
<meta name="title" content="404 Page not found &middot; B&#39;s Digital Garden" />
<title>404 Page not found &middot; A Digital Garden</title>
<meta name="title" content="404 Page not found &middot; A Digital Garden" />

<meta name="description" content="BinaryDigit" />
<meta name="description" content="Liz" />


<meta name="robots" content="robots.txt" />
Expand All @@ -28,8 +28,8 @@



<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.280951d72678e04200f5124ab59fa8ded41741abe65e4e30acbfe82a297d36a110ef95a34b9af235521b12079148a7eaf42f701be909ddcbc380f994e5af1114.css"
integrity="sha512-KAlR1yZ44EIA9RJKtZ&#43;o3tQXQavmXk4wrL/oKil9NqEQ75WjS5ryNVIbEgeRSKfq9C9wG&#43;kJ3cvDgPmU5a8RFA==" />
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.665e57a6b6a7363e73b154576f2b6058a2fdb0af8120c75b50739753742cd1d7e0a40adb8b79412873c65da39db636d058c97394138a1307523b63c58558a9ff.css"
integrity="sha512-Zl5XpranNj5zsVRXbytgWKL9sK&#43;BIMdbUHOXU3Qs0dfgpArbi3lBKHPGXaOdtjbQWMlzlBOKEwdSO2PFhVip/w==" />


<script type="text/javascript" src="/js/appearance.min.fcd5ec7a08bafdabfb08469095e4e2f9644ae0c33090f432c2950aa2d7aff9810c9afac1551e899974dab11960e30379e347bc59d7c270fcb01a18c13cf40832.js"
Expand Down Expand Up @@ -70,47 +70,37 @@


<meta property="og:url" content="http://localhost:1313/404.html">
<meta property="og:site_name" content="B&#39;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" />





Expand Down Expand Up @@ -164,11 +154,11 @@

<div>
<a href="/" class="flex">
<span class="sr-only">B&rsquo;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&#39;s Digital Garden" />
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="A Digital Garden" />


</a>
Expand All @@ -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&rsquo;s Digital Garden</a>
<a href="/" class="text-base font-medium text-gray-500 hover:text-gray-900">A Digital Garden</a>


</nav>
Expand All @@ -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 >

Expand Down Expand Up @@ -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 >

Expand Down Expand Up @@ -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">
&copy;
2024
BinaryDigit

</p>


Expand All @@ -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&#43;sCQ0E53ghYrxgYqw&#43;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>
Expand Down
Binary file added public/about/featured-bg.png
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.
Loading

0 comments on commit 49217a6

Please sign in to comment.