Skip to content

Commit

Permalink
change name and add neocities action
Browse files Browse the repository at this point in the history
  • Loading branch information
bndgt committed Dec 12, 2024
1 parent 77d4452 commit 7ae2975
Show file tree
Hide file tree
Showing 34 changed files with 317 additions and 276 deletions.
Binary file modified .DS_Store
Binary file not shown.
41 changes: 41 additions & 0 deletions .github/workflows/deploy-neocities.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Deploy to Neocities
on:
# Build on pushes to the main branch only
push:
branches:
- main

concurrency:
group: deploy-to-neocities
cancel-in-progress: true

jobs:
deploy:
name: Build and deploy Hugo site
runs-on: ubuntu-latest
steps:
# Install Hugo in the runner
- name: Hugo setup
uses: peaceiris/actions-hugo@latest
with:
hugo-version: '0.139.0'
extended: true

# Check out the source for the site
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

# Build the site with Hugo
- name: Build with Hugo
run: hugo --minify

# Push the rendered site to Neocities and clean up any orphaned files

- name: Deploy to Neocities
uses: bcomnes/deploy-to-neocities@v1
with:
api_token: ${{ secrets.NEOCITIES_TOKEN }}
cleanup: true
dist_dir: public
Binary file modified assets/banner.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
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://liz.computer/"
baseURL = "https://garden.binarydigit.city/"
defaultContentLanguage = "en"

# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
Expand Down
16 changes: 8 additions & 8 deletions config/_default/languages.en.toml
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 = "Liz's Digital Garden"
title = "B's Digital Garden"

[params]
displayName = "EN"
Expand All @@ -11,20 +11,20 @@ title = "Liz's Digital Garden"
dateFormat = "January 2 2006"
logo = "seedling-animated.gif"
secondaryLogo = "leaf-animated.gif"
description = "Liz's Digital Garden"
copyright = "2024 Liz Rodriguez"
description = "B's Digital Garden"
copyright = "2024 BinaryDigit"

[params.author]
name = "Liz"
email = "[email protected]"
name = "B"
email = "[email protected]"
image = "binaryavatar.png"
imageQuality = 100
headline = "A collection of ever changing notes and ideas."
bio = "A creative spirit stuck in tech burnout."
links = [
{ envelope = "https://letterbird.co/liz" },
{ mastodon = "https://allthingstech.social/@liz" },
{ bluesky = "https://bsky.app/profile/liz.computer" },
{ envelope = "https://letterbird.co/binarydigit" },
{ mastodon = "https://social.lol/@binarydigit" },
{ bluesky = "https://bsky.app/profile/binarydigit.city" },
{ github = "https://github.com/bndgt" },
# { email = "mailto:hello@your_domain.com" },
# { link = "https://link-to-some-website.com/" },
Expand Down
2 changes: 1 addition & 1 deletion config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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

Expand Down
Binary file modified content/.DS_Store
Binary file not shown.
Binary file modified 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: 1 addition & 1 deletion content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In my spare time I like to tinker with code on my personal websites, livestream

You can email me via this form or via "reply by email" on any page

<script data-letterbirduser="liz" data-showheader="true" src="https://letterbird.co/embed/v1.js"></script>
<script data-letterbirduser="binarydigit" data-showheader="true" src="https://letterbird.co/embed/v1.js"></script>


## Site Categorization
Expand Down
30 changes: 15 additions & 15 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; Liz&#39;s Digital Garden</title>
<meta name="title" content="404 Page not found &middot; Liz&#39;s Digital Garden" />
<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" />

<meta name="description" content="Liz&#39;s Digital Garden" />
<meta name="description" content="B&#39;s Digital Garden" />


<meta name="robots" content="robots.txt" />
Expand Down Expand Up @@ -70,33 +70,33 @@


<meta property="og:url" content="http://localhost:1313/404.html">
<meta property="og:site_name" content="Liz&#39;s Digital Garden">
<meta property="og:site_name" content="B&#39;s Digital Garden">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="Liz&#39;s Digital Garden">
<meta property="og:description" content="B&#39;s Digital Garden">
<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="Liz&#39;s Digital Garden">
<meta name="twitter:description" content="B&#39;s Digital Garden">






<meta name="author" content="Liz" />
<meta name="author" content="B" />



<link href="https://letterbird.co/liz" rel="me" />
<link href="https://letterbird.co/binarydigit" rel="me" />


<link href="https://allthingstech.social/@liz" rel="me" />
<link href="https://social.lol/@binarydigit" rel="me" />


<link href="https://bsky.app/profile/liz.computer" rel="me" />
<link href="https://bsky.app/profile/binarydigit.city" rel="me" />


<link href="https://github.com/bndgt" rel="me" />
Expand Down Expand Up @@ -155,11 +155,11 @@

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


</a>
Expand Down Expand Up @@ -187,7 +187,7 @@



<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">
<a href="https://garden.binarydigit.city/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 @@ -356,7 +356,7 @@


<li class="mt-1">
<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">
<a href="https://garden.binarydigit.city/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 @@ -425,7 +425,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 Liz Rodriguez
2024 BinaryDigit
</p>


Expand Down
Binary file modified 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.
40 changes: 20 additions & 20 deletions public/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />

<title>About Me and this Website &middot; Liz&#39;s Digital Garden</title>
<meta name="title" content="About Me and this Website &middot; Liz&#39;s Digital Garden" />
<title>About Me and this Website &middot; B&#39;s Digital Garden</title>
<meta name="title" content="About Me and this Website &middot; B&#39;s Digital Garden" />

<meta name="description" content="All about this website." />

Expand Down Expand Up @@ -70,7 +70,7 @@


<meta property="og:url" content="http://localhost:1313/about/">
<meta property="og:site_name" content="Liz&#39;s Digital Garden">
<meta property="og:site_name" content="B&#39;s Digital Garden">
<meta property="og:title" content="About Me and this Website">
<meta property="og:description" content="All about this website.">
<meta property="og:locale" content="en">
Expand Down Expand Up @@ -99,7 +99,7 @@
"url" : "http:\/\/localhost:1313\/about\/",
"author" : {
"@type": "Person",
"name": "Liz"
"name": "B"
},
"copyrightYear": "2024",
"dateCreated": "2024-12-01T00:00:00\u002b00:00",
Expand All @@ -117,17 +117,17 @@



<meta name="author" content="Liz" />
<meta name="author" content="B" />



<link href="https://letterbird.co/liz" rel="me" />
<link href="https://letterbird.co/binarydigit" rel="me" />


<link href="https://allthingstech.social/@liz" rel="me" />
<link href="https://social.lol/@binarydigit" rel="me" />


<link href="https://bsky.app/profile/liz.computer" rel="me" />
<link href="https://bsky.app/profile/binarydigit.city" rel="me" />


<link href="https://github.com/bndgt" rel="me" />
Expand Down Expand Up @@ -186,11 +186,11 @@

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


</a>
Expand Down Expand Up @@ -218,7 +218,7 @@



<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">
<a href="https://garden.binarydigit.city/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 @@ -387,7 +387,7 @@


<li class="mt-1">
<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">
<a href="https://garden.binarydigit.city/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 @@ -763,7 +763,7 @@ <h2 class="relative group">Contact Me

</h2>
<p>You can email me via this form or via &ldquo;reply by email&rdquo; on any page</p>
<script data-letterbirduser="liz" data-showheader="true" src="https://letterbird.co/embed/v1.js"></script>
<script data-letterbirduser="binarydigit" data-showheader="true" src="https://letterbird.co/embed/v1.js"></script>


<h2 class="relative group">Site Categorization
Expand Down Expand Up @@ -804,7 +804,7 @@ <h2 class="relative group">Colophon
<strong class="block mt-8">
<a target="_blank"
class="m-1 rounded bg-neutral-300 p-1.5 text-neutral-700 hover:bg-primary-500 hover:text-neutral dark:bg-neutral-700 dark:text-neutral-300 dark:hover:bg-primary-400 dark:hover:text-neutral-800"
href="mailto:[email protected]?subject=Reply%20to%20About%20Me%20and%20this%20Website">
href="mailto:[email protected]?subject=Reply%20to%20About%20Me%20and%20this%20Website">
Reply by Email
</a>
</strong>
Expand All @@ -825,7 +825,7 @@ <h2 class="relative group">Colophon


<img class="!mt-0 !mb-0 h-24 w-24 rounded-full ltr:mr-4 rtl:ml-4" width="96" height="96"
alt="Liz" src="/binaryavatar.png" />
alt="B" src="/binaryavatar.png" />


<div class="place-self-center">
Expand All @@ -834,7 +834,7 @@ <h2 class="relative group">Colophon
Author
</div>
<div class="font-semibold leading-6 text-neutral-800 dark:text-neutral-300">
Liz
B
</div>


Expand All @@ -846,7 +846,7 @@ <h2 class="relative group">Colophon

<a
class="px-1 hover:text-primary-700 dark:hover:text-primary-400"
href="https://letterbird.co/liz"
href="https://letterbird.co/binarydigit"
target="_blank"
aria-label="Envelope"
rel="me noopener noreferrer"
Expand All @@ -863,7 +863,7 @@ <h2 class="relative group">Colophon

<a
class="px-1 hover:text-primary-700 dark:hover:text-primary-400"
href="https://allthingstech.social/@liz"
href="https://social.lol/@binarydigit"
target="_blank"
aria-label="Mastodon"
rel="me noopener noreferrer"
Expand All @@ -881,7 +881,7 @@ <h2 class="relative group">Colophon

<a
class="px-1 hover:text-primary-700 dark:hover:text-primary-400"
href="https://bsky.app/profile/liz.computer"
href="https://bsky.app/profile/binarydigit.city"
target="_blank"
aria-label="Bluesky"
rel="me noopener noreferrer"
Expand Down Expand Up @@ -979,7 +979,7 @@ <h2 class="relative group">Colophon


<p class="text-sm text-neutral-500 dark:text-neutral-400">
2024 Liz Rodriguez
2024 BinaryDigit
</p>


Expand Down
Loading

0 comments on commit 7ae2975

Please sign in to comment.