-
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.
change name and add neocities action
- Loading branch information
Showing
34 changed files
with
317 additions
and
276 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 |
---|---|---|
@@ -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 |
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 = "Liz's Digital Garden" | ||
title = "B's Digital Garden" | ||
|
||
[params] | ||
displayName = "EN" | ||
|
@@ -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/" }, | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 · Liz's Digital Garden</title> | ||
<meta name="title" content="About Me and this Website · Liz's Digital Garden" /> | ||
<title>About Me and this Website · B's Digital Garden</title> | ||
<meta name="title" content="About Me and this Website · B's Digital Garden" /> | ||
|
||
<meta name="description" content="All about this website." /> | ||
|
||
|
@@ -70,7 +70,7 @@ | |
|
||
|
||
<meta property="og:url" content="http://localhost:1313/about/"> | ||
<meta property="og:site_name" content="Liz's Digital Garden"> | ||
<meta property="og:site_name" content="B'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"> | ||
|
@@ -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", | ||
|
@@ -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" /> | ||
|
@@ -186,11 +186,11 @@ | |
|
||
<div> | ||
<a href="/" class="flex"> | ||
<span class="sr-only">Liz’s Digital Garden</span> | ||
<span class="sr-only">B’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's Digital Garden" /> | ||
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom" alt="B's Digital Garden" /> | ||
|
||
|
||
</a> | ||
|
@@ -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 > | ||
|
||
|
@@ -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 > | ||
|
||
|
@@ -763,7 +763,7 @@ <h2 class="relative group">Contact Me | |
|
||
</h2> | ||
<p>You can email me via this form or via “reply by email” 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 | ||
|
@@ -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> | ||
|
@@ -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"> | ||
|
@@ -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> | ||
|
||
|
||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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> | ||
|
||
|
||
|
Oops, something went wrong.