diff --git a/.DS_Store b/.DS_Store index 0887607..50063a5 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/workflows/deploy-neocities.yml b/.github/workflows/deploy-neocities.yml new file mode 100644 index 0000000..e805413 --- /dev/null +++ b/.github/workflows/deploy-neocities.yml @@ -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 \ No newline at end of file diff --git a/assets/banner.png b/assets/banner.png index 8a8b885..b172d7e 100644 Binary files a/assets/banner.png and b/assets/banner.png differ diff --git a/assets/featured-bg.png b/assets/featured-bg.png index 6dcd261..f3bb437 100644 Binary files a/assets/featured-bg.png and b/assets/featured-bg.png differ diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index af8e15a..0efd5d2 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -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 diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index de03f47..a979ba8 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -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 = "Liz@foobox.com" + name = "B" + email = "hi@binarydigit.city" 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/" }, diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index e9f5ba8..a13293d 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -17,7 +17,7 @@ [[main]] # name = "RSS" - url = "https://liz.computer/index.xml" + url = "https://garden.binarydigit.city/index.xml" pre = "rss" weight = 90 diff --git a/content/.DS_Store b/content/.DS_Store index 375cfa2..95fdf07 100644 Binary files a/content/.DS_Store and b/content/.DS_Store differ diff --git a/content/about/featured-bg.png b/content/about/featured-bg.png index 1a607e1..f3bb437 100644 Binary files a/content/about/featured-bg.png and b/content/about/featured-bg.png differ diff --git a/content/about/index.md b/content/about/index.md index ee47eb8..5fdc8d4 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -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 - + ## Site Categorization diff --git a/public/404.html b/public/404.html index fb486bd..f68db67 100644 --- a/public/404.html +++ b/public/404.html @@ -8,10 +8,10 @@ -
- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/about/featured-bg.png b/public/about/featured-bg.png index 1a607e1..f3bb437 100644 Binary files a/public/about/featured-bg.png and b/public/about/featured-bg.png differ diff --git a/public/about/index.html b/public/about/index.html index d6701cb..90c86fe 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -8,8 +8,8 @@ -You can email me via this form or via “reply by email” on any page
- +- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/authors/index.html b/public/authors/index.html index a5db8ba..a51e343 100644 --- a/public/authors/index.html +++ b/public/authors/index.html @@ -8,10 +8,10 @@ -- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/authors/index.xml b/public/authors/index.xml index 0074e79..59fdfb2 100644 --- a/public/authors/index.xml +++ b/public/authors/index.xml @@ -1,14 +1,14 @@- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/bookmarks/index.xml b/public/bookmarks/index.xml index 2bc7f6e..4e998a0 100644 --- a/public/bookmarks/index.xml +++ b/public/bookmarks/index.xml @@ -1,21 +1,21 @@- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/categories/index.html b/public/categories/index.html index 62c167f..8e0fe9d 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -8,10 +8,10 @@ -- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/categories/index.xml b/public/categories/index.xml index 5e30368..80ff15d 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -1,14 +1,14 @@- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/index.xml b/public/index.xml index 0ab72c2..f6299c2 100644 --- a/public/index.xml +++ b/public/index.xml @@ -1,21 +1,21 @@- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/posts/index.html b/public/posts/index.html index 5a61cb5..d1b94f1 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -8,10 +8,10 @@ -- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/posts/index.xml b/public/posts/index.xml index a0d4fa5..21c73c1 100644 --- a/public/posts/index.xml +++ b/public/posts/index.xml @@ -1,21 +1,21 @@- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/series/index.html b/public/series/index.html index c49d839..e170c29 100644 --- a/public/series/index.html +++ b/public/series/index.html @@ -8,10 +8,10 @@ -- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/series/index.xml b/public/series/index.xml index 460b67d..16da1df 100644 --- a/public/series/index.xml +++ b/public/series/index.xml @@ -1,14 +1,14 @@- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/tags/index.xml b/public/tags/index.xml index 44092b7..cdb47ec 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -1,21 +1,21 @@- 2024 Liz Rodriguez + 2024 BinaryDigit
diff --git a/public/tags/thoughts/index.xml b/public/tags/thoughts/index.xml index 42e2638..ebe865c 100644 --- a/public/tags/thoughts/index.xml +++ b/public/tags/thoughts/index.xml @@ -1,21 +1,21 @@